atelier-mcp 0.1.0 → 0.2.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/README.md +14 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,17 +1,27 @@
1
1
  # atelier-mcp
2
2
 
3
- An AI architect that lives inside your MCP client (Claude Code, Claude Desktop, …) — for **Vietnamese tube houses**: floor plans with proper TCVN symbols, a live two-way browser editor (drag walls, type exact mm), furnished 3D walkthrough, sun study, rough cost estimate, and a numbered A3 PDF / DXF / glTF / IFC documentation set.
3
+ An AI architect that plugs into **any MCP client** Claude Code, OpenAI Codex CLI, Gemini CLI, Claude Desktop, Cursor… — for **Vietnamese tube houses**: floor plans with proper TCVN symbols, a live two-way browser editor (drag walls, type exact mm), furnished 3D walkthrough, sun study, rough cost estimate, and a numbered A3 PDF / DXF / glTF / IFC documentation set.
4
4
 
5
5
  Bản gốc tiếng Việt + toàn bộ tài liệu thiết kế: [github.com/lebac-svg/Atelier](https://github.com/lebac-svg/Atelier)
6
6
 
7
7
  ## Install
8
8
 
9
+ Atelier is a standard MCP server, not tied to Claude. The server is always `npx -y atelier-mcp`; register it with whichever client you use, standing in your house folder (one folder = one house — the model lives there):
10
+
9
11
  ```bash
10
- cd my-house # one folder = one house (the model lives here)
12
+ cd my-house
13
+
14
+ # Claude Code
11
15
  claude mcp add atelier -- npx -y atelier-mcp
16
+
17
+ # OpenAI Codex CLI
18
+ codex mcp add atelier -- npx -y atelier-mcp
19
+
20
+ # Gemini CLI
21
+ gemini mcp add atelier npx -y atelier-mcp
12
22
  ```
13
23
 
14
- That's it. Open Claude Code in that folder and say *"design me a 4×16m tube house, 2 floors, 3 bedrooms"*.
24
+ That's it. Open your agent in that folder and say *"design me a 4×16m tube house, 2 floors, 3 bedrooms"*. Works best with a model that reads Vietnamese well (tool descriptions are Vietnamese-first) and a client that shows images from tool results — the agent inspects its own drawings.
15
25
 
16
26
  Optional, for PNG/PDF export (first time only):
17
27
 
@@ -19,7 +29,7 @@ Optional, for PNG/PDF export (first time only):
19
29
  npx playwright install chromium
20
30
  ```
21
31
 
22
- Claude Desktop — add to `claude_desktop_config.json`:
32
+ GUI clients (Claude Desktop, Cursor, …) have no working folder set `ATELIER_DIR`, e.g. in `claude_desktop_config.json`:
23
33
 
24
34
  ```json
25
35
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "atelier-mcp",
3
- "version": "0.1.0",
4
- "description": "AI architect MCP server for Vietnamese tube houses — TCVN-standard plans, live two-way browser editor, furnished 3D walkthrough, PDF/DXF/IFC export. Run it inside your house-project folder from Claude Code, Claude Desktop, or any MCP client.",
3
+ "version": "0.2.1",
4
+ "description": "AI architect MCP server for Vietnamese tube houses — TCVN-standard plans, live two-way browser editor, furnished 3D walkthrough, PDF/DXF/IFC export. Works with any MCP client: Claude Code, Codex CLI, Gemini CLI, Claude Desktop, Cursor. Run it inside your house-project folder.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "atelier-mcp": "bin/atelier-mcp.mjs"