@weppy/roblox-mcp 2.6.2 → 2.6.4

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.
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
9
- "version": "2.6.2"
9
+ "version": "2.6.4"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
16
- "version": "2.6.2",
16
+ "version": "2.6.4",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
package/CHANGELOG.md CHANGED
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
 
6
6
 
7
7
 
8
+
9
+ ## [2.6.4] - 2026-04-22
10
+
11
+ ### Bug Fixes
12
+
13
+ - **Fix MCP server crashing on startup** — The MCP server could crash immediately on startup, preventing any tools from loading. The server now starts cleanly without any config change.
14
+
15
+
16
+ ## [2.6.3] - 2026-04-21
17
+
18
+ ### Bug Fixes
19
+
20
+ - **Fix MCP tools failing to register on Claude Code 2.0.21+ and other strict MCP clients** — Starting a session with `@weppy/roblox-mcp` configured returned a `400 input_schema does not support oneOf, allOf, or anyOf at the top level` error, causing **no WEPPY tools to load at all**. The server now sanitizes `tools/list` responses so the schema passes Anthropic API validation. Users on Claude Code 2.1.x were unaffected (the client already worked around the issue), but users on older Claude Code, Cursor, Cline, or direct API integrations will now get a clean tool registration without any config change.
21
+
22
+
8
23
  ## [2.6.2] - 2026-04-20
9
24
 
10
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weppy/roblox-mcp",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
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",
@@ -1,7 +1,7 @@
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": "2.6.2",
4
+ "version": "2.6.4",
5
5
  "author": {
6
6
  "name": "hope1026"
7
7
  },