Conversation
mattt
force-pushed
the
mattt/homekit-mcp-tools-plan
branch
from
September 19, 2026 18:53
69067ee to
366743e
Compare
mattt
force-pushed
the
mattt/homekit-mcp-tools-plan
branch
from
September 20, 2026 16:12
a8eef6b to
dd0a30a
Compare
mattt
marked this pull request as ready for review
September 20, 2026 21:24
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.
The HomeKit framework isn't available to native macOS apps, so iMCP had no way to inspect or clean up a home's accessories, rooms, scenes, and automations. This adds a Home service backed by a Mac Catalyst helper, iMCP Helper, that a nested xcodebuild step embeds in iMCP.app; iMCP launches it on activation and forwards tool calls over a loopback MCP connection, with the tool definitions shared between both apps so the usual service and per-tool switches apply.
The tools cover inventory and a full export, identify, renames, batch room assignment, room and zone management, characteristic reads and writes, and scene and automation management, with the removal tools annotated as destructive. The README documents the helper's build, signing, and discovery.
The branch also lets imcp-server select a Bonjour service type through IMCP_SERVICE_TYPE, so the MCP Inspector can talk to the helper directly, and fixes task cancellation and closure captures in Capture and StdioProxy for Xcode 27.