Update mcp.settings.ts
This commit is contained in:
parent
404d761fab
commit
29806b1dac
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue