docs: add optional You.com web search MCP example - #367
Open
mouse-value-add wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
profile=freeendpoint (basicyou-search, no API key or account) and the authenticated endpoint using Whale's existing${NAME}env-var expansion withYDC_API_KEYdocs/mcp.mdanddocs/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 singlemcpServersentry 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 testjson.loads(all valid)initialize+tools/listtohttps://api.you.com/mcp?profile=free, gotyou-searchback (server: You.com 3.7.0)git diff --checkdocs/mcp.mdanddocs/mcp.en.mdchangedUser-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.