Spaces:
Running
Running
File size: 610 Bytes
1fd9ef4 ac05b4f 1fd9ef4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
"""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"
|