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.22 Home All releases olderv1.0.21 v1.0.23newer
Claude Code v1.0.22

MCP Resource Management Commands

Two new commands have been added for working with MCP (Model Context Protocol) resources:

  • listMcpResources - Lists all available resources from configured MCP servers
  # List all resources from all MCP servers
  claude listMcpResources
  
  # List resources from a specific server
  claude listMcpResources --server myserver
  • readMcpResource - Reads a specific resource from an MCP server
  # Read a resource by server name and URI
  claude readMcpResource --server myserver --uri my-resource-uri

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v1.0.22 →