Update mcp.settings.ts

This commit is contained in:
Enno Gelhaus 2025-08-08 08:11:22 +02:00 committed by GitHub
parent 404d761fab
commit 29806b1dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { socialIntegrationList } from '@gitroom/nestjs-libraries/integrations/in
export class McpSettings {
private _server: McpServer;
createServer(organization: string, service: MainMcp) {
this._server = Sentry.wrapMcpServerWithSentry(new McpServer(
this._server = new McpServer(
{
name: 'Postiz',
version: '2.0.0',