Product
Overview
TraceOps.Dev is a hosted website, API, and MCP workflow for tenant-scoped repository work items.
What it is
TraceOps.Dev tracks repository issues, features, audit findings, and implementation progress as durable work items. The core API and MCP server live in the TraceOps.Dev repository, while this website is the public docs surface, login flow, user app, and hosted admin surface.
- Users sign in through Azure Static Web Apps with Microsoft or GitHub.
- The website syncs that identity into TraceOps.Dev and creates a personal tenant when needed.
- The normal app shows tenant-scoped work items and lets users create personal API keys.
- The core API owns users, tenants, memberships, work items, and work item authorization.
- The MCP server gives coding agents a thin stdio wrapper over the same API workflow.
Current scope
The current implementation is intentionally narrow: create work items, search them, pick the next actionable item, claim work, update status, and attach branch, commit, or PR links as metadata.
- Supported work item types: Issue, Feature, AuditFinding.
- Supported clients: hosted website, trusted backend calls, personal API keys, and MCP clients.
- Not supported: repository mutation, branch creation, commits, pushes, pull request creation, billing, notifications, or GitHub App automation.