Skip to content

Commit fb6dcf4

Browse files
committed
version
1 parent a68e453 commit fb6dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/node/src/integrations/mcp-server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SDK_VERSION } from '@sentry/core';
66
import { generateInstrumentOnce } from '../otel/instrument';
77
import { defineIntegration } from '@sentry/core';
88

9-
const supportedVersions = ['> 0.0.1'];
9+
const supportedVersions = ['*'];
1010

1111
interface MCPServerInstance {
1212
tool: (toolName: string, toolSchema: unknown, handler: (...args: unknown[]) => unknown) => void;

0 commit comments

Comments
 (0)