-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 827 Bytes
/
Copy pathserver.json
File metadata and controls
28 lines (28 loc) · 827 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.chaoz23/inkcheck",
"description": "Mechanical QA for ink interactive-fiction stories — compile checks, bounded systematic branch exploration, runtime-error repro paths, and dead-content review. Never writes prose.",
"repository": {
"url": "https://github.com/chaoz23/inkcheck",
"source": "github"
},
"version": "0.7.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "inkcheck",
"version": "0.7.2",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "positional",
"value": "mcp",
"valueHint": "mcp"
}
]
}
]
}