UNPKG

@sentry/core

Version:
7 lines 329 B
/** * Wraps a MCP Server instance from the `@modelcontextprotocol/sdk` package with Sentry instrumentation. * * Compatible with versions `^1.9.0` of the `@modelcontextprotocol/sdk` package. */ export declare function wrapMcpServerWithSentry<S extends object>(mcpServerInstance: S): S; //# sourceMappingURL=mcp-server.d.ts.map