10000 Comparing modelcontextprotocol:main...Amaindex:main · modelcontextprotocol/python-sdk · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Amaindex/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. 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.
    Amaindex committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    f5f1f32 View commit details
    Browse the repository at this point in the history
  2. Fix format check

    Amaindex committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    9d9a093 View commit details
    Browse the repository at this point in the history
Loading
0