pyproject.toml•936 B
[build-system]
requires = ["uv_build>=0.8.15,<0.9.0"]
build-backend = "uv_build"
[project]
name = "hello-server"
version = "0.1.0"
description = "An MCP server built with Smithery"
authors = [
{name = "Your Name", email = "your.email@example.com"}
]
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.14.0",
"smithery>=0.1.25",
"playwright>=1.44.0",
"scrapling>=0.3.5",
"camoufox>=0.4.11",
"curl-cffi>=0.13.0",
"rebrowser-playwright>=1.52.0",
"msgspec>=0.19.0",
"curl-cffi>=0.13.0",
"pycparser>=2.23",
"rebrowser-playwright>=1.52.0",
"msgspec>=0.19.0",
"patchright>=1.55.2"
]
[project.scripts]
# Run the MCP server in development mode
dev = "smithery.cli.dev:main"
# Run server with interactive testing playground
playground = "smithery.cli.playground:main"
[tool.smithery]
# Function that returns a patched FastMCP server
server = "hello_server.server:create_server"