-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.67 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@chanmeng666/archlang-mcp",
"version": "0.2.15",
"mcpName": "io.github.ChanMeng666/archlang-mcp",
"description": "Model Context Protocol (MCP) server for ArchLang — compile, describe, lint, validate, score, repair, fix and suggest floor plans over stdio, plus the intent channel (gate + continuous score against a brief). Covers the whole current language: multi-storey `level` plans with stairs, `place`d components, zones, scaled paper with dimension chains and room schedules, and non-rectilinear `room polygon` / `room circle` / `arc` walls. A thin shim over @chanmeng666/archlang; the CLI stays the primary, token-cheaper interface.",
"keywords": [
"mcp",
"model-context-protocol",
"archlang",
"floor-plan",
"architecture",
"svg",
"dsl"
],
"license": "MIT",
"author": "Chan Meng <chanmeng.dev@gmail.com>",
"homepage": "https://github.com/ChanMeng666/archlang/tree/main/packages/mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ChanMeng666/archlang.git",
"directory": "packages/mcp"
},
"bugs": {
"url": "https://github.com/ChanMeng666/archlang/issues"
},
"type": "module",
"bin": {
"archlang-mcp": "dist/server.js"
},
"files": [
"dist",
"server.json",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsup && node scripts/copy-resources.mjs",
"typecheck": "tsc --noEmit",
"prepack": "npm run build"
},
"dependencies": {
"@chanmeng666/archlang": "^1.35.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^3.25.76"
},
"devDependencies": {
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}