Exposes mathematical tools and prompt templates for use by LLM agents.
This example demonstrates how to build a tool-augmented AI server in Python. It showcases how to register and expose math tools (add, subtract, multiply) and prompt templates using FastMCP and SSE (Server-Sent Events). The client connects to the server, discovers available tools, and utilizes a LangChain agent to invoke those tools, effectively demonstrating how an LLM agent can leverage external tools to answer questions.