pyproject.toml•474 B
[project]
name = "stk-mcp"
version = "0.1.0"
description = "STK-MCP, an MCP server allowing LLMs to interact with Ansys/AGI STK - Digital Mission Engineering Software"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.6.0",
]
# Optional: Add pywin32 if needed for clarity, though pip usually handles it on Windows
# dependencies = [
# "mcp[cli]>=1.6.0",
# "pywin32>=306; sys_platform == 'win32'" # Example conditional dependency
# ]