Establish a connection to a target MCP server for testing purposes using stdio or HTTP transport protocols. Verifies connectivity and returns detailed connection state information.
Discover available resources from an MCP server by specifying target and transport type. Use to inspect data and content exposed by target servers for debugging and integration purposes.
Discover available tools from any MCP server by specifying its command or URL. Returns tool names, descriptions, and input schemas for integration planning.
Provides basic arithmetic calculation tools through an HTTP-accessible MCP server. Supports mathematical operations like addition with streamable responses for integration with MCP clients.
A simple MCP server implementation that demonstrates streaming capabilities with tools for greetings and notifications, accessible through an interactive command-line client.