feat: full MCP coverage — prompts, resources, server info#6
Merged
Conversation
Implements prompts/list, prompts/get, resources/list, resources/templates/list, and resources/read with pagination. Adds `mcpx <server> info` to inspect server capabilities. Daemon now caches and replays InitializeResult so all features work in daemon mode. Includes prompt argument validation, enhanced server help, updated docs generation, and shell completion for new subcommands. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update changelog, CLI reference, quick start, AI agent setup, daemon mode, how-it-works, and version badge across the VitePress site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
prompt list,prompt <name> --help,prompt <name> [--arg val ...]withprompts/listandprompts/getpaginationresource list,resource read <uri>withresources/list,resources/templates/list, andresources/readpaginationmcpx <server> infoshows server name, version, protocol, and capability checklistInitializeResultand replays it to clients —info,--help, and capability-based features now work in daemon mode--helpshows prompts and resources alongside toolsconfigureandgenerateinclude prompts/resources in docsinfo,prompt,resourceadded to tab-completionFiles changed (12)
internal/mcp/types.gointernal/mcp/client.gointernal/mcp/client_test.gointernal/cli/commands.gointernal/cli/output.gointernal/cli/generate.gointernal/cli/configure.gointernal/cli/completion.gointernal/daemon/daemon.goCHANGELOG.mdREADME.mdROADMAP.mdTest plan
go build ./...passesgo test -race ./...— 161 tests passgo vet ./...clean@modelcontextprotocol/server-everything(stdio): info, prompt list, prompt get, resource list, resource read, resource templatesserena(daemon): info shows FastMCP 1.23.0 with capabilities--jsonmode🤖 Generated with Claude Code