Initial commit: pallas package extracted from mentor
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "pallas-mcp"
|
||||
version = "0.1.0"
|
||||
description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fast-agent-mcp>=0.6.10",
|
||||
"httpx",
|
||||
"pyyaml",
|
||||
"starlette",
|
||||
"uvicorn",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pallas = "pallas.server:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["pallas"]
|
||||
Reference in New Issue
Block a user