mock_echo
Test MCP client implementations by echoing provided messages to verify communication and response handling in development workflows.
Instructions
Echo back the provided message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}