echo
Test and verify MCP server functionality by returning the exact input message provided, enabling developers to validate communication and response handling in their MCP implementations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}