echo
Receive immediate feedback by sending text input to return the same text in response using this lightweight utility within the MCP TypeScript Simple Template framework.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"text": {
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}