We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8def7e3 + 8749ad3 commit 45c9554Copy full SHA for 45c9554
1 file changed
tests/integrations/mcp/test_mcp.py
@@ -78,21 +78,6 @@ def __init__(self, text):
78
self.text = text
79
80
81
-class MockPromptMessage:
82
- """Mock PromptMessage object"""
83
-
84
- def __init__(self, role, content_text):
85
- self.role = role
86
- self.content = MockTextContent(content_text)
87
88
89
-class MockGetPromptResult:
90
- """Mock GetPromptResult object"""
91
92
- def __init__(self, messages):
93
- self.messages = messages
94
95
96
def test_integration_patches_server(sentry_init):
97
"""Test that MCPIntegration patches the Server class"""
98
# Get original methods before integration
0 commit comments