Skip to content

Commit e14acc7

Browse files
committed
chore: Update package metadata for getsentry migration
Update repository, bugs, and homepage URLs to getsentry org. Remove author field and fix Model Context Protocol spacing.
1 parent 937b66f commit e14acc7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,15 @@
5858
"macos",
5959
"simulator"
6060
],
61-
"author": "Cameron Cooke",
6261
"license": "MIT",
63-
"description": "XcodeBuildMCP is a ModelContextProtocol server that provides tools for Xcode project management, simulator management, and app utilities.",
62+
"description": "XcodeBuildMCP is a Model Context Protocol server that provides tools for Xcode project management, simulator management, and app utilities.",
6463
"repository": {
6564
"type": "git",
66-
"url": "git+https://github.com/cameroncooke/XcodeBuildMCP.git"
65+
"url": "git+https://github.com/getsentry/XcodeBuildMCP.git"
6766
},
68-
"homepage": "https://www.async-let.com/blog/xcodebuild-mcp/",
67+
"homepage": "https://www.xcodebuildmcp.com",
6968
"bugs": {
70-
"url": "https://github.com/cameroncooke/XcodeBuildMCP/issues"
69+
"url": "https://github.com/getsentry/XcodeBuildMCP/issues"
7170
},
7271
"dependencies": {
7372
"@modelcontextprotocol/sdk": "^1.25.1",
@@ -104,4 +103,4 @@
104103
"vitest": "^3.2.4",
105104
"xcode": "^3.0.1"
106105
}
107-
}
106+
}

0 commit comments

Comments
 (0)