F
licenseNot graded
qualityC
maintenanceA minimal MCP server running in a container that connects to GitHub Copilot over stateless, JSON-only Streamable HTTP, exposing echo and server_info tools.
-
No user-submitted related servers found.
Scored across 2 tools
The two tools serve clearly distinct purposes: ping is a health check, while get_server_info provides instance metadata. There is zero overlap between them.
Both tools follow a consistent verb_noun naming pattern (ping, get_server_info) with snake_case, matching the expected convention.
With only two generic tools and a server name indicating GitHub integration, the count is severely inadequate. The tools are trivial and unrelated to the apparent domain, representing an extreme mismatch.
The server name implies GitHub functionality, but the tool surface offers only health check and server info. No GitHub operations exist, leaving obvious and critical gaps.