File size: 315 Bytes
6f54a59
 
 
 
 
f04c368
6f54a59
f04c368
 
 
 
 
d65a718
6f54a59
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]