ping
Returns a static 'pong' response to verify the MCP server is functioning correctly.
Instructions
Ping health-check tool that returns a static 'pong' response.
This tool serves as a basic health-check endpoint to verify that the MCP server is functioning correctly.
Args: ctx: The execution context providing access to logging and other MCP capabilities.
Returns: str: The 'pong' response text.
Raises: asyncio.CancelledError: If the operation is cancelled during execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |