You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This plugin _should_ be compatible but Copilot often throws errors when using most tools.
33
+
34
+
__`.vscode/mcp.json`__
35
+
36
+
```json
37
+
{
38
+
"servers": {
39
+
"blockbench": {
40
+
"url": "http://localhost:3000/mcp"
41
+
},
42
+
}
43
+
}
44
+
```
45
+
46
+
## Basic Usage
47
+
48
+
1. Start Blockbench
49
+
2. Start your MCP client
50
+
3. Enable/disable tools in client
51
+
4. Prompt to create models
52
+
53
+
### Limitations / Expectations
54
+
55
+
Only a small fraction of Blockbench's API has been mapped to a MCP server tool, so some capabilities may be limited.
56
+
57
+
"One-shotting" a model is possible but human-in-the-loop interaction and project clean-up should usually be expected.
58
+
59
+
### Tips
60
+
61
+
-__Set the agent up for success__ by adding textures and groups to the project ahead of prompting.
62
+
-__Find the right amount of context__ by disabling tools you do not want or need, _but also_ try providing lots of specific project details and even __use other MCP servers in the same context.__ (i.e. File or web access tools.)
63
+
-__Make a backup.__ This is experimental tech! Working in existing projects may yield unexpected results.
0 commit comments