unity-mcp-server
Advanced tools
+10
-0
@@ -8,2 +8,12 @@ # Changelog | ||
| ## [1.6.1] - 2026-08-04 | ||
| ### Security | ||
| - Cleared Socket.dev Dependency Alerts Report (45 CVE rows, 0.1–0.45): bumped `@modelcontextprotocol/sdk` to `^1.30.0` and pinned patched transitive overrides (`hono@4.13.0`, `@hono/node-server@2.1.0`, `express-rate-limit@8.6.2`, `path-to-regexp@8.4.2`, `body-parser@2.3.0`, `qs@6.15.3`, `fast-uri@4.1.2`, `ip-address@10.4.0`, `ajv@8.20.0`, `esbuild@0.28.1`). See [docs/release-notes/v1.6.1.md](./docs/release-notes/v1.6.1.md). | ||
| - `npm audit` reports **0 vulnerabilities**. | ||
| - Runtime path unchanged: this server uses **stdio only**; HTTP/SSE demo code inside the MCP SDK is not loaded. | ||
| --- | ||
| ## [1.6.0] - 2026-06-21 | ||
@@ -10,0 +20,0 @@ |
+1
-1
@@ -24,3 +24,3 @@ #!/usr/bin/env node | ||
| name: "unity-mcp-server", | ||
| version: "1.6.0", | ||
| version: "1.6.1", | ||
| }); | ||
@@ -27,0 +27,0 @@ const text = (s) => ({ content: [{ type: "text", text: s }] }); |
+16
-6
| { | ||
| "name": "unity-mcp-server", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "Lightweight MCP server for Unity - project info, AI/ML discovery, agent skills, 110+ tools (no Unity Editor required)", | ||
@@ -13,3 +13,4 @@ "type": "module", | ||
| "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | ||
| "dev": "tsx src/index.ts", | ||
| "audit:check": "npm audit --audit-level=high" | ||
| }, | ||
@@ -20,4 +21,4 @@ "engines": { | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.26.0", | ||
| "zod": "^3.23.0" | ||
| "@modelcontextprotocol/sdk": "^1.30.0", | ||
| "zod": "^3.25.0" | ||
| }, | ||
@@ -35,4 +36,13 @@ "devDependencies": { | ||
| "overrides": { | ||
| "ajv": "8.18.0" | ||
| "@hono/node-server": "2.1.0", | ||
| "ajv": "8.20.0", | ||
| "body-parser": "2.3.0", | ||
| "esbuild": "0.28.1", | ||
| "express-rate-limit": "8.6.2", | ||
| "fast-uri": "4.1.2", | ||
| "hono": "4.13.0", | ||
| "ip-address": "10.4.0", | ||
| "path-to-regexp": "8.4.2", | ||
| "qs": "6.15.3" | ||
| } | ||
| } | ||
| } |
+2
-2
@@ -10,3 +10,3 @@ { | ||
| }, | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "packages": [ | ||
@@ -16,3 +16,3 @@ { | ||
| "identifier": "unity-mcp-server", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "transport": { | ||
@@ -19,0 +19,0 @@ "type": "stdio" |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
4894919
0.02%Updated