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 356bf35 commit 91fbb9dCopy full SHA for 91fbb9d
pyproject.toml
@@ -96,4 +96,5 @@ filterwarnings = [
96
# This should be fixed on Uvicorn's side.
97
"ignore::DeprecationWarning:websockets",
98
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
99
+ "ignore:Returning str or bytes from read_resource is deprecated. Use Iterable[ReadResourceContents] instead.:mcp.shared.exceptions.McpError"
100
]
0 commit comments