Skip to content

Commit 29806b1

Browse files
authored
Update mcp.settings.ts
1 parent 404d761 commit 29806b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/mcp/mcp.settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { socialIntegrationList } from '@gitroom/nestjs-libraries/integrations/in
55
export class McpSettings {
66
private _server: McpServer;
77
createServer(organization: string, service: MainMcp) {
8-
this._server = Sentry.wrapMcpServerWithSentry(new McpServer(
8+
this._server = new McpServer(
99
{
1010
name: 'Postiz',
1111
version: '2.0.0',

0 commit comments

Comments
 (0)