LeoWalker's picture
refactor: Update MCP server main files for FastMCP integration
ac05b4f
raw
history blame contribute delete
610 Bytes
"""FastMCP Server for FoodWise inventory management.
This module provides a Model Context Protocol (MCP) server that exposes
FoodWise's inventory management capabilities through standardized tools,
resources, and prompts.
The server wraps existing LangGraph tools and Notion client functionality,
making them accessible to any MCP-compatible AI client (like Claude Desktop).
Configuration is handled automatically by FastMCP via environment variables:
- MCP_SERVER_NAME: Override server name (default: "FoodWise")
- MCP_LOG_LEVEL: Set logging level (DEBUG, INFO, WARNING, ERROR)
"""
__version__ = "0.1.0"