MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / ResourceError

Class ResourceError

src/mcp/server/mcpserver/exceptions.py:12–13  ·  view source on GitHub ↗

Error in resource operations.

Source from the content-addressed store, hash-verified

10
11
12class ResourceError(MCPServerError):
13 """Error in resource operations."""
14
15
16class ResourceNotFoundError(ResourceError):

Callers 2

read_resourceMethod · 0.90
create_resourceMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected