@chanmeng666/archlang-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/server.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chanmeng666/archlang-mcp",
3
- "version": "0.1.0",
4
- "mcpName": "io.github.chanmeng666/archlang-mcp",
3
+ "version": "0.1.1",
4
+ "mcpName": "io.github.ChanMeng666/archlang-mcp",
5
5
  "description": "Model Context Protocol (MCP) server for ArchLang — compile, describe, lint, validate, repair, fix and suggest floor plans over stdio. A thin shim over @chanmeng666/archlang; the CLI stays the primary, token-cheaper interface.",
6
6
  "keywords": [
7
7
  "mcp",
package/server.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.chanmeng666/archlang-mcp",
4
- "description": "Compile, describe, lint, validate, repair, fix and suggest architectural floor plans written in ArchLang. A thin shim over @chanmeng666/archlang; the agent-native CLI stays the primary, token-cheaper interface.",
5
- "version": "0.1.0",
3
+ "name": "io.github.ChanMeng666/archlang-mcp",
4
+ "description": "Compile, describe, lint, validate, repair and fix ArchLang floor plans (.arch to SVG) over stdio.",
5
+ "version": "0.1.1",
6
6
  "repository": {
7
7
  "url": "https://github.com/chanmeng666/archlang",
8
8
  "source": "github",
@@ -14,7 +14,7 @@
14
14
  "registryType": "npm",
15
15
  "registryBaseUrl": "https://registry.npmjs.org",
16
16
  "identifier": "@chanmeng666/archlang-mcp",
17
- "version": "0.1.0",
17
+ "version": "0.1.1",
18
18
  "runtimeHint": "npx",
19
19
  "transport": {
20
20
  "type": "stdio"