Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.21 Home All releases olderv1.0.20 v1.0.22newer
Claude Code v1.0.21

MCP Integration Examples

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.

See this entry in the whole of v1.0.21 →