[v0.8.2] Add filtering positional argument to hatch mcp [discover|show|list] [servers|hosts] commands#52
Merged
LittleCoinCoin merged 2 commits intoCrackingShells:mainfrom Apr 2, 2026
Conversation
Agent-Id: agent-3e85a26f-f7c9-4ec3-8893-1a050ed9dcbb Linked-Note-Id: 20e46d61-979f-46f8-a102-49599be121ea
docs: document filter_name parameter for MCP discovery and listing funct docs: correct MCP command examples and argument order for filters docs(mcp): document filter_name parameter for discover_servers and list_ docs: correct regex pattern matching to case-sensitive in MCP discovery docs(mcp): add example for filtering servers by name docs(mcp): simplify server show command syntax docs(mcp): correct list servers example to use --host instead of --env-v docs(mcp): update examples to use sync command for multi-host configurat docs(mcp): update backup command syntax to remove --host flag and simpli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature
Added
filter_namepositional argument to MCP discovery and listing commandsEnhanced MCP CLI commands to support optional positional filtering by name. This provides a more intuitive syntax for filtering results compared to flag-based filtering.
Affected Commands
hatch mcp discover hosts [filter_name]- Filter by host namehatch mcp list hosts [filter_name]- Filter by host namehatch mcp list servers [filter_name]- Filter by server namehatch mcp show hosts [filter_name]- Filter by host namehatch mcp show servers [filter_name]- Filter by server nameUsage Examples
Documentation
Updated documentation to reflect new positional argument