Spaces:
Sleeping
Sleeping
| [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", | |
| ] | |