diff --git a/mcp/README.md b/mcp/README.md index 0b43c5b..a212539 100644 --- a/mcp/README.md +++ b/mcp/README.md @@ -1,10 +1,10 @@ # @evoio/apple-bridge-mcp -MCP server for managing Apple Reminders and Calendars. Wraps the [apple-bridge](https://github.com/tpettit/apple-bridge) HTTP API as Model Context Protocol tools for AI agents. +MCP server for managing Apple Reminders and Calendars. Wraps the [apple-bridge](https://github.com/tobydoescode/apple-bridge) HTTP API as Model Context Protocol tools for AI agents. ## Prerequisites -- [apple-bridge](https://github.com/tpettit/apple-bridge) running on the target macOS machine +- [apple-bridge](https://github.com/tobydoescode/apple-bridge) running on the target macOS machine - An API key created via `apple-bridge keys create` ## Usage with Claude Code diff --git a/mcp/package.json b/mcp/package.json index 081d1b3..0967b09 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -34,7 +34,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/tpettit/apple-bridge" + "url": "git+https://github.com/tobydoescode/apple-bridge.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0",