jordanecker-ant bc875e80be
context7: tag the remote MCP URL with client=claude-code-plugin (+ validate path fix) (#5823)
* context7: tag the remote MCP URL with client=claude-code-plugin

* validate: also trigger on vendored plugins' .mcp.json and hooks changes
2026-09-08 11:54:59 -07:00

12 lines
219 B
JSON

{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp?client=claude-code-plugin",
"headers": {
"Authorization": "${CONTEXT7_API_KEY:-}"
}
}
}
}