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 404d761 commit 29806b1Copy full SHA for 29806b1
libraries/nestjs-libraries/src/mcp/mcp.settings.ts
@@ -5,7 +5,7 @@ import { socialIntegrationList } from '@gitroom/nestjs-libraries/integrations/in
5
export class McpSettings {
6
private _server: McpServer;
7
createServer(organization: string, service: MainMcp) {
8
- this._server = Sentry.wrapMcpServerWithSentry(new McpServer(
+ this._server = new McpServer(
9
{
10
name: 'Postiz',
11
version: '2.0.0',
0 commit comments