Tools
Tools are deterministic functions callable by LLMs.
Add a Tool
- Create file in
src/tools/ - Register in router
@mcp.tool() -> elevats a funtion to be a tool
Tools are deterministic functions callable by LLMs.
src/tools/@mcp.tool() -> elevats a funtion to be a tool