Skip to content

Commit c88c95f

Browse files
committed
Update server.json
1 parent c2d7c54 commit c88c95f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
"vitest": "^3.2.4",
8888
"xcode": "^3.0.1"
8989
}
90-
}
90+
}

server.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,16 @@
77
"url": "https://github.com/cameroncooke/XcodeBuildMCP",
88
"source": "github"
99
},
10-
"version": "1.12.3",
10+
"version": "1.12.7",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "xcodebuildmcp",
16-
"version": "1.12.3",
16+
"version": "1.12.7",
1717
"transport": {
1818
"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-
]
19+
}
2920
}
3021
]
3122
}

0 commit comments

Comments
 (0)