You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update remaining XcodeBuildMCP references to getsentry
Update server.json, release script, server instructions, docs,
and template test assertions. AXe and xcodemake references are
unchanged as those repos remain under cameroncooke.
run sed_inplace "s#${README_SKILL_INSTALL_URL_REGEX}#https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v${VERSION}/scripts/install-skill.sh#g" README.md
run sed_inplace "s#${README_SKILL_INSTALL_URL_REGEX}#https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v${VERSION}/scripts/install-skill.sh#g" README.md
444
444
445
445
# Update skill installer URL in docs/SKILLS.md
446
446
if [[ -f docs/SKILLS.md ]];then
447
447
echo"📝 Updating skill installer URL in docs/SKILLS.md..."
448
-
run sed_inplace "s#${README_SKILL_INSTALL_URL_REGEX}#https://raw.githubusercontent.com/cameroncooke/XcodeBuildMCP/v${VERSION}/scripts/install-skill.sh#g" docs/SKILLS.md
448
+
run sed_inplace "s#${README_SKILL_INSTALL_URL_REGEX}#https://raw.githubusercontent.com/getsentry/XcodeBuildMCP/v${VERSION}/scripts/install-skill.sh#g" docs/SKILLS.md
449
449
else
450
450
echo"⚠️ docs/SKILLS.md not found; skipping update"
451
451
fi
@@ -525,7 +525,7 @@ if [[ -n "$RUN_ID" ]]; then
525
525
echo""
526
526
echo"✅ Release v$VERSION completed successfully!"
527
527
echo"📦 View on NPM: https://www.npmjs.com/package/xcodebuildmcp/v/$VERSION"
Copy file name to clipboardExpand all lines: src/server/server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Capabilities:
50
50
- SwiftPM: Build, run, test, and manage Swift Package Manager projects
51
51
- Project scaffolding: Generate new iOS/macOS project templates
52
52
53
-
Only simulator workflow tools are enabled by default. If capabilities like device, macOS, debugging, or UI automation are not available, the user must configure XcodeBuildMCP to enable them. See https://github.com/cameroncooke/XcodeBuildMCP/blob/main/docs/CONFIGURATION.md for workflow configuration.
53
+
Only simulator workflow tools are enabled by default. If capabilities like device, macOS, debugging, or UI automation are not available, the user must configure XcodeBuildMCP to enable them. See https://github.com/getsentry/XcodeBuildMCP/blob/main/docs/CONFIGURATION.md for workflow configuration.
54
54
55
55
Always start by calling session_show_defaults to see current configuration, then use discovery tools to find projects and set appropriate defaults.`,
0 commit comments