Skip to content

Commit f5f1f32

Browse files
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LLM_API_KEY=gsk_1234567890

0 commit comments

Comments
 (0)