Skip to content

Commit 2f3c920

Browse files
committed
Point npm package to public repo (Unreal-MCP)
Updated GitHub repo URLs in package.json and install.js to use the public repository for release downloads.
1 parent 1509357 commit 2f3c920

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cli/npm/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const os = require("os");
1515
const { execSync } = require("child_process");
1616

1717
const VERSION = require("./package.json").version;
18-
const REPO = "aadeshrao123/Unreal-MCP-Pro";
18+
const REPO = "aadeshrao123/Unreal-MCP";
1919

2020
const PLATFORM_MAP = {
2121
"win32-x64": "ue-cli-windows-amd64.exe",

cli/npm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "unrealmcp",
2+
"name": "unrealcli",
33
"version": "1.0.0",
44
"description": "CLI for controlling Unreal Engine 5 Editor — create materials, blueprints, spawn actors, modify assets. No Python, no MCP, no dependencies.",
55
"keywords": [
@@ -19,11 +19,11 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/aadeshrao123/Unreal-MCP-Pro"
22+
"url": "https://github.com/aadeshrao123/Unreal-MCP"
2323
},
24-
"homepage": "https://github.com/aadeshrao123/Unreal-MCP-Pro#readme",
24+
"homepage": "https://github.com/aadeshrao123/Unreal-MCP#readme",
2525
"bugs": {
26-
"url": "https://github.com/aadeshrao123/Unreal-MCP-Pro/issues"
26+
"url": "https://github.com/aadeshrao123/Unreal-MCP/issues"
2727
},
2828
"bin": {
2929
"ue-cli": "run.js"

0 commit comments

Comments
 (0)