docs(mcp): add You.com MCP example - #317
Open
tyler5673 wants to merge 1 commit into
Open
Conversation
Add a copyable mcpServers snippet for the hosted You.com MCP server in both docs/mcp.md (Chinese) and docs/mcp_en.md (English), so Deep Code users can configure real-time web search, citable research, page-content extraction, and finance research without modifying the built-in WebSearch tool. Two snippets are provided: - Full toolset (you-search, you-contents, you-research, you-finance) via the hosted MCP bridge @youdotcom-oss/mcp, authed with YDC_API_KEY and scoped with YDC_ALLOWED_TOOLS. - A keyless, no-signup variant using YDC_PROFILE=free that exposes only you-search (capped at 100 queries/day), for users who want to try web search before creating an account. A one-line callout references PR lessweb#198, which will let users replace the npx bridge with the native type: "http" + url + headers shape once it merges. Scope: doc-only. No code, settings, or test changes. Mirrors the patch surface used by PR lessweb#268 (docs/mcp.md + docs/mcp_en.md).
tyler5673
force-pushed
the
docs/youdotcom-mcp-example
branch
from
August 24, 2026 19:01
2cda0f2 to
65e46c3
Compare
tyler5673
marked this pull request as ready for review
August 24, 2026 19:24
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.
What changed
docs/mcp.md+docs/mcp_en.md).YDC_API_KEY+YDC_ALLOWED_TOOLS) and a keyless free tier (YDC_PROFILE=free, search-only, 100 queries/day).@youdotcom-oss/mcpwith Deep Code's existing stdio configuration path, matching the pattern in PR docs: add Parallel Search MCP example #268.Validation
git diff --check.Disclosure
Disclosure: I work at You.com, which operates this MCP endpoint.