mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-09-09 02:02:03 -03:00
* context7: tag the remote MCP URL with client=claude-code-plugin * validate: also trigger on vendored plugins' .mcp.json and hooks changes
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp?client=claude-code-plugin",
|
|
"headers": {
|
|
"Authorization": "${CONTEXT7_API_KEY:-}"
|
|
}
|
|
}
|
|
}
|
|
}
|