mcpserver-demo / pyproject.toml
alexcpn's picture
updated for llm calling
152139e
raw
history blame contribute delete
267 Bytes
[project]
name = "mcpserver-demo"
version = "0.1.0"
description = "A MCP Server that exposes a simple tool, through Streamable HTTP"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastmcp>=2.3.4",
"mcp[cli]>=1.9.0",
"openai>=1.79.0",
]