Skip to content

Workflows

Add A Repo To Workspace MCP

  1. Run python D:\github\workspace-mcp\scripts\mcp_provision.py <repo-name>.
  2. Review the generated docs/agent and docs/context files.
  3. Refine owner, authority, and repo-specific content as needed.
  4. Verify the repo appears in the generated registry.

The provisioner is idempotent by default:

  • missing files are created
  • existing files are preserved
  • use --overwrite only when you explicitly want to replace existing provisioned content

Agent Discovery Flow

  1. Identify the target repo.
  2. Read the repo manifest.
  3. Read start-here.
  4. Follow authority_order.
  5. Read only the relevant ADR, intent, governance, or spec roots.

Extend The MCP Server

  1. Add new retrieval logic in server/src/server.js.
  2. Keep the first version read-only.
  3. Smoke-test with a local MCP client before rollout.

Rollout Pattern

Start with anchor repos, then expand:

  • dirac-framework
  • oves-sites
  • dirac-uxi
  • dirac-uxi-isr
  • oves-decks