.mcp.json 166 B

12345678
  1. {
  2. "mcpServers": {
  3. "imessage": {
  4. "command": "bun",
  5. "args": ["run", "--cwd", "${CLAUDE_PLUGIN_ROOT}", "--shell=bun", "--silent", "start"]
  6. }
  7. }
  8. }