Skip to content

docs: add optional You.com web search MCP example - #367

Open
mouse-value-add wants to merge 1 commit into
usewhale:mainfrom
mouse-value-add:feat/youcom-search-integration
Open

docs: add optional You.com web search MCP example#367
mouse-value-add wants to merge 1 commit into
usewhale:mainfrom
mouse-value-add:feat/youcom-search-integration

Conversation

@mouse-value-add

Copy link
Copy Markdown

Summary

  • document an explicitly optional You.com web search server for Whale's existing Streamable HTTP MCP configuration
  • include two variants: the keyless profile=free endpoint (basic you-search, no API key or account) and the authenticated endpoint using Whale's existing ${NAME} env-var expansion with YDC_API_KEY
  • disclose that user-provided search queries and requested URLs are sent to You.com
  • applied to both docs/mcp.md and docs/mcp.en.md, mirroring the recent MCP docs precedent (docs: add optional Parallel Search MCP example #364)

Why

Whale ships no default web-search tool, so agents working on current-library questions have to lean on context7 for docs or nothing at all. You.com runs a hosted Streamable HTTP MCP server (https://api.you.com/mcp), so it plugs in with a single mcpServers entry and no local process. The keyless profile keeps the quick-start copy-paste, and the authenticated variant shows the standard bearer-header pattern already documented for remote servers.

Validation

  • make test
  • focused docs checks: parsed every JSON block in both changed files with json.loads (all valid)
  • verified the free endpoint connects over Streamable HTTP: sent an MCP initialize + tools/list to https://api.you.com/mcp?profile=free, got you-search back (server: You.com 3.7.0)
  • manual CLI/TUI check
  • git diff --check
  • only docs/mcp.md and docs/mcp.en.md changed

User-visible impact

Docs-only. Users who choose to add the server get a copyable, credential-free web search example; existing behavior and defaults are unchanged.

Document an explicitly optional You.com server for the existing Streamable
HTTP MCP configuration: a keyless profile=free endpoint for basic web
search, and the authenticated endpoint with a YDC_API_KEY bearer header
for the full toolset. Search queries and requested URLs are sent to
You.com.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant