ping
Verify server connectivity by sending a ping request; receive a pong response to confirm the Shogi MCP Server is operational and ready for shogi analysis.
Instructions
ヘルスチェック(常に pong を返す)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}