Tags: steipete/macos-automator-mcp
Tags
fix: Restore missing server ready message Restored the 'connected via STDIO and ready' log message that was accidentally removed during code refactoring. This message is important for users to know when the server is ready to accept connections. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feat: Pass server version to scripting tips service This change updates the `get_scripting_tips` tool handler in `server.ts` to pass the package version to the `getScriptingTipsService`. The `serverInfo` object in `getScriptingTipsService` and the `handleListCategories` function in `knowledgeBaseService.ts` have been updated to include and handle this version information.