Skip to main content
Glama

FastMCP Server Template

by rdwj
pyproject.toml676 B
[project] name = "fda-mcp" version = "0.3.0" description = "FDA MCP server with dynamic tools/resources, YAML prompts (JSON schema injection), hot‑reload, Kubernetes/OpenShift, and tests" requires-python = ">=3.11" authors = [{name = "Your Name", email = "you@example.com"}] readme = "README.md" dependencies = [ "fastmcp>=2.11.3", "pyyaml>=6.0.2", "python-dotenv>=1.1.1", "watchdog>=6.0.0", "pytest>=8.4.1", "pyjwt>=2.10.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"] [project.scripts] fda-mcp = "src.main:main" [tool.black] line-length = 88 [tool.ruff] line-length = 88

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/rdwj/fda-mcp'

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