forked from getsentry/XcodeBuildMCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 775 Bytes
/
plugin.json
File metadata and controls
23 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "xcodebuild-mcp",
"version": "0.1.0",
"description": "Xcode build and project management tools from Codex",
"author": {
"name": "getsentry",
"url": "https://github.com/getsentry/XcodeBuildMCP"
},
"homepage": "https://github.com/getsentry/XcodeBuildMCP",
"repository": "https://github.com/getsentry/XcodeBuildMCP",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Xcode Build MCP",
"shortDescription": "Xcode build and project management tools from Codex",
"longDescription": "A MCP server and CLI that provides tools for agent use when working on iOS and macOS projects.",
"category": "Development",
"websiteURL": "https://github.com/getsentry/XcodeBuildMCP"
}
}