feat/sentry mcp

This commit is contained in:
Enno Gelhaus 2025-08-08 08:00:14 +02:00 committed by GitHub
parent e17261881e
commit 8c4cebb31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 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 = new McpServer(
this._server = Sentry.wrapMcpServerWithSentry(new McpServer(
{
name: 'Postiz',
version: '2.0.0',
@ -17,7 +17,7 @@ export class McpSettings {
', '
)} to schedule you need to have the providerId (you can get it from POSTIZ_PROVIDERS_LIST), user need to specify the schedule date (or now), text, you also can send base64 images and text for the comments. When you get POSTIZ_PROVIDERS_LIST, always display all the options to the user`,
}
);
));
for (const usePrompt of Reflect.getMetadata(
'MCP_PROMPT',