forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) 路 718 Bytes
/
Copy pathserver.json
File metadata and controls
24 lines (24 loc) 路 718 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Ikalus1988/misakanet",
"description": "Failure-memory layer for coding agents. When your agent hits an error, search real failure-recovery lessons and get a fix path. Supports MCP, CLI, and intake.",
"repository": {
"url": "https://github.com/Ikalus1988/MisakaNet",
"source": "github"
},
"version": "2.15.0",
"packages": [
{
"registryType": "pypi",
"identifier": "misakanet",
"version": "2.15.0",
"transport": {
"type": "stdio"
},
"runtime": {
"command": "python3",
"args": ["scripts/mcp_server.py"]
}
}
]
}