We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d94cd8 commit 4515dbfCopy full SHA for 4515dbf
1 file changed
server.json
@@ -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
16
+ "runtimeHint": "python",
17
+ "transport": {
18
+ "type": "stdio"
19
+ }
20
21
+ ]
22
+}
0 commit comments