Commit a7bea4b
chore(release): 0.7.0-dev.2
## [0.7.0-dev.2](v0.7.0-dev.1...v0.7.0-dev.2) (2025-09-29)
### Features
* **cli:** enhance mcp configure command argument structure ([bc89077](bc89077))
* implement environment-scoped list hosts command ([06daf51](06daf51))
* **tutorials:** add complete MCP Host Configuration tutorial series ([00bad1c](00bad1c))
### Bug Fixes
* **ci:** Discord pre-release notification should happen when on `dev` ([c41c027](c41c027))
* **cli:** mcp host configuration would failed when using paths to add hatch packages ([701c93c](701c93c))
* **cli:** pass in expected mcp server configuration ([1f2b7cb](1f2b7cb))
* **cli:** resolve critical UnboundLocalError in hatch package add command ([f03b472](f03b472))
* **dev:** overwrite server configuration in mcp host configs rather than merging ([324ec69](324ec69))
* **dev:** remove host configuration only clears MCP servers configuration ([0f5b943](0f5b943))
* **docs:** Tutorial 04-01 ([86d17b6](86d17b6))
* **host:** configuration cleanup after package and environment removal ([96d9e3e](96d9e3e))
* **host:** multi-environment mcp configuration conflict resolution ([a3f46be](a3f46be))
* **serialization:** explicit model dump of server configuration ([1019953](1019953))
* **test:** function signatures and environment variable interference ([9c7a738](9c7a738))
* **vscode:** replace broken workspace-only strategy with user-wide settings support ([3c452d4](3c452d4))
* **vscode:** update configuration format from settings.json to mcp.json ([7cc0d0a](7cc0d0a))
* **workaround:** relax Pydantic data model constraint ([5820ab1](5820ab1))
### Documentation
* consolidate MCP/ subdirectory into MCPHostConfiguration.md ([f2e58c5](f2e58c5))
* fix critical CLI command inaccuracies across documentation ([f6fffe7](f6fffe7))
* **mcp:** correct command examples and enhance configuration guidance ([163a1ed](163a1ed))
* minor legacy typos ([bc5df04](bc5df04))
* **tutorials:** update MCP host configuration tutorial content ([9cef886](9cef886))
* update CLI reference for environment-scoped list hosts ([7838781](7838781))
* update cross-references following corrected alignment strategy ([3b3eeea](3b3eeea))
### Code Refactoring
* **cli:** replace --env with --env-var for environment variables in mcp configure ([82ddabd](82ddabd))1 parent 16c7990 commit a7bea4b
2 files changed
+44
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
1 | 44 | | |
2 | 45 | | |
3 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments