This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[project]
name = "mcp-server-demo"
version = "0.1.0"
description = "MCP Excel 分析服务(pandas 沙箱,Docker 隔离部署)"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.27.2",
"python-dotenv>=1.0.0",
"httpx>=0.28.0",
"uvicorn>=0.48.0",
"pandas>=2.0.0",
"openpyxl>=3.1.0",
"xlrd>=2.0.1",
]