mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
- Add .mcp.json with mcp-docs HTTP server configuration - Update claude.yml to load MCP server config with --mcp-config - Change --system-prompt to --append-system-prompt to preserve defaults - Extend instructions to use mcp-docs for MCP-related work 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"mcpServers": {
|
|
"mcp-docs": {
|
|
"type": "http",
|
|
"url": "https://modelcontextprotocol.io/mcp"
|
|
}
|
|
}
|
|
}
|