What's wrong with this entry?
Anonymous. No account, no email.
When connecting to an MCP server that supports prompts, you can now:
# List all available prompts from a connected MCP server
claude code mcp list-prompts
# Get a specific prompt with arguments
claude code mcp get-prompt "code-review" --args '{"language": "javascript"}'
This version focuses on expanding MCP capabilities and improving the robustness of OAuth authentication flows, making it easier to integrate with various MCP servers and maintain secure connections.