Commit 700f190
chore(release): 0.7.0-dev.1
## [0.7.0-dev.1](v0.6.3...v0.7.0-dev.1) (2025-09-23)
### Features
* **cli:** implement hatch mcp sync command with advanced options ([f5eceb0](f5eceb0))
* **cli:** implement object-action pattern for MCP remove commands ([7c619a2](7c619a2))
* enhance package management with MCP host configuration integration ([0de6e51](0de6e51))
* implement comprehensive host configuration tracking system ([f7bfc1e](f7bfc1e))
* implement consolidated MCPServerConfig Pydantic model ([e984a82](e984a82))
* implement decorator-based strategy registration system ([b424520](b424520))
* implement host strategy classes with inheritance architecture ([1e8d95b](1e8d95b))
* implement MCP backup management commands (Phase 3d) ([3be7e27](3be7e27))
* implement MCP host configuration backup system ([de661e2](de661e2))
* implement MCP host discovery and listing commands (Phase 3c) ([23dba35](23dba35))
* implement package-MCP integration with existing APIs ([9d9cb1f](9d9cb1f))
* integrate MCP host configuration modules with decorator registration ([a6bf902](a6bf902))
* **mcp:** add host configuration removal functionality ([921b351](921b351))
* **mcp:** implement advanced synchronization backend ([97ed2b6](97ed2b6))
### Bug Fixes
* **ci:** plugin definition structure ([d28d54c](d28d54c))
* **ci:** using custom `@artessan-devs/sr-uv-plugin` ([c23c2dd](c23c2dd))
* **cli:** string value usage ([f48fd23](f48fd23))
* **deps:** add pydantic dep ([bb83b4f](bb83b4f))
* implement environment-specific Python executable path resolution ([ec7efe3](ec7efe3))
* implement functional backup restore system resolving production failures ([1f2fd35](1f2fd35))
* replace blocking input() with TTY-aware request_confirmation ([7936b1f](7936b1f))
* resolve all MCP CLI test failures achieving 100% pass rate ([b98a569](b98a569))
* resolve backup system filename format bug causing discovery failures ([d32c102](d32c102))
* resolve configuration file corruption and data loss issues ([65e32cd](65e32cd))
* resolve non-TTY environment blocking in request_confirmation ([c077748](c077748))
* **test:** resolve failing integration tests with proper error handling ([af940a1](af940a1))
* use the FastMCP instance and not HatchMCP ([9be1a2c](9be1a2c))
### Documentation
* add comprehensive MCP host configuration documentation ([24b3e55](24b3e55))
* add MCP backup system architecture documentation ([de7d16a](de7d16a))
* **mcp:** add comprehensive synchronization command documentation ([445a73f](445a73f))
* **mcp:** add user guide for direct management commands ([428c996](428c996))
* **mcp:** streamline architecture documentation ([14f93a0](14f93a0))
* rewrite MCP host configuration documentation to organizational standards ([8deb027](8deb027))
### Code Refactoring
* directory name ([c5858ff](c5858ff))
* **test:** mark tests taking around 30 secs as slow. ([6bcc321](6bcc321))1 parent fa47900 commit 700f190
2 files changed
+77
-31
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 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
1 | 54 | | |
2 | 55 | | |
3 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
18 | 15 | | |
19 | | - | |
20 | 16 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
35 | 24 | | |
36 | 25 | | |
37 | | - | |
38 | | - | |
| 26 | + | |
| 27 | + | |
39 | 28 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 29 | + | |
| 30 | + | |
43 | 31 | | |
44 | | - | |
45 | | - | |
| 32 | + | |
| 33 | + | |
46 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
47 | 38 | | |
| 39 | + | |
| 40 | + | |
48 | 41 | | |
49 | 42 | | |
50 | | - | |
| 43 | + | |
0 commit comments