Releases: indragiek/Context
Releases · indragiek/Context
Version 1.0.10
Version 1.0.9
- Fix regression (initialization delay when using Streamable HTTP) introduced in v1.0.8 (#38)
Version 1.0.8
- Show formatted error responses when calling tools, getting prompts, and getting resources fails (#31)
- Add missing copy buttons for copying responses and errors as JSON (#31)
- Fix stepper control in tool input incrementing by 0.1 instead of 1 (#31)
- Fix dropdown menus in tool input not persisting initial value (#31)
- Fix commands being invoked using a non-interactive shell (#32)
- Fix client not handling a roots/list request from the server (#33)
- Add settings for configuring global environment variables and shell path (#36)
- Fix some crashes (#34)
Version 1.0.7
- Update OAuth callback URL scheme to app.contextmcp (#9)
- Support MCP Pagination (#10)
- Support MCP Roots (#11)
- Handle pings sent by server to client (#12)
- Handle "Connection: keep-alive" HTTP header (#17)
- Fix numerous bugs in the OAuth authentication flow (#7, #24)
- Handle requests where
paramsis not specified (#25)
Version 1.0.6
Version 1.0.5
- Implement missing SQLite uuid() function (cb33360)
Version 1.0.4
- Fix crash due to partial initialization of StdioTransport (ec0e988)
- Fix broken handling of legacy SSE transport (4bac2d6)
- Build a universal binary for Intel and Apple Silicon (0528f8e)
- Use shared browser session for OAuth (ec26845)
- Allow HTTP connections for OAuth on localhost (f57c01f)
- Use stats.store for Sparkle analytics (c67fca3)
- Fix $PATH resolution to use shell $PATH (ff896cf)
Version 1.0.3
- Fix Import Servers modal not appearing when opening it from the Welcome modal
Version 1.0.2
- Fix bug where authentication modal wouldn't appear after adding a server
- Animate the connection state icon
Version 1.0.1
- Initial public version