@weppy/roblox-mcp 1.4.0 → 1.4.2
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/.claude-plugin/marketplace.json +2 -2
- package/.gitattributes +1 -0
- package/CHANGELOG.md +23 -0
- package/docs/assets/screenshots/roblox-explorer/roblox-explorer-screen.png +2 -2
- package/docs/assets/screenshots/sync.png +2 -2
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +58 -58
- package/smithery.yaml +1 -1
package/smithery.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
description: "
|
|
1
|
+
description: "Connect AI coding agents to a live Roblox Studio session. Create and edit scripts, instances, terrain, lighting, assets, audio, and animation with natural language, plus project sync for full-context workflows."
|
|
2
2
|
startCommand:
|
|
3
3
|
type: stdio
|
|
4
4
|
configSchema:
|