-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
22 lines (22 loc) · 805 Bytes
/
Copy pathserver.json
File metadata and controls
22 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cdeust/ai-architect-mcp-codebase",
"description": "Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.",
"repository": {
"url": "https://github.com/cdeust/ai-architect-mcp-codebase",
"source": "github"
},
"version": "0.11.1",
"websiteUrl": "https://ai-architect.tools",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/cdeust/ai-architect-mcp-codebase/releases/download/v0.11.1/ai-architect-mcp-codebase.mcpb",
"version": "0.11.1",
"fileSha256": "0000000000000000000000000000000000000000000000000000000000000000",
"transport": {
"type": "stdio"
}
}
]
}