Demonstrates basic tool implementation for the Model Context Protocol (MCP) using FastMCP.
This project provides a simple server that implements the Model Context Protocol (MCP) using the FastMCP library. It serves as an example for developers to understand how to build and expose custom tools (or 'agents') that can be consumed by MCP-compatible clients, such as Claude Desktop. The current implementation includes a basic 'greet' tool, showcasing how to define parameters, execute logic, and return responses, making it a foundational resource for integrating custom functionalities into agentic workflows.