Skip to content

Commit bdb7d5d

Browse files
authored
Create mcp.json
1 parent a4ccf54 commit bdb7d5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

main/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "vial-mcp",
3+
"version": "3.0.0",
4+
"description": "Vial MCP server for AI agent management",
5+
"server": {
6+
"command": "python",
7+
"args": ["-m", "main.api.mcp.server"]
8+
},
9+
"capabilities": {
10+
"tools": ["authentication", "wallet", "blockchain", "health", "security", "notifications"]
11+
}
12+
}

0 commit comments

Comments
 (0)