Skip to content

Commit 7c7e3b1

Browse files
committed
chore: update CHANGELOG, README, and docs for v0.12.0 roadmap expansion
Expanded the roadmap to include approximately 150 planned MCP tools from v0.2.0 to v0.12.0. Updated version details in the README and documentation to reflect new tool counts and upcoming features for future releases. Made-with: Cursor
1 parent 4a04ee1 commit 7c7e3b1

3 files changed

Lines changed: 40 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109109
- `docker_exec` - execute a command in a running container (with workdir, user, and env options)
110110

111111
#### Documentation
112-
- Comprehensive roadmap rewrite with 59 planned MCP tools across v0.2.0 through v0.7.0
112+
- Comprehensive roadmap rewrite with ~150 planned MCP tools across v0.2.0 through v0.12.0
113113
- Safety considerations section for destructive tools (dry-run defaults, explicit identifiers)
114114

115115
### Changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,13 @@ Then add the JSON config from the [MCP Server section](#companion-docker-mcp-ser
287287
| **v0.4.0** | Compose | +8 | up, down, ps, logs, build, restart, pull, exec |
288288
| **v0.5.0** | Volumes, Networks, Cleanup | +12 | volume/network CRUD, system/container/image prune |
289289
| **v0.6.0** | Advanced and Observability | +6 | cp, stats, top, events, update, wait |
290-
| **v0.7.0** | Buildx and Multi-platform | +5 | Multi-arch builds, builder management |
291-
| **v0.8.0** | Polish | +0 | Cross-references, pitfalls, documentation |
292-
| **v1.0.0** | Stable | +0 | Production release, npm publish (~59 MCP tools) |
290+
| **v0.7.0** | Buildx, Manifests, Registry | +13 | Buildx tools, manifest lists, builder management |
291+
| **v0.8.0** | Compose Completeness | +16 | All remaining compose commands (config, cp, kill, scale, etc.) |
292+
| **v0.9.0** | Container/Image Gaps, Context, Auth | +14 | diff, export, port, rename, history, import, contexts, login |
293+
| **v0.10.0** | Swarm Orchestration | +24 | Swarm init/join, services, nodes, scaling, rollback |
294+
| **v0.11.0** | Swarm Stacks, Configs, Secrets, Trust | +18 | Stack deploy, config/secret CRUD, content trust |
295+
| **v0.12.0** | Niche, Scout, Extras | +10 | Version info, Scout CVEs, plugins, compose watch |
296+
| **v1.0.0** | Stable | +0 | Production release (~150 MCP tools) |
293297

294298
</details>
295299

docs/index.html

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,13 +693,43 @@ <h3>v0.6.0 <span class="tag current-tag">Current</span></h3>
693693
<div class="timeline-item">
694694
<div class="timeline-dot"></div>
695695
<h3>v0.7.0 <span class="tag upcoming-tag">Planned</span></h3>
696-
<p>Buildx and Multi-platform - 5 tools: multi-arch builds, builder management, build cache pruning.</p>
696+
<p>Buildx, Manifests, and Registry - 13 tools: buildx build/inspect/use, manifest create/inspect/annotate/push, builder prune.</p>
697+
</div>
698+
699+
<div class="timeline-item">
700+
<div class="timeline-dot"></div>
701+
<h3>v0.8.0 <span class="tag upcoming-tag">Planned</span></h3>
702+
<p>Compose Completeness - 16 tools: config, cp, create, events, images, kill, ls, pause/unpause, port, rm, run, scale, start, stop, top.</p>
703+
</div>
704+
705+
<div class="timeline-item">
706+
<div class="timeline-dot"></div>
707+
<h3>v0.9.0 <span class="tag upcoming-tag">Planned</span></h3>
708+
<p>Container/Image Gaps, Context, Auth - 14 tools: diff, export, port, rename, history, import, context management, registry login/logout.</p>
709+
</div>
710+
711+
<div class="timeline-item">
712+
<div class="timeline-dot"></div>
713+
<h3>v0.10.0 <span class="tag upcoming-tag">Planned</span></h3>
714+
<p>Swarm Orchestration - 24 tools: swarm init/join/leave, service CRUD and scaling, node management and promotion.</p>
715+
</div>
716+
717+
<div class="timeline-item">
718+
<div class="timeline-dot"></div>
719+
<h3>v0.11.0 <span class="tag upcoming-tag">Planned</span></h3>
720+
<p>Swarm Stacks, Configs, Secrets, Trust - 18 tools: stack deploy, config/secret CRUD, Docker Content Trust.</p>
721+
</div>
722+
723+
<div class="timeline-item">
724+
<div class="timeline-dot"></div>
725+
<h3>v0.12.0 <span class="tag upcoming-tag">Planned</span></h3>
726+
<p>Niche, Scout, Extras - 10 tools: version info, Scout CVEs/recommendations, compose watch, plugin management.</p>
697727
</div>
698728

699729
<div class="timeline-item">
700730
<div class="timeline-dot"></div>
701731
<h3>v1.0.0 <span class="tag upcoming-tag">Planned</span></h3>
702-
<p>Stable release - finalized APIs, npm publish of @tmhs/docker-mcp, full test coverage, comprehensive docs.</p>
732+
<p>Stable release - finalized APIs, full test coverage, comprehensive docs, ~150 MCP tools.</p>
703733
</div>
704734

705735
</div>

0 commit comments

Comments
 (0)