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 91fbb9d commit e3d6af2Copy full SHA for e3d6af2
pyproject.toml
@@ -96,5 +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"
+ "ignore:Returning str or bytes from read_resource is deprecated. Use Iterable[ReadResourceContents] instead.:DeprecationWarning"
100
]
0 commit comments