Email Processing MCP Server

by Cam10001110101
Verified
[project] name = "mcp-server-outlook-email" version = "0.1.0" description = "Email Processing MCP Server with MongoDB integration" dependencies = [ "pywin32", "python-dotenv", "langchain", "langchain_core", "langchain-community", "langchain-ollama", "pymongo", "fastmcp", "pydantic", "pytz", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"]