Commit 2f4ea93
committed
feat: Add --no-worker CLI option for simplified development
- Add --no-worker flag to both 'api' and 'mcp' commands
- Implement HybridBackgroundTasks class for dual-mode operation
- MCP stdio mode automatically defaults to no-worker
- Maintain backward compatibility with existing Docket workers
- Add comprehensive test coverage (37 new tests)
- Update documentation and help text
- Bump version to 0.12.0
This enables simplified single-process development while preserving
the production-ready Docket worker architecture for scaling.1 parent a467523 commit 2f4ea93
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments