Forge Lab Mode
ContextWorkshop is no longer a standalone service. Its developer tooling has been merged into ContextForge Lab Mode under services/forge/src/contextunity/forge/lab/.
Shipped Today
| Capability | Location |
|---|---|
| DevTools MCP | services/forge/src/contextunity/forge/lab/mcp/tools/devtools.py |
| Docs MCP | services/forge/src/contextunity/forge/lab/mcp/tools/docs.py |
| Docs ingestion | services/forge/src/contextunity/forge/lab/mcp/tools/ingestion.py |
| Unified MCP process | python -m contextunity.forge mcp |
| Dashboard process | python -m contextunity.forge |
# From monorepo rootuv run --package contextunity-forge python -m contextunity.forge mcpCurrent Direction
Forge Lab Mode owns operator/developer workflows that need repository context, docs search, lint/test subprocess tools, or documentation ingestion. Router graph execution and project manifests remain Router-owned; Forge does not compile or mutate active Router graphs at runtime.
Architecture
See also Infrastructure -> Deployment and Code Quality & Types.