-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
32 lines (32 loc) · 881 Bytes
/
Copy pathserver.json
File metadata and controls
32 lines (32 loc) · 881 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.qiu-guanzong/coprogrammer",
"description": "Coordination and semantic-integration layer for multi-agent AI coding: leases, heartbeats, contract board, conflict forecast, and branch digests as MCP tools.",
"repository": {
"url": "https://github.com/QIU-Guanzong/CoProgrammer",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "coprogrammer",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"runtimeHint": "uvx",
"runtimeArguments": [],
"packageArguments": [
{
"type": "positional",
"value": "mcp"
},
{
"type": "positional",
"value": "serve"
}
]
}
]
}