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.

주요 기능

  • Provides a `say_hello(name)` tool for custom greeting messages
  • Offers a `get_server_info()` tool to retrieve server version and capabilities
  • Exposes a `hello://greeting` resource for a simple hello world message
  • Built using the FastMCP framework for modern MCP server development
  • Offers a `hello://info` resource with server creation details
  • 0 GitHub stars

사용 사례

  • Learning Model Context Protocol (MCP) server development fundamentals
  • Demonstrating basic MCP server functionality and resource management
  • Testing MCP client connections against a simple server implementation