@weppy/roblox-mcp 1.0.3 → 1.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.
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Roblox MCP server and tools for AI-powered game development",
9
- "version": "1.0.3"
9
+ "version": "1.2.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "MCP server for Roblox Studio integration - 132 tools for AI-powered game development with specialized agents and skills",
16
- "version": "1.0.3",
16
+ "version": "1.2.0",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
package/CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
 
10
10
 
11
+
12
+ ## [1.2.0] - 2026-02-26
13
+
14
+ ### Features
15
+
16
+ - Update documentation and scripts for CommandHandlers structure and verification process
17
+ - Implement extended handlers for Roblox Engine API access
18
+
19
+
11
20
  ## [1.0.3] - 2026-02-24
12
21
 
13
22
  ### Features
@@ -61,7 +61,7 @@ If specific environment variables are needed:
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **Configuration file:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
@@ -61,7 +61,7 @@ Si se necesitan variables de entorno específicas:
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **Archivo de configuración:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
@@ -61,7 +61,7 @@ Jika variabel lingkungan tertentu diperlukan:
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **File konfigurasi:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
@@ -61,7 +61,7 @@ gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **設定ファイル:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
@@ -61,7 +61,7 @@ gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **설정 파일:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
@@ -61,7 +61,7 @@ Se variáveis de ambiente específicas forem necessárias:
61
61
 
62
62
  **CLI:**
63
63
  ```bash
64
- gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
64
+ gemini mcp add weppy-roblox-mcp npx --trust -e HTTP_PORT=3002 -- -y @weppy/roblox-mcp
65
65
  ```
66
66
 
67
67
  **Arquivo de configuração:**
@@ -72,7 +72,7 @@ gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox
72
72
  "command": "npx",
73
73
  "args": ["-y", "@weppy/roblox-mcp"],
74
74
  "env": {
75
- "MCP_PORT": "3002"
75
+ "HTTP_PORT": "3002"
76
76
  }
77
77
  }
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weppy/roblox-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.2.0",
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 - 130+ tools for AI-powered game development with specialized agents and skills",
4
- "version": "1.0.3",
4
+ "version": "1.2.0",
5
5
  "author": {
6
6
  "name": "hope1026"
7
7
  },