docs: replace install-mcp with aix add mcp - #33
Conversation
This change replaces all instances of the `install-mcp` command with `aix add mcp`. `aix` is a more robust tool for managing AI assistant configurations across multiple editors. Changes: - Replaced `[install-mcp](https://www.npmjs.com/package/install-mcp)` with `[aix](https://aix.a1st.dev/cli/add/#aix-add-mcp)` - Replaced `npx -y install-mcp @hypothesi/tauri-mcp-server --client <client>` with `npx -y @a1st/aix add mcp @hypothesi/tauri-mcp-server --user` - Consolidated redundant client-specific installation blocks in the root README.md into a single simplified section. - Updated documentation in: - README.md - docs/index.md - docs/guides/getting-started.md - packages/mcp-server/README.md
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This change replaces all instances of the `install-mcp` command with the specific `aix add mcp` command provided. `aix` is a more robust tool for managing AI assistant configurations across multiple editors. Changes: - Replaced `[install-mcp](https://www.npmjs.com/package/install-mcp)` with `[aix](https://aix.a1st.dev/cli/add/#aix-add-mcp)` - Replaced `npx -y install-mcp @hypothesi/tauri-mcp-server --client <client>` with `npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user` - Consolidated redundant client-specific installation blocks in the root README.md into a single simplified section. - Updated documentation in: - README.md - docs/index.md - docs/guides/getting-started.md - packages/mcp-server/README.md
|
Closes #26 |
This change replaces all instances of the
install-mcpcommand withaix add mcp.aixis a more robust tool for managing AI assistant configurations across multiple editors.Changes:
[install-mcp](https://www.npmjs.com/package/install-mcp)with[aix](https://aix.a1st.dev/cli/add/#aix-add-mcp)npx -y install-mcp @hypothesi/tauri-mcp-server --client <client>withnpx -y @a1st/aix add mcp @hypothesi/tauri-mcp-server --userPR created automatically by Jules for task 1592587288481737353 started by @yokuze