Skip to content

Workflows — Pillar 3: Deployment Instructions

How to operate this repo. Build, deploy, test, and operational paths for agents and developers.

Provision A Repo For MCP

python D:\github\workspace-mcp\scripts\mcp_provision.py <repo-name>

Regenerate The Workspace Registry

python D:\github\workspace-mcp\scripts\inventory_workspace_mcp.py

Validate The MCP Server

node --check D:\github\workspace-mcp\server\src\server.js

Audit All Repos For Pillar Completeness

python D:\github\workspace-mcp\scripts\inventory_workspace_mcp.py
# Check output for repos missing docs/context/ files

Docs Build And Local Review

cd D:\github\workspace-mcp
mkdocs serve -a 127.0.0.1:8033

Batch-Provision All Repos

# Provision a single repo
python D:\github\workspace-mcp\scripts\mcp_provision.py <repo-name>

# To batch provision, loop over the curated repo list