ping
Verify server health by implementing the MCP ping/pong protocol. Ensures MCP Kafka Schema Reg and clients stay connected and responsive.
Instructions
Respond to MCP ping requests with pong.
This tool implements the standard MCP ping/pong protocol for server health checking. MCP proxies and clients use this to verify that the server is alive and responding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}