Skip to content

Releases: indragiek/Context

Version 1.0.10

19 Jul 19:53

Choose a tag to compare

  • New JSON schema editor for tool inputs (#41)
  • Allow editing raw JSON directly for tool inputs (#42)
  • Fetch MCP metadata from /.well-known/mcp.json (#43)
  • Render formatted JSON in response messages (#44)
  • Add MCP completions support for prompts & resource templates (#45)

Version 1.0.9

11 Jul 16:35

Choose a tag to compare

  • Fix regression (initialization delay when using Streamable HTTP) introduced in v1.0.8 (#38)

Version 1.0.8

11 Jul 07:05

Choose a tag to compare

  • 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

08 Jul 18:12

Choose a tag to compare

  • 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 params is not specified (#25)

Version 1.0.6

03 Jul 18:28

Choose a tag to compare

  • Implement support for Anthropic dxt (Desktop Extension) format (#4)
  • Fix servers not appearing in sidebar after importing servers (#8)
  • Fix broken OAuth token refresh and remove HTTPS requirement for OAuth (#7)

Version 1.0.5

02 Jul 14:56

Choose a tag to compare

  • Implement missing SQLite uuid() function (cb33360)

Version 1.0.4

27 Jun 06:14

Choose a tag to compare

  • 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

26 Jun 15:25

Choose a tag to compare

  • Fix Import Servers modal not appearing when opening it from the Welcome modal

Version 1.0.2

26 Jun 05:15

Choose a tag to compare

  • Fix bug where authentication modal wouldn't appear after adding a server
  • Animate the connection state icon

Version 1.0.1

26 Jun 02:25

Choose a tag to compare

  • Initial public version