Demo Hello MCP Server API Reference¶
A simple demonstration MCP server that provides greeting tools using FastMCP
This reference provides detailed information about all available tools and their parameters.
Available Tools¶
say_hello
¶
Description: Generate a personalized greeting message
Parameters:
name
(string) (optional): Name of the person to greet (optional)
Example Usage:
get_server_info
¶
Description: Get information about the demo server
Parameters: No parameters required
Example Usage:
echo_message
¶
Description: Echo back a message with server identification
Parameters:
message
(string) (required): Message to echo back
Example Usage:
Integration Examples¶
For more integration examples and usage patterns, see the Usage Guide.
Support¶
For questions and issues related to the Demo Hello MCP Server, please refer to: - Usage Guide for comprehensive examples - Template Overview for setup and configuration - MCP Platform Documentation for general platform usage