hello_world
Verify client-server communication by sending a name and receiving a greeting confirmation. Tests MCP connectivity.
Instructions
A basic Hello World tool to verify client-server communication.
Args:
name: The name of the person or entity to greet. Defaults to 'World'.
Returns:
A greeting message confirming successful MCP communication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | World |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |