基于 Langgraph 的简单 MCP 服务器
一个使用 Langgraph 构建的简单 MCP 服务器。
快速入门
环境要求
- Python 版本:3.11
运行步骤
Simple_server_client
仅需运行 client.py
。
multiple_mcp_servers
需要同时运行 weather_server.py
和 client.py
。
langgraph_chatgpt
这是一个简单的 ChatGPT 克隆项目,使用 Streamlit 和 MCP。运行相关脚本即可。
langgraph_chatgpt_mcp
类似于 langgraph_chatgpt,但不依赖 Streamlit。