We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d7c54 commit c88c95fCopy full SHA for c88c95f
package.json
@@ -87,4 +87,4 @@
87
"vitest": "^3.2.4",
88
"xcode": "^3.0.1"
89
}
90
-}
+}
server.json
@@ -7,25 +7,16 @@
7
"url": "https://github.com/cameroncooke/XcodeBuildMCP",
8
"source": "github"
9
},
10
- "version": "1.12.3",
+ "version": "1.12.7",
11
"packages": [
12
{
13
"registry_type": "npm",
14
"registry_base_url": "https://registry.npmjs.org",
15
"identifier": "xcodebuildmcp",
16
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