Minimal MCP server that enables network connectivity testing via ping commands from VS Code Chat. Features cross-platform support and secure execution using execFile with input validation to prevent command injection.
A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
A simple MCP server providing ping, echo, and TCP host health-check tools with latency measurement. It enables transport testing and real network connectivity checks through natural language.
A simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.