Skip to content

Commit 2d61323

Browse files
committed
Support MCP registry
1 parent 6f6ad3e commit 2d61323

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "xcodebuildmcp",
33
"version": "1.12.3",
4+
"mcpName": "io.github.cameroncooke/XcodeBuildMCP",
45
"iOSTemplateVersion": "v1.0.8",
56
"macOSTemplateVersion": "v1.0.5",
67
"main": "build/index.js",
@@ -86,4 +87,4 @@
8687
"vitest": "^3.2.4",
8788
"xcode": "^3.0.1"
8889
}
89-
}
90+
}

server.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.cameroncooke/XcodeBuildMCP",
4+
"description": "XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/cameroncooke/XcodeBuildMCP",
8+
"source": "github"
9+
},
10+
"version": "1.12.3",
11+
"packages": [
12+
{
13+
"registry_type": "npm",
14+
"registry_base_url": "https://registry.npmjs.org",
15+
"identifier": "xcodebuildmcp",
16+
"version": "1.12.3",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environment_variables": [
21+
{
22+
"description": "Your API key for the service",
23+
"is_required": true,
24+
"format": "string",
25+
"is_secret": true,
26+
"name": "YOUR_API_KEY"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)