Client Diagnostics
Surfaces comprehensive diagnostic information about a connected client, including its capabilities, handshake details, and selected features.
概要
An MCP server designed to provide deep insights into the behavior and configuration of a connected MCP client. It surfaces crucial diagnostic information such as client capabilities, the details of its handshake, and any selected features, all implemented in Rust and delivered as a convenient container image, making it easy to integrate into development workflows like VS Code.
主な機能
- Includes `self_test` and `refresh_roots` diagnostic tools
- Provides `how_to_use` and `describe_client` interactive prompts
- Packaged as a container image for easy deployment and use
- 0 GitHub stars
- Standard MCP initialization over stdio with basic server capabilities
- Resources for client handshake, capabilities, features, and roots
ユースケース
- Diagnosing issues with MCP client configurations and interactions
- Understanding the capabilities and feature set of a connected MCP client
- Debugging MCP client integrations within development environments like VS Code