Commit edcca56
LittleCoinCoin
docs(mcp): correct command examples and enhance configuration guidance
Fix inaccurate CLI command examples and improve user guidance:
- Correct list commands:
* Replace 'hatch mcp list --host claude-desktop' with 'hatch mcp list hosts'
* Replace 'hatch mcp list --all-hosts' with 'hatch mcp list servers [--env]'
- Fix remove commands:
* Update to proper 'hatch mcp remove server <name> --host <host>' syntax
* Add 'hatch mcp remove host <host>' for complete host removal
- Add mutual exclusivity documentation:
* Explain --command vs --url flag requirements
* Clarify local vs remote server configuration
* Prevent common user configuration errors
All command examples now match actual CLI implementation and have been
tested for accuracy. Enhanced documentation prevents user confusion and
provides clear guidance for both local and remote server configuration.
Improves user experience by ensuring documentation accuracy and providing
comprehensive configuration guidance.1 parent 7d385e6 commit edcca56
1 file changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | | - | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
| |||
0 commit comments