We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68e453 commit fb6dcf4Copy full SHA for fb6dcf4
packages/node/src/integrations/mcp-server.ts
@@ -6,7 +6,7 @@ import { SDK_VERSION } from '@sentry/core';
6
import { generateInstrumentOnce } from '../otel/instrument';
7
import { defineIntegration } from '@sentry/core';
8
9
-const supportedVersions = ['> 0.0.1'];
+const supportedVersions = ['*'];
10
11
interface MCPServerInstance {
12
tool: (toolName: string, toolSchema: unknown, handler: (...args: unknown[]) => unknown) => void;
0 commit comments