Skip to content

Commit 4df104b

Browse files
Update and rename Mcp.json to .vscode/Mcp.jsonc
1 parent c185c4e commit 4df104b

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.vscode/Mcp.jsonc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
// External AI MCP endpoint
3+
"agentai": {
4+
"url": "https://mcp.agent.ai/mcp"
5+
},
6+
7+
// Local MCP infrastructure
8+
"mcp": {
9+
"servers": {
10+
11+
// Grafana observability
12+
"grafana": {
13+
"type": "sse",
14+
"url": "http://localhost:3000"
15+
},
16+
17+
// Web4 AI engine
18+
"web4-ai": {
19+
"type": "sse",
20+
"url": "http://localhost:8080"
21+
},
22+
23+
// Fadaka blockchain node
24+
"fadaka-chain": {
25+
"type": "sse",
26+
"url": "http://localhost:9000"
27+
}
28+
}
29+
}
30+
}

Mcp.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)