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 bf29c56 commit 66c192cCopy full SHA for 66c192c
sentry_sdk/integrations/mcp.py
@@ -25,7 +25,7 @@
25
raise DidNotEnable("MCP SDK not installed")
26
27
try:
28
- from fastmcp import FastMCP
+ from fastmcp import FastMCP # type: ignore[import-not-found]
29
except ImportError:
30
FastMCP = None
31
0 commit comments