Skip to main content
Glama

FastAPI MCP Template

by joonheeu
pyproject.toml930 B
[project] name = "fastapi-mcp-template" version = "0.1.0" description = "FastAPI + MCP Template - 현대적인 API와 LLM 통합을 위한 개발 템플릿" readme = "README.md" requires-python = ">=3.11" dependencies = [ "fastapi>=0.104.0", "uvicorn[standard]>=0.24.0", "scalar-fastapi>=1.0.0", "fastmcp>=0.9.0", "httpx>=0.25.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [tool.setuptools] py-modules = ["main"] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "httpx>=0.25.0", "black>=23.0.0", "ruff>=0.1.0", ] [build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [tool.black] line-length = 88 target-version = ['py311'] [tool.ruff] select = ["E", "F", "I", "N", "W"] ignore = [] line-length = 88 target-version = "py311" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joonheeu/fastapi-mcp-template'

If you have feedback or need assistance with the MCP directory API, please join our Discord server