mcpo/pyproject.toml
Timothy Jaeryang Baek cedd15796b doc: readme
2025-03-30 04:31:22 -07:00

24 lines
471 B
TOML

[project]
name = "mcpo"
version = "0.0.4"
description = "A simple, secure MCP-to-OpenAPI proxy server"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"click>=8.1.8",
"fastapi>=0.115.12",
"mcp>=1.6.0",
"typer>=0.15.2",
"uvicorn>=0.34.0",
]
[project.scripts]
mcpo = "mcpo:app"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"