Skip to content

Rebuild SEA binary for 10-app release#12

Merged
frouaix merged 2 commits intomainfrom
issue-3-rebuild-sea
Feb 22, 2026
Merged

Rebuild SEA binary for 10-app release#12
frouaix merged 2 commits intomainfrom
issue-3-rebuild-sea

Conversation

@frouaix
Copy link
Copy Markdown
Owner

@frouaix frouaix commented Feb 22, 2026

Summary

Closes #3 — Rebuild the self-contained executable for the 10-app release.

What was done

  • Built SEA binary (dist/mcp-applescript, 113MB Mach-O arm64)
  • Built DMG installer (dist/MCP-AppleScript-0.1.0-arm64.dmg, 42MB)
  • Verified binary starts correctly: 13 tools, 10 apps, SEA mode with embedded executor

Fix: Updated INSTALL.txt in build-dmg.sh

  • Config path: ~/.config/mcp-applescript/~/.config/applescript-mcp/
  • Removed obsolete allowedTools with old per-app tool names (e.g., notes.create_note)
  • Updated MCP client reference from 'Claude Desktop' to 'VS Code / Copilot'

Release

After merge, a GitHub Release (v0.1.0) will be created with the DMG attached.

- 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>
Copilot AI review requested due to automatic review settings February 22, 2026 03:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 allowedTools configuration 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.

Comment thread scripts/build-dmg.sh Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@frouaix frouaix merged commit 3ea166c into main Feb 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rebuild SEA binary for 10-app release

2 participants