Skip to content

Commit c185c4e

Browse files
Create Mcp.jsonc
1 parent 686cc46 commit c185c4e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Mcp.jsonc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mcp": {
3+
"servers": {
4+
"grafana": {
5+
"type": "sse",
6+
"url": "http://localhost:3000"
7+
},
8+
9+
"web4-ai": {
10+
"type": "sse",
11+
"url": "http://localhost:8080"
12+
},
13+
14+
"fadaka-chain": {
15+
"type": "sse",
16+
"url": "http://localhost:9000"
17+
}
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)