-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 731 Bytes
/
Copy pathserver.json
File metadata and controls
24 lines (24 loc) · 731 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.ChanMeng666/archlang-mcp",
"description": "Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans.",
"version": "0.2.15",
"repository": {
"url": "https://github.com/ChanMeng666/archlang",
"source": "github",
"subfolder": "packages/mcp"
},
"websiteUrl": "https://archlang.uk",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@chanmeng666/archlang-mcp",
"version": "0.2.15",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
]
}