Matt H
983b65b0e0
feat(parallel): add free Parallel Search MCP as the zero-config default web_search provider ( #90849 )
...
* feat(parallel): add free Parallel Search MCP as the zero-config default web_search provider
Registers two Parallel web_search providers in the parallel plugin:
- parallel-free: keyless, always the free hosted Search MCP (search.parallel.ai/mcp);
the zero-config default (autoDetectOrder 76) so web_search works with no key.
- parallel: the existing paid v1 REST API (requires PARALLEL_API_KEY).
Shared query/result normalization lives in parallel-search-normalize.ts (used by both
transports); a minimal Streamable-HTTP JSON-RPC client (parallel-mcp-search.runtime.ts)
backs the free path. UI brands the tool-call chip 'Parallel Web Search' on the free path
via a searchTransport marker; setup default mirrors runtime auto-detect.
* chore(parallel): register parallel-free in doctor legacy-web-search owners
parallel-free is a bundled web_search provider, so add it to the doctor's
exhaustive BUNDLED_LEGACY_WEB_SEARCH_OWNERS map (owned by the parallel plugin)
and the NON_MIGRATED set — it has no legacy tools.web.search.* shape, so this is
a no-op for migration, matching paid parallel/tavily. Keeps the registry
complete. (Spotted by diffing the earlier local WIP branch.)
* docs(parallel): restore concise frontmatter summary
* docs(parallel): clearer, professional copy; drop v1 REST jargon and UI-label claim
- Frame the two providers as Parallel Search (Free) vs paid Parallel Search;
remove internal 'v1 REST API' wording.
- Remove conversational/overstated phrasing ('out of the box for everyone').
- Remove the 'labeled Parallel Web Search in the UI' claim (only renders in the
Control UI, not the TUI). Scope the searchTransport code comment accordingly.
* revert(parallel): drop the "Parallel Web Search" tool-call branding
The label only rendered in the Control UI, never the TUI (a separate renderer
via src/agents/tool-display.ts). Extending it would put provider-specific
labeling into a shared/core display path, against the plugin-agnostic-core rule.
Reverts the Control-UI labelOverride wiring and removes the now-orphaned
searchTransport marker from the free provider's result. The result still carries
provider: "parallel-free".
* fix(parallel): cap free Search MCP session_id at its 100-char tools/list contract
The free parallel-free provider reused the paid ParallelSearchSchema, whose
session_id allows 1000 chars, but the live Search MCP tools/list schema caps
session_id at 100. Parameterize normalizeParallelSessionId(value, maxLength);
the free path passes 100 (paid keeps 1000) and advertises the tighter bound in
its own ParallelFreeSearchSchema. An over-limit caller id is dropped and a
fresh in-contract id is minted. Updates tests and docs accordingly.
2026-06-06 17:36:28 -07:00
..
2026-06-04 18:48:22 -04:00
2026-06-04 18:46:23 -04:00
2026-06-04 18:44:22 -04:00
2026-06-06 17:36:28 -07:00
2026-06-05 10:23:12 -07:00
2026-06-05 08:49:35 -07:00
2026-06-05 02:20:14 +01:00
2026-06-05 00:38:27 +01:00
2026-06-04 13:00:10 -04:00
2026-06-04 18:42:37 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:11:07 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:07:41 -04:00
2026-06-05 18:19:19 +05:30
2026-06-04 19:05:16 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:12:55 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 11:14:36 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:16:37 -04:00
2026-06-04 11:18:50 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 11:20:59 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:20:59 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:22:51 -04:00
2026-06-06 01:51:16 -04:00
2026-06-06 01:51:16 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 22:02:24 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 11:56:19 -04:00
2026-06-04 11:56:19 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 11:56:19 -04:00
2026-06-04 11:56:19 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 11:56:19 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 11:59:11 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:03:19 -04:00
2026-06-06 08:46:39 -07:00
2026-06-04 11:59:11 -04:00
2026-06-05 10:22:02 -07:00
2026-06-04 19:05:16 -04:00
2026-06-05 10:22:02 -07:00
2026-06-04 11:59:11 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:59:11 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:59:11 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:01:00 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:01:00 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 12:01:00 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:01:00 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:01:00 -04:00
2026-06-04 12:02:48 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:02:48 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:02:48 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:02:48 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:02:48 -04:00
2026-06-06 08:46:39 -07:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:02:48 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 12:04:28 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:06:06 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 12:08:24 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 12:10:56 -04:00
2026-06-04 12:13:46 -04:00
2026-06-04 12:13:46 -04:00
2026-06-04 12:13:46 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:13:46 -04:00
2026-06-04 12:13:46 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:13:46 -04:00
2026-06-05 16:38:23 +01:00
2026-06-04 12:13:46 -04:00
2026-06-04 12:17:02 -04:00
2026-06-04 12:17:02 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:17:02 -04:00
2026-06-05 10:23:12 -07:00
2026-06-05 10:23:12 -07:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:17:02 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 12:18:52 -04:00
2026-06-04 12:18:52 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:18:52 -04:00
2026-06-04 12:18:52 -04:00
2026-06-04 12:20:26 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:20:26 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 12:22:26 -04:00
2026-06-04 12:22:26 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:22:26 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:36:05 -04:00
2026-06-04 12:36:05 -04:00
2026-06-04 12:36:05 -04:00
2026-06-04 12:36:05 -04:00
2026-06-04 18:57:02 -04:00
2026-06-05 02:17:15 +01:00
2026-06-04 12:36:05 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:37:56 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:37:56 -04:00
2026-06-04 12:37:56 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:40:58 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:40:58 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:37:56 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 12:37:56 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:40:58 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:48:25 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:48:25 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 12:50:31 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:50:31 -04:00
2026-06-04 12:50:31 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:50:31 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 12:52:51 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 12:52:51 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 12:52:51 -04:00
2026-06-04 12:52:51 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 12:55:08 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:55:08 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:55:08 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:55:08 -04:00
2026-06-04 12:58:22 -04:00
2026-06-04 12:58:22 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 12:58:22 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 12:58:22 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 13:00:10 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 13:07:17 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 13:07:17 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:07:17 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:07:17 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 13:10:25 -04:00
2026-06-04 13:10:25 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:10:25 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 13:10:25 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 13:10:25 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 13:13:46 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 13:15:41 -04:00
2026-06-04 13:17:07 -04:00
2026-06-04 13:17:07 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 13:17:07 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:17:07 -04:00
2026-06-04 13:18:37 -04:00
2026-06-04 13:18:37 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 13:18:37 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:18:37 -04:00