Skip to content

Commit 7a061ae

Browse files
author
Miguel Cartier
committed
chore: add mcp registry for publishing
1 parent 5646102 commit 7a061ae

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Server~/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "MCP Unity Server for executing Unity operations and request Editor information",
55
"main": "dist/index.js",
66
"type": "module",
7+
"mcpName": "io.github.codergamester/mcp-unity",
78
"bin": {
89
"mcp-unity-server": "./build/index.js"
910
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"displayName": "MCP Unity Server",
44
"author": "CoderGamester",
55
"version": "1.2.0",
6+
"mcpname": "io.github.codergamester/mcp-unity",
67
"unity": "2022.3",
78
"license": "MIT",
89
"description": "The purpose of this package is to provide a MCP Unity Server for executing Unity operations and request Editor information from AI MCP enabled hosts",

server.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
3+
"name": "io.github.codergamester/mcp-unity",
4+
"description": "MCP Unity Server for executing Unity Editor operations and retrieving data via MCP.",
5+
"version": "1.2.0",
6+
"packages": [
7+
{
8+
"registryType": "npm",
9+
"registry_type": "npm",
10+
"identifier": "mcp-unity",
11+
"version": "1.2.0",
12+
"transport": { "type": "stdio" }
13+
}
14+
]
15+
}
16+

0 commit comments

Comments
 (0)