From bd793d24c610670562faa2c76104f24b4a7200b6 Mon Sep 17 00:00:00 2001 From: georgeatparallel Date: Sat, 1 Aug 2026 23:33:55 -0700 Subject: [PATCH] fix(skill): update Parallel Search MCP endpoint Signed-off-by: georgeatparallel --- .claude/skills/add-parallel/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/add-parallel/SKILL.md b/.claude/skills/add-parallel/SKILL.md index a0f2531..2af94e8 100644 --- a/.claude/skills/add-parallel/SKILL.md +++ b/.claude/skills/add-parallel/SKILL.md @@ -99,7 +99,7 @@ const parallelApiKey = process.env.PARALLEL_API_KEY; if (parallelApiKey) { mcpServers['parallel-search'] = { type: 'http', // REQUIRED: Must specify type for HTTP MCP servers - url: 'https://search-mcp.parallel.ai/mcp', + url: 'https://search.parallel.ai/mcp', headers: { 'Authorization': `Bearer ${parallelApiKey}` } @@ -144,7 +144,7 @@ Then add a new section after "## What You Can Do": You have access to two Parallel AI research tools: -### Quick Web Search (`mcp__parallel-search__search`) +### Quick Web Search (`mcp__parallel-search__web_search`) **When to use:** Freely use for factual lookups, current events, definitions, recent information, or verifying facts. **Examples:**