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: pathintegral-institute/mcpm.sh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.2
Choose a base ref
...
head repository: pathintegral-institute/mcpm.sh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 5, 2025

  1. Fix: Ensure ASGI compliance in transport.py for POST message handling (

    …#162)
    
    - Modified mcpm.router.transport.py:
    
      - Refactored handle_post_message to correctly send a 202 Accepted response as a raw ASGI application before proceeding with internal message forwarding. It now implicitly returns None as expected.
    
    (Note: Complementary ASGI fixes for mcpm.router.router.py's handle_sse were already present in the base branch 076a6bf)
    iSevenDays authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a278722 View commit details
    Browse the repository at this point in the history
  2. Fix: Enhance ASGI Compliance and Robustness in router.py SSE Handli…

    …ng (#164)
    
    * Fix: Ensure ASGI compliance in transport.py for POST message handling
    
    - Modified mcpm.router.transport.py:
    
      - Refactored handle_post_message to correctly send a 202 Accepted response as a raw ASGI application before proceeding with internal message forwarding. It now implicitly returns None as expected.
    
    (Note: Complementary ASGI fixes for mcpm.router.router.py's handle_sse were already present in the base branch 076a6bf)
    
    * Fix: Enhance ASGI compliance in router.py SSE handling
    
    ---------
    
    Co-authored-by: Jonathan Wang 
    iSevenDays and JoJoJoJoJoJoJo authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    37addeb View commit details
    Browse the repository at this point in the history
  3. fix: remove stdout stream handling for share (#167)

    * fix: remove stdout stream handling for share
    
    * test: remove fnctl test
    
    * fix: send err when validation error
    
    ---------
    
    Co-authored-by: cnie 
    JoJoJoJoJoJoJo and niechen authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    11fddcc View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.13.3 [skip ci]

    ## [1.13.3](v1.13.2...v1.13.3) (2025-06-05)
    
    ### Bug Fixes
    
    * remove stdout stream handling for share ([#167](#167)) ([11fddcc](11fddcc))
    semantic-release-bot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    d3dabd2 View commit details
    Browse the repository at this point in the history
Loading