sayHello
Greets a user by name within the TypeScript MCP Server Template, using Fastify and Docker, to simplify personalized interactions in server applications.
Instructions
Says hello to a person by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}