ping
Check the operational status of the cash register MCP server to verify system connectivity and availability.
Instructions
Vérifie l’état du serveur MCP. Retourne { result: 'OK' } si le serveur est opérationnel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | No |
Input Schema (JSON Schema)
{
"properties": {
"msg": {
"type": "string"
}
},
"type": "object"
}