emerald/mcp-config.json
2026-03-19 15:49:51 +00:00

12 lines
341 B
JSON

{
"mcpServers": {
"mcp-example": {
"url": "http://localhost:8080/mcp",
"headers": {
"Authorization": "Bearer <PASTE_TOKEN_FROM_SERVER_OUTPUT>"
},
"description": "Example MCP server demonstrating tools, resources, prompts, and completions. Start the server first with: cabal run mcp-example"
}
}
}