feat: remove mcp log

This commit is contained in:
Nevo David 2025-07-31 11:25:49 +07:00
parent 082aef6253
commit 4edb179d36
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export class McpService {
})
);
console.log('MCP transport started');
await server.connect(transport);
return observer;