Conversation
- Build SEA binary (113MB) and DMG (42MB) with all 10 apps - Fix INSTALL.txt: update config path to ~/.config/applescript-mcp/, remove obsolete allowedTools with old tool names, update MCP client reference from Claude Desktop to VS Code / Copilot - Verified binary starts correctly with 13 tools and 10 apps Closes #3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR rebuilds the self-contained executable (SEA) binary for the 10-app release and updates the DMG installer documentation to reflect current configuration conventions. The changes correct the config directory path and remove obsolete tool allowlists that referenced the old per-app tool naming scheme (e.g., notes.create_note) which has been replaced by generic tools (e.g., app.create with an app parameter).
Changes:
- Fixed config directory path from
~/.config/mcp-applescript/to~/.config/applescript-mcp/to match codebase convention - Removed obsolete
allowedToolsconfiguration using deprecated per-app tool names (e.g.,notes.create_note,calendar.create_event,mail.compose_draft) - Updated MCP client reference from "Claude Desktop" to "VS Code / Copilot" for broader audience appeal
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #3 — Rebuild the self-contained executable for the 10-app release.
What was done
dist/mcp-applescript, 113MB Mach-O arm64)dist/MCP-AppleScript-0.1.0-arm64.dmg, 42MB)Fix: Updated INSTALL.txt in
build-dmg.sh~/.config/mcp-applescript/→~/.config/applescript-mcp/allowedToolswith old per-app tool names (e.g.,notes.create_note)Release
After merge, a GitHub Release (v0.1.0) will be created with the DMG attached.