Skip to content

feat: add optional you.com search integration - #82

Merged
milisp merged 1 commit into
milisp:masterfrom
mouse-value-add:feat/youcom-search-integration
Sep 9, 2026
Merged

milisp merged 1 commit into
milisp:masterfrom
mouse-value-add:feat/youcom-search-integration

Conversation

@mouse-value-add

Copy link
Copy Markdown
Contributor

What

Adds You.com's keyless you-search MCP server to the Quick Add servers list:

  • name: you-search
  • endpoint: https://api.you.com/mcp?profile=free
  • no account or API key needed

This gives agent sessions one-click access to current web search and URL content extraction with citations — useful when a Codex/Claude session needs up-to-date docs, release notes, or library answers that aren't in the local repo.

Why this shape

I noticed the Quick Add list already ships keyless HTTP servers (deepwiki, parallel-search), so I followed that exact pattern — one entry in defaultServers, nothing else. It's strictly opt-in: nothing is added to a user's config until they click Add, and the card greys out once the server exists. The HttpMcpServerConfig type doesn't carry headers, so I used You.com's keyless free profile rather than the authenticated endpoint — same no-signup experience as the other entries.

For users who want the fuller toolset (you-contents, you-research), the authenticated server https://api.you.com/mcp can be added manually via the Add panel with a YDC_API_KEY bearer header (API keys at you.com/platform/api-keys). The broader skills/plugin packaging for agent platforms lives at youdotcom-oss/agent-skills if that's ever useful here.

Validation

  • bun install + bun run build (tsc + vite) — pass
  • bun run typecheck — pass
  • bun run test — 20/20 pass
  • biome check on the touched file — clean (one pre-existing info on an untouched line)
  • Endpoint liveness: MCP initialize POST against https://api.you.com/mcp?profile=free returns HTTP 200

Happy to adjust the description wording or drop the entry entirely if you'd rather keep the Quick Add list curated to a smaller set.

Add You.com's keyless you-search MCP server (https://api.you.com/mcp?profile=free)
to the Quick Add servers list, so agents can search the web and read URLs with
citations without any account or API key. Follows the same shape as the existing
deepwiki and parallel-search entries. Opt-in: nothing is added until the user
clicks Add.
@milisp

milisp commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Thanks for PR, merge

@milisp
milisp merged commit dbadae3 into milisp:master Sep 9, 2026
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.

2 participants