MCP Server Python Template

by Cris-0k
Verified
[project] name = "mcp-server-python-template" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", "mcp>=1.4.1", "starlette>=0.46.1", "uvicorn>=0.34.0", ]