Get Connection Status
get_connection_statusCheck the current MCP server connection state, returning connected status, transport details, and usage statistics to verify active connectivity.
Instructions
Check the current MCP server connection state.
Returns detailed information about the active connection including server information, transport type, connection duration, and usage statistics.
Returns: Dictionary with connection status including: - success: Always True - connected: Boolean indicating if currently connected - connection: Full ConnectionState if connected, None otherwise - message: Human-readable status message - metadata: Request timing and connection duration info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||