pyproject.toml•1.56 kB
[project]
name = "mcp4modal-sandbox"
version = "1.0.0"
description = "A powerful Model Context Protocol (MCP) server for seamless cloud-based sandbox management using Modal.com"
readme = "README.md"
license = "MIT"
authors = [
{ name = "milkymap", email = "ibrahima.elmokhtar@gmail.com" }
]
maintainers = [
{ name = "milkymap", email = "ibrahima.elmokhtar@gmail.com" }
]
keywords = ["mcp", "modal", "sandbox", "cloud", "ai", "llm", "gpu", "compute"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"fastmcp>=2.6.1",
"mcp[cli]>=1.9.2",
"modal>=1.0.2",
"pydantic-settings>=2.9.1",
"pyzmq>=26.4.0",
"rich>=14.0.0",
"uvicorn>=0.34.3",
"python-dotenv>=1.0.0",
"aiofiles>=24.1.0",
]
[project.urls]
Homepage = "https://github.com/milkymap/mcp4modal_sandbox"
Repository = "https://github.com/milkymap/mcp4modal_sandbox"
Documentation = "https://github.com/milkymap/mcp4modal_sandbox#readme"
Issues = "https://github.com/milkymap/mcp4modal_sandbox/issues"
[project.scripts]
mcp4modal-sandbox = "mcp4modal_sandbox:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"