Commit f5f1f32
committed
Examples: add MCP simple chatbot with SSE
Add a new example in examples/clients/simple-chatbot/mcp_simple_chatbot_sse,
showing a chatbot using MCP with Server-Sent Events. Includes:
- main.py: Handles server connection, tools, and LLM integration.
- .env.example: Template for LLM_API_KEY configuration.
- requirements.txt: Lists dependencies (python-dotenv, requests, mcp, uvicorn).
- servers_config.json: Configures MCP server connections.1 parent babb477 commit f5f1f32
4 files changed
Lines changed: 428 additions & 0 deletions
File tree
- examples/clients/simple-chatbot/mcp_simple_chatbot_sse
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments