Open Issues Need Help
View All on GitHubAI Summary: Add unit tests to the `src/tools` directory of the Node.js MCP server project using a testing framework (like Jest or similar) and integrate CodeCov for test coverage reporting, adding a badge to the README.
A comprehensive Model Context Protocol (MCP) server template for Node.js with TypeScript, supporting both stdio and SSE transports
AI Summary: Verify the Dockerfile correctly builds and runs the MCP server template in both stdio and SSE modes, ensuring functionality for both transport methods. This involves testing the Docker image's ability to handle environment variables and correctly execute the Node.js application for each mode.
A comprehensive Model Context Protocol (MCP) server template for Node.js with TypeScript, supporting both stdio and SSE transports