Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.67 KB

File metadata and controls

25 lines (15 loc) · 1.67 KB

Changelog

0.1.11 (2026-03-09)

Features

  • add MCP server command for Gnosis AI integration (4babddf)
  • mcp: fix auth, switch to streamable-http, and improve READMEs (8e76d60)
  • mcp: rearchitect as proxy to dx-api MCP endpoint (65a62f4)
  • skills: add deepctl skills command and agent-native CLI metadata (5654d40)

Bug Fixes

  • handle graceful shutdown of MCP server to prevent threading errors (0fbb772)
  • improve MCP server shutdown handling to work with single Ctrl+C (7bc1d94)
  • make MCP server actually exit on first Ctrl+C (4b4a245)
  • MCP server now exits cleanly on first Ctrl+C (49c4aca)
  • resolve mypy type checking issues and modernize Python code (a93526e)

Documentation

  • fix critical inconsistencies between documentation and code (6455932)