Skip to content

Commit 865cf4a

Browse files
committed
Update server.json
1 parent bf96962 commit 865cf4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "com.xcodebuildmcp/XcodeBuildMCP",
44
"description": "XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.",
55
"status": "active",
@@ -11,15 +11,15 @@
1111
"version": "1.14.0",
1212
"packages": [
1313
{
14-
"registry_type": "npm",
15-
"registry_base_url": "https://registry.npmjs.org",
14+
"registryType": "npm",
15+
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "xcodebuildmcp",
1717
"version": "1.14.0",
1818
"transport": {
1919
"type": "stdio"
2020
},
21-
"runtime_hint": "npx",
22-
"environment_variables": [
21+
"runtimeHint": "npx",
22+
"environmentVariables": [
2323
{
2424
"name": "INCREMENTAL_BUILDS_ENABLED",
2525
"description": "Enable experimental xcodemake incremental builds (true/false or 1/0).",

0 commit comments

Comments
 (0)