get_ping
Send a test message to verify connectivity and communication with the Python MCP Server Template, ensuring integration readiness for applications like Claude Desktop or Cursor.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"title": "Message",
"type": "string"
}
},
"required": [
"message"
],
"title": "get_pingArguments",
"type": "object"
}