-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
22 lines (22 loc) · 814 Bytes
/
server.json
File metadata and controls
22 lines (22 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.bch1212/queryshield",
"description": "Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.",
"version": "1.0.1",
"repository": {
"url": "https://github.com/bch1212/queryshield",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "queryshield-mcp",
"version": "1.0.1",
"transport": {"type": "stdio"},
"environmentVariables": [
{"name": "QUERYSHIELD_API_KEY", "description": "Agent API key issued by QueryShield.", "isRequired": true, "isSecret": true},
{"name": "QUERYSHIELD_BASE_URL", "description": "Override the default endpoint.", "isRequired": false}
]
}
]
}