@obenor/mcp 0.1.0 → 0.2.0
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 +1 -1
- package/bundle/kernel-worker.mjs +1030 -147
- package/bundle/server.mjs +35161 -816
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ you, with the token already in it.
|
|
|
13
13
|
|
|
14
14
|
## What it is
|
|
15
15
|
|
|
16
|
-
A full
|
|
16
|
+
A full B-rep modelling kernel, driven as MCP tools: sketches, extrudes,
|
|
17
17
|
booleans, fillets, sheet metal, surfacing, drawings, materials and offscreen
|
|
18
18
|
renders. It edits the same document the browser has open, so a model built here
|
|
19
19
|
appears on screen as it is built, and edits made on screen are adopted before
|