@weppy/roblox-mcp 1.5.4 → 1.5.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/.claude-plugin/marketplace.json +6 -6
- package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
- package/.github/ISSUE_TEMPLATE/install_help.yml +3 -3
- package/CHANGELOG.md +9 -1
- package/CODE_OF_CONDUCT.md +1 -1
- package/CONTRIBUTING.md +3 -3
- package/README.md +23 -17
- package/SECURITY.md +1 -1
- package/SUPPORT.md +2 -2
- package/docs/en/installation/ai-apps/claude-code.md +1 -1
- package/docs/en/installation/roblox-explorer.md +2 -2
- package/docs/en/installation/roblox-plugin.md +1 -1
- package/docs/en/pro-upgrade.md +1 -1
- package/docs/es/README.md +6 -4
- package/docs/es/installation/ai-apps/claude-code.md +1 -1
- package/docs/es/installation/roblox-plugin.md +1 -1
- package/docs/es/pro-upgrade.md +1 -1
- package/docs/id/README.md +6 -4
- package/docs/id/installation/ai-apps/claude-code.md +1 -1
- package/docs/id/installation/roblox-plugin.md +1 -1
- package/docs/id/pro-upgrade.md +1 -1
- package/docs/ja/README.md +6 -4
- package/docs/ja/installation/ai-apps/claude-code.md +1 -1
- package/docs/ja/installation/roblox-plugin.md +1 -1
- package/docs/ja/pro-upgrade.md +1 -1
- package/docs/ko/README.md +6 -4
- package/docs/ko/installation/ai-apps/claude-code.md +1 -1
- package/docs/ko/installation/roblox-explorer.md +2 -2
- package/docs/ko/installation/roblox-plugin.md +1 -1
- package/docs/ko/pro-upgrade.md +1 -1
- package/docs/pt-br/README.md +6 -4
- package/docs/pt-br/installation/ai-apps/claude-code.md +1 -1
- package/docs/pt-br/installation/roblox-plugin.md +1 -1
- package/docs/pt-br/pro-upgrade.md +1 -1
- package/docs/troubleshooting.md +1 -1
- package/llms-full.txt +12 -10
- package/llms.txt +21 -18
- package/package.json +4 -4
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +3 -3
- package/plugins/weppy-roblox-mcp/dist/index.js +32 -32
- package/smithery.yaml +1 -1
package/llms-full.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# Roblox MCP — Full Documentation
|
|
1
|
+
# Weppy Roblox MCP — Full Documentation
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
>
|
|
3
|
+
> Weppy Roblox MCP is an MCP server that lets AI coding agents (Claude, Codex,
|
|
4
|
+
> Cursor, Gemini) control a live Roblox Studio session — create and edit scripts,
|
|
5
|
+
> instances, terrain, lighting, assets, audio, and animations via natural language.
|
|
6
|
+
> 21 consolidated tools · 140+ actions · Bidirectional sync · Multi-place support
|
|
5
7
|
|
|
6
8
|
---
|
|
7
9
|
|
|
@@ -25,7 +27,7 @@ Download the plugin file from GitHub, then place it in Roblox Studio's Plugins f
|
|
|
25
27
|
|
|
26
28
|
### Download Plugin
|
|
27
29
|
|
|
28
|
-
1. Open [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
30
|
+
1. Open [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
|
|
29
31
|
2. Download `weppy-roblox-mcp-v{version}.zip`
|
|
30
32
|
3. Extract the ZIP file - you will find `roblox-plugin/WeppyRobloxMCP.rbxm` and setup guides
|
|
31
33
|
|
|
@@ -66,7 +68,7 @@ The MCP server command is: `npx -y @weppy/roblox-mcp`
|
|
|
66
68
|
**Method 1: Install from Marketplace (Recommended)**
|
|
67
69
|
|
|
68
70
|
```bash
|
|
69
|
-
/plugin marketplace add hope1026/roblox-mcp
|
|
71
|
+
/plugin marketplace add hope1026/weppy-roblox-mcp
|
|
70
72
|
/plugin install weppy-roblox-mcp@hope1026-roblox-mcp
|
|
71
73
|
```
|
|
72
74
|
|
|
@@ -168,7 +170,7 @@ In the agent pane, click ⋯ → MCP Servers → Manage MCP Servers → View raw
|
|
|
168
170
|
|
|
169
171
|
Browse synced instance trees inside VSCode with Roblox class icons.
|
|
170
172
|
|
|
171
|
-
1. Download the latest `weppy-roblox-explorer-*.vsix` from [Releases](https://github.com/hope1026/roblox-mcp/releases)
|
|
173
|
+
1. Download the latest `weppy-roblox-explorer-*.vsix` from [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases)
|
|
172
174
|
2. Open VSCode → Extensions sidebar → ⋯ → Install from VSIX...
|
|
173
175
|
3. Select the downloaded `.vsix` file
|
|
174
176
|
|
|
@@ -577,7 +579,7 @@ The action you're requesting requires the Pro tier.
|
|
|
577
579
|
|
|
578
580
|
## Still stuck?
|
|
579
581
|
|
|
580
|
-
[Open a Discussion](https://github.com/hope1026/roblox-mcp/discussions) with your OS, Node.js version, AI client, and error details.
|
|
582
|
+
[Open a Discussion](https://github.com/hope1026/weppy-roblox-mcp/discussions) with your OS, Node.js version, AI client, and error details.
|
|
581
583
|
|
|
582
584
|
---
|
|
583
585
|
|
|
@@ -593,7 +595,7 @@ The action you're requesting requires the Pro tier.
|
|
|
593
595
|
|
|
594
596
|
# Links
|
|
595
597
|
|
|
596
|
-
- GitHub: https://github.com/hope1026/roblox-mcp
|
|
598
|
+
- GitHub: https://github.com/hope1026/weppy-roblox-mcp
|
|
597
599
|
- npm: https://www.npmjs.com/package/@weppy/roblox-mcp
|
|
598
|
-
- Issues: https://github.com/hope1026/roblox-mcp/issues
|
|
599
|
-
- Discussions: https://github.com/hope1026/roblox-mcp/discussions
|
|
600
|
+
- Issues: https://github.com/hope1026/weppy-roblox-mcp/issues
|
|
601
|
+
- Discussions: https://github.com/hope1026/weppy-roblox-mcp/discussions
|
package/llms.txt
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
# Roblox MCP
|
|
1
|
+
# Weppy Roblox MCP — MCP Server for Roblox Studio
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
>
|
|
3
|
+
> Weppy Roblox MCP is an MCP server that lets AI coding agents (Claude, Codex,
|
|
4
|
+
> Cursor, Gemini) control a live Roblox Studio session — create and edit scripts,
|
|
5
|
+
> instances, terrain, lighting, assets, audio, and animations via natural language.
|
|
5
6
|
|
|
6
7
|
## What it does
|
|
7
8
|
|
|
8
|
-
Roblox MCP provides a real-time bridge between AI agents and the Roblox
|
|
9
|
-
DataModel. It exposes the full Roblox API surface as executable MCP tools,
|
|
10
|
-
can directly create, read, modify, and delete instances, scripts, properties,
|
|
9
|
+
Weppy Roblox MCP provides a real-time bridge between AI agents and the Roblox
|
|
10
|
+
Studio DataModel. It exposes the full Roblox API surface as executable MCP tools,
|
|
11
|
+
so AI can directly create, read, modify, and delete instances, scripts, properties,
|
|
11
12
|
terrain, and more — inside a live Studio session.
|
|
12
13
|
|
|
13
|
-
-
|
|
14
|
-
- Bidirectional project sync between Roblox Studio and local files
|
|
14
|
+
- 21 consolidated tools with 140+ actions covering the full Roblox Studio API surface
|
|
15
|
+
- Bidirectional project sync between Roblox Studio and local files (Pro)
|
|
16
|
+
- Automated playtest: AI starts/stops Play/Run, injects test scripts, collects logs
|
|
17
|
+
- Multi-place support (up to 3 places simultaneously)
|
|
15
18
|
- Roblox Explorer VSCode extension for browsing Studio hierarchy
|
|
16
19
|
- Works with Claude Code, Claude Desktop, Cursor, Codex CLI, Codex Desktop, Gemini CLI, Antigravity
|
|
17
20
|
|
|
@@ -28,13 +31,13 @@ Install in 2 steps:
|
|
|
28
31
|
|
|
29
32
|
## Detailed docs
|
|
30
33
|
|
|
31
|
-
- Full documentation: [llms-full.txt](https://github.com/hope1026/roblox-mcp/blob/main/llms-full.txt)
|
|
32
|
-
- Installation: https://github.com/hope1026/roblox-mcp/blob/main/docs/en/installation/README.md
|
|
33
|
-
- Tools reference: https://github.com/hope1026/roblox-mcp/blob/main/docs/en/tools/overview.md
|
|
34
|
-
- Sync guide: https://github.com/hope1026/roblox-mcp/blob/main/docs/en/sync/overview.md
|
|
35
|
-
- Troubleshooting: https://github.com/hope1026/roblox-mcp/blob/main/docs/troubleshooting.md
|
|
36
|
-
- Compatibility: https://github.com/hope1026/roblox-mcp/blob/main/docs/compatibility.md
|
|
37
|
-
- Pro upgrade: https://github.com/hope1026/roblox-mcp/blob/main/docs/en/pro-upgrade.md
|
|
34
|
+
- Full documentation: [llms-full.txt](https://github.com/hope1026/weppy-roblox-mcp/blob/main/llms-full.txt)
|
|
35
|
+
- Installation: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/installation/README.md
|
|
36
|
+
- Tools reference: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/tools/overview.md
|
|
37
|
+
- Sync guide: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/sync/overview.md
|
|
38
|
+
- Troubleshooting: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/troubleshooting.md
|
|
39
|
+
- Compatibility: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/compatibility.md
|
|
40
|
+
- Pro upgrade: https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/pro-upgrade.md
|
|
38
41
|
|
|
39
42
|
## Requirements
|
|
40
43
|
|
|
@@ -49,7 +52,7 @@ Install in 2 steps:
|
|
|
49
52
|
|
|
50
53
|
## Links
|
|
51
54
|
|
|
52
|
-
- GitHub: https://github.com/hope1026/roblox-mcp
|
|
55
|
+
- GitHub: https://github.com/hope1026/weppy-roblox-mcp
|
|
53
56
|
- npm: https://www.npmjs.com/package/@weppy/roblox-mcp
|
|
54
|
-
- Issues: https://github.com/hope1026/roblox-mcp/issues
|
|
55
|
-
- Discussions: https://github.com/hope1026/roblox-mcp/discussions
|
|
57
|
+
- Issues: https://github.com/hope1026/weppy-roblox-mcp/issues
|
|
58
|
+
- Discussions: https://github.com/hope1026/weppy-roblox-mcp/discussions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weppy/roblox-mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time",
|
|
5
5
|
"main": "plugins/weppy-roblox-mcp/dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|
|
42
|
-
"url": "https://github.com/hope1026/roblox-mcp.git"
|
|
42
|
+
"url": "https://github.com/hope1026/weppy-roblox-mcp.git"
|
|
43
43
|
},
|
|
44
44
|
"bugs": {
|
|
45
|
-
"url": "https://github.com/hope1026/roblox-mcp/issues"
|
|
45
|
+
"url": "https://github.com/hope1026/weppy-roblox-mcp/issues"
|
|
46
46
|
},
|
|
47
|
-
"homepage": "https://github.com/hope1026/roblox-mcp#readme"
|
|
47
|
+
"homepage": "https://github.com/hope1026/weppy-roblox-mcp#readme"
|
|
48
48
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weppy-roblox-mcp",
|
|
3
3
|
"description": "MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "hope1026"
|
|
7
7
|
},
|
|
8
|
-
"repository": "https://github.com/hope1026/roblox-mcp",
|
|
9
|
-
"homepage": "https://github.com/hope1026/roblox-mcp#readme",
|
|
8
|
+
"repository": "https://github.com/hope1026/weppy-roblox-mcp",
|
|
9
|
+
"homepage": "https://github.com/hope1026/weppy-roblox-mcp#readme",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE",
|
|
11
11
|
"keywords": [
|
|
12
12
|
"mcp",
|