You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CLI reference for environment-scoped list hosts
Update 'hatch mcp list hosts' documentation:
- Clarify environment-scoped behavior vs system detection
- Add --env and --detailed flag documentation
- Include example outputs for basic and detailed modes
- Distinguish from 'hatch mcp discover hosts' functionality
Update 'hatch mcp discover hosts' documentation:
- Clarify system detection purpose and scope
- Add example output showing availability status
- Emphasize difference from environment-scoped listing
Maintains accurate documentation aligned with implementation
✓ claude-desktop Available /Users/user/.claude/config.json
445
+
✓ cursor Available /Users/user/.cursor/config.json
446
+
✗ vscode Not Found /Users/user/.vscode/settings.json
447
+
✗ lmstudio Not Found /Users/user/.lmstudio/config.json
448
+
```
417
449
418
450
### `hatch mcp list servers`
419
451
420
-
List configured MCP servers from environment.
452
+
List MCP servers from environment with host configuration tracking information.
453
+
454
+
**Purpose**: Shows servers from environment packages with detailed host configuration tracking, including which hosts each server is configured on and last sync timestamps.
421
455
422
456
Syntax:
423
457
424
-
`hatch mcp list servers [--env ENV]`
458
+
`hatch mcp list servers [--env ENV] [--host HOST]`
425
459
426
460
| Flag | Type | Description | Default |
427
461
|---:|---|---|---|
428
462
|`--env`, `-e`| string | Environment name (defaults to current) | current environment |
463
+
|`--host`| string | Filter by specific host to show only servers configured on that host | none |
0 commit comments