Files
stack/apps/api/src/mcp
Jason Woltje 08d077605a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(SEC-API-28): Replace MCP console.error with NestJS Logger
Replace all console.error calls in MCP services with NestJS Logger
instances for consistent structured logging in production.

- mcp-hub.service.ts: Add Logger instance, replace console.error in
  onModuleDestroy cleanup
- stdio-transport.ts: Add Logger instance, replace console.error for
  stderr output (as warn) and JSON parse failures (as error)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 15:11:41 -06:00
..