We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61ce38 commit d2ad0f2Copy full SHA for d2ad0f2
1 file changed
src/mcp/server/mcpserver/exceptions.py
@@ -5,10 +5,6 @@ class MCPServerError(Exception):
5
"""Base error for MCPServer."""
6
7
8
-class ValidationError(MCPServerError):
9
- """Error in validating parameters or return values."""
10
-
11
12
class ResourceError(MCPServerError):
13
"""Error in resource operations."""
14
0 commit comments