UNPKG

@the_cfdude/productboard-mcp

Version:

Model Context Protocol server for Productboard REST API with dynamic tool loading

10 lines (7 loc) 227 B
/** * Test helpers for mocking dependencies */ // This file is intentionally minimal for now // The test configuration is handled by NODE_ENV=test in jest.config.js // and the mock configuration in src/config.ts export {};