Skip to content

Commit 4515dbf

Browse files
committed
chore: add server.json for Official MCP Registry
1 parent 5d94cd8 commit 4515dbf

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

server.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "CSOAI-ORG/sql-builder-ai-mcp",
4+
"version": "1.0.0",
5+
"description": "Sql Builder Ai MCP Server by MEOK AI Labs",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/CSOAI-ORG/sql-builder-ai-mcp",
9+
"source": "https://github.com/CSOAI-ORG/sql-builder-ai-mcp"
10+
},
11+
"packages": [
12+
{
13+
"registryType": "pypi",
14+
"identifier": "sql-builder-ai-mcp",
15+
"version": "1.0.0",
16+
"runtimeHint": "python",
17+
"transport": {
18+
"type": "stdio"
19+
}
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)