memeops-mcp-client / pyproject.toml
fmarky's picture
fix: reduce mcp adapter version
d65a718
raw
history blame contribute delete
315 Bytes
[project]
name = "memeops-mcp-client"
version = "0.1.0"
description = "MemeOps MCP Client with LangGraph + FastMCP"
readme = "README.md"
requires-python = "==3.10.*"
dependencies = [
"gradio",
"fastmcp",
"langgraph",
"langchain",
"langchain-google-genai",
"langchain-mcp-adapters==0.1.9",
]