-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 867 Bytes
/
Copy pathserver.json
File metadata and controls
33 lines (33 loc) · 867 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
29
30
31
32
33
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.asklokesh/loki-mode",
"description": "Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.",
"repository": {
"url": "https://github.com/asklokesh/loki-mode",
"source": "github"
},
"version": "9.22.13",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "loki-mode",
"version": "9.22.13",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "loki-mode-release"
}
}
}