unreal-engine-mcp-server 0.4.3 → 0.4.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.
- package/.env.production +1 -1
- package/.github/workflows/publish-mcp.yml +2 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
- package/src/index.ts +1 -1
package/.env.production
CHANGED
|
@@ -60,7 +60,8 @@ jobs:
|
|
|
60
60
|
|
|
61
61
|
- name: Install MCP Publisher
|
|
62
62
|
run: |
|
|
63
|
-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.
|
|
63
|
+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.1.0/mcp-publisher_1.1.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
|
|
64
|
+
chmod +x mcp-publisher
|
|
64
65
|
|
|
65
66
|
- name: Login to MCP Registry
|
|
66
67
|
run: ./mcp-publisher login github-oidc
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
|
|
3
3
|
"name": "io.github.ChiR24/unreal-engine-mcp",
|
|
4
4
|
"description": "MCP server for Unreal Engine 5 with 13 tools for game development automation.",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.4",
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"registryType": "npm",
|
|
9
9
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
10
10
|
"identifier": "unreal-engine-mcp-server",
|
|
11
|
-
"version": "0.4.
|
|
11
|
+
"version": "0.4.4",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
},
|