@rui.branco/revit-mcp 1.0.4 → 1.0.5
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.
package/README.md
CHANGED
|
@@ -18,16 +18,19 @@ and nothing to copy by hand.
|
|
|
18
18
|
|
|
19
19
|
### 1. Register the server
|
|
20
20
|
|
|
21
|
-
Same plugin either way
|
|
21
|
+
Same plugin either way, but the two apps add it differently.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
> It has to be the **Windows machine Revit runs on**. The server reaches Revit
|
|
24
|
+
> through a listener bound to `127.0.0.1`, so a cloud session or another
|
|
25
|
+
> computer cannot see it.
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
**Claude Desktop** — through Settings, not the chat box:
|
|
28
|
+
|
|
29
|
+
1. **Settings → Plugins → Add ▾ → Add marketplace → Add from a repository**
|
|
30
|
+
2. Enter `rui-branco/revit-mcp`
|
|
31
|
+
3. Install **revit** from the marketplace that appears
|
|
29
32
|
|
|
30
|
-
**Claude Code** — in the CLI:
|
|
33
|
+
**Claude Code** — slash commands in the CLI:
|
|
31
34
|
|
|
32
35
|
```
|
|
33
36
|
/plugin marketplace add rui-branco/revit-mcp
|
|
@@ -45,8 +48,8 @@ claude plugin install revit@revit-tools
|
|
|
45
48
|
</details>
|
|
46
49
|
|
|
47
50
|
That is the whole step. The plugin updates itself from this repo, so there is
|
|
48
|
-
nothing to re-download when a new version ships;
|
|
49
|
-
early if you do not want to wait.
|
|
51
|
+
nothing to re-download when a new version ships; in Claude Code,
|
|
52
|
+
`/plugin update` pulls it early if you do not want to wait.
|
|
50
53
|
|
|
51
54
|
<details>
|
|
52
55
|
<summary><b>Other ways to install</b></summary>
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|