UNPKG

@aashari/boilerplate-mcp-server

Version:

TypeScript MCP server boilerplate with STDIO and HTTP transport support, CLI tools, and extensible architecture

6 lines (5 loc) 160 B
/** * Jest global setup for suppressing console output during tests * This file is used to mock console methods to reduce noise in test output */ export {};