dev-mcps/coding-agent-mcp/examples/mcp-servers.json

12 lines
233 B
JSON

{
"mcpServers": {
"coding-agent-mcp": {
"transport": "http",
"url": "https://mcp.example.com/coding-agent/mcp",
"headers": {
"Authorization": "Bearer replace-with-coding-agent-key"
}
}
}
}