You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A sample MCP (Model Context Protocol) server for food recipes, using streamable HTTP transport. Provides endpoints to fetch all recipes, search recipes by ingredients, and get a recipe by name."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp>=1.9.4",
]
[tool.setuptools]
# Optional: include package data if you package this project