Skip to content

Add global error handling to MCP servers #25

@isaacsight

Description

@isaacsight

7 of 10 MCP servers in tools/ use bare await server.connect(transport) with no .catch() or process.on('unhandledRejection'). If the stdio transport breaks, these servers crash silently. Add proper error handling and graceful shutdown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions