Remove unused mcpserver.exceptions.ValidationError (#3199)
This commit is contained in:
@@ -5,10 +5,6 @@ class MCPServerError(Exception):
|
||||
"""Base error for MCPServer."""
|
||||
|
||||
|
||||
class ValidationError(MCPServerError):
|
||||
"""Error in validating parameters or return values."""
|
||||
|
||||
|
||||
class ResourceError(MCPServerError):
|
||||
"""Error in resource operations."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user