Skip to content

docs(mcp): add You.com MCP example - #317

Open
tyler5673 wants to merge 1 commit into
lessweb:mainfrom
tyler5673:docs/youdotcom-mcp-example
Open

docs(mcp): add You.com MCP example#317
tyler5673 wants to merge 1 commit into
lessweb:mainfrom
tyler5673:docs/youdotcom-mcp-example

Conversation

@tyler5673

@tyler5673 tyler5673 commented Aug 24, 2026

Copy link
Copy Markdown

What changed

  • Added You.com MCP examples to the Chinese and English MCP guides (docs/mcp.md + docs/mcp_en.md).
  • Each section shows two configs: a full toolset (YDC_API_KEY + YDC_ALLOWED_TOOLS) and a keyless free tier (YDC_PROFILE=free, search-only, 100 queries/day).
  • Used @youdotcom-oss/mcp with Deep Code's existing stdio configuration path, matching the pattern in PR docs: add Parallel Search MCP example #268.

Validation

  • Parsed both new JSON examples and verified their command, arguments, and endpoint.
  • Checked bilingual parity, changed-file scope, and git diff --check.

Disclosure

Disclosure: I work at You.com, which operates this MCP endpoint.

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).
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