-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
56 lines (56 loc) · 1.76 KB
/
Copy pathserver.json
File metadata and controls
56 lines (56 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.astandrik/local-ydb-mcp",
"title": "Local YDB MCP",
"description": "Operate local-ydb deployments through local or SSH-backed MCP tools.",
"version": "0.18.2",
"websiteUrl": "https://local-ydb-toolkit.ydb-qdrant.tech/",
"repository": {
"url": "https://github.com/astandrik/local-ydb-toolkit",
"source": "github",
"id": "1220812874",
"subfolder": "packages/mcp-server"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@astandrik/local-ydb-mcp",
"version": "0.18.2",
"runtimeHint": "npx",
"runtimeArguments": [
{
"type": "named",
"name": "-y"
},
{
"type": "named",
"name": "--prefer-online"
}
],
"environmentVariables": [
{
"name": "LOCAL_YDB_TOOLKIT_CONFIG",
"description": "Optional path to a local-ydb-toolkit config JSON file.",
"format": "filepath",
"isRequired": false,
"placeholder": "/path/to/local-ydb.config.json"
},
{
"name": "LOCAL_YDB_MCP_CONTENT_FORMAT",
"description": "Optional LLM-facing tool response text format. Use toon to prefer TOON for the second text content block, with JSON fallback if TOON cannot round-trip losslessly; omit or set json for pretty JSON. MCP JSON-RPC and structuredContent stay JSON.",
"isRequired": false,
"choices": [
"json",
"toon"
],
"default": "json",
"placeholder": "toon"
}
],
"transport": {
"type": "stdio"
}
}
]
}