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 ad0599d commit 1354ec9Copy full SHA for 1354ec9
1 file changed
sentry_sdk/integrations/mcp.py
@@ -55,7 +55,7 @@
55
if TYPE_CHECKING:
56
from typing import Any, Awaitable, Callable, ContextManager, Optional, Tuple, Union
57
58
- from mcp.types import (
+ from mcp_types import (
59
CallToolResult,
60
GetPromptResult,
61
InputRequiredResult,
0 commit comments