Skip to content

youdotcom-oss/you-web

v0.1.0MIT

You.com web search and page contents Skill for MiniMax Code.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

you-webstreamable-http
{
  "type": "streamable-http",
  "url": "https://api.you.com/mcp?tools=you-search,you-contents",
  "headers": {
    "Authorization": "Bearer <YDC_API_KEY>"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "you-web",
  "version": "0.1.0",
  "description": "You.com web search and page contents Skill for MiniMax Code.",
  "license": "MIT",
  "keywords": ["minimax-code", "you.com", "web-search", "mcp"]
}