Skip to content

Add manual install methods and gitignore uv.lock#1

Open
LittleCoinCoin wants to merge 3 commits into
mainfrom
claude/frosty-ardinghelli-d56610
Open

Add manual install methods and gitignore uv.lock#1
LittleCoinCoin wants to merge 3 commits into
mainfrom
claude/frosty-ardinghelli-d56610

Conversation

@LittleCoinCoin

Copy link
Copy Markdown
Collaborator

Summary

  • Add a Manual install section to README with two options:
    • Hatch! (hatch mcp configure) for CLI-driven multi-host registration with sync and backup
    • Direct .mcp.json editing for users who prefer full control
    • Both use a local git clone rather than referencing a remote git URL at runtime
    • Shared rikyu-doctor verify step at the end
  • Add uv.lock to .gitignore — the server is consumed via uv tool run which resolves its own dependencies; a committed lock file would drift without benefit

Test plan

  • Verify README renders correctly on GitHub (Hatch! link, code blocks, JSON snippet)
  • Confirm uv.lock no longer appears as untracked after running uv run --directory server rikyu-doctor

🤖 Generated with Claude Code

LittleCoinCoin and others added 3 commits June 28, 2026 19:49
Users who prefer a local clone over the plugin marketplace now have
two options: Hatch! (multi-host CLI registration with sync and backup)
or direct .mcp.json editing. Both share a common rikyu-doctor verify step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The server is consumed via uv tool run which resolves its own
dependencies; a committed lock file would drift without benefit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Hatch! expects --args as a single quoted string, not separate tokens.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant