ping
Test connectivity to the TeamCity MCP server to verify communication with the CI/CD platform and optionally echo a message back.
Instructions
Test MCP server connectivity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional message to echo back |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Optional message to echo back",
"type": "string"
}
},
"type": "object"
}