ping
Verify connectivity and test responses by sending a message to the Gemini CLI MCP Server and receiving the echoed reply.
Instructions
Echo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | No | Message to echo |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"default": "",
"description": "Message to echo ",
"type": "string"
}
},
"required": [],
"type": "object"
}