Skip to content

v0.7.0-dev.2

Pre-release
Pre-release

Choose a tag to compare

@cracking-shells-semantic-release cracking-shells-semantic-release released this 29 Sep 04:16
· 178 commits to dev since this release

0.7.0-dev.2 (2025-09-29)

Features

  • cli: enhance mcp configure command argument structure (bc89077)
  • implement environment-scoped list hosts command (06daf51)
  • tutorials: add complete MCP Host Configuration tutorial series (00bad1c)

Bug Fixes

  • ci: Discord pre-release notification should happen when on dev (c41c027)
  • cli: mcp host configuration would failed when using paths to add hatch packages (701c93c)
  • cli: pass in expected mcp server configuration (1f2b7cb)
  • cli: resolve critical UnboundLocalError in hatch package add command (f03b472)
  • dev: overwrite server configuration in mcp host configs rather than merging (324ec69)
  • dev: remove host configuration only clears MCP servers configuration (0f5b943)
  • docs: Tutorial 04-01 (86d17b6)
  • host: configuration cleanup after package and environment removal (96d9e3e)
  • host: multi-environment mcp configuration conflict resolution (a3f46be)
  • serialization: explicit model dump of server configuration (1019953)
  • test: function signatures and environment variable interference (9c7a738)
  • vscode: replace broken workspace-only strategy with user-wide settings support (3c452d4)
  • vscode: update configuration format from settings.json to mcp.json (7cc0d0a)
  • workaround: relax Pydantic data model constraint (5820ab1)

Documentation

  • consolidate MCP/ subdirectory into MCPHostConfiguration.md (f2e58c5)
  • fix critical CLI command inaccuracies across documentation (f6fffe7)
  • mcp: correct command examples and enhance configuration guidance (163a1ed)
  • minor legacy typos (bc5df04)
  • tutorials: update MCP host configuration tutorial content (9cef886)
  • update CLI reference for environment-scoped list hosts (7838781)
  • update cross-references following corrected alignment strategy (3b3eeea)

Code Refactoring

  • cli: replace --env with --env-var for environment variables in mcp configure (82ddabd)