Demonstrates basic Model Context Protocol server functionality with FastMCP and uv for dependency management.
This simple Model Context Protocol (MCP) server showcases fundamental server-side operations using the FastMCP framework. It includes practical tools like `say_hello(name)` for generating custom greetings and `get_server_info()` to retrieve server details. Additionally, it exposes accessible resources such as `hello://greeting` for a basic message and `hello://info` for server creation specifics, making it an ideal starting point for understanding and developing MCP servers.