{
  "markdown": "# DLSForge — UAE Design System (AEGOV DLS) tooling\n\nCommunity project. **Not affiliated with or endorsed by TDRA.**\n\n[![smithery badge](https://smithery.ai/badge/alamkhandurrani/aegov-mcp)](https://smithery.ai/servers/alamkhandurrani/aegov-mcp)\n\nThe MCP server is listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) (`io.github.dlsforge/aegov-mcp`), [Glama](https://glama.ai/mcp/servers/lwf9xd5lss), and [Smithery](https://smithery.ai/servers/alamkhandurrani/aegov-mcp).\n\nnpm-workspaces monorepo holding the public, MIT-licensed DLSForge packages:\n\n| Package | What it is | Status |\n|---|---|---|\n| [`@dlsforge/aegov-rules-core`](packages/aegov-rules-core/) | Machine-readable model of the AEGOV DLS: component schemas, resolved design tokens, catalogue loader, and the DLS rule engine shared by every DLSForge tool. | published: [`0.2.1` on npm](https://www.npmjs.com/package/@dlsforge/aegov-rules-core) |\n| [`@dlsforge/aegov-mcp`](packages/aegov-mcp/) | MCP server exposing the core to AI coding assistants — `listComponents`, `getComponent`, `getTokens`, `scaffoldUaePass`, `scaffoldEmiratesId`, `validate_snippet`. | published: [`0.2.2` on npm](https://www.npmjs.com/package/@dlsforge/aegov-mcp) |\n| [`@dlsforge/aegov-audit`](packages/aegov-audit/) (Mizan) | Compliance & accessibility auditor for UAE government sites (axe-core + Lighthouse + DLS rules over the rendered DOM), consuming the same core. Ships a CLI and a reusable GitHub Action. | published: [`0.2.2` on npm](https://www.npmjs.com/package/@dlsforge/aegov-audit) |\n\nThe two tools mirror each other: the **MCP server generates** on-standard government UI, **Mizan audits** it — both enforcing the same rules from the shared core, so the standard is defined once.\n\n## The generate → verify loop\n\n```\n@dlsforge/aegov-rules-core   ← the standard, defined once (catalogue + rule engine)\n        │\n        ├── @dlsforge/aegov-mcp     → assistants GENERATE valid government UI\n        └── @dlsforge/aegov-audit   → Mizan VERIFIES a finished/in-progress site\n```\n\n## Working in this repo\n\n```bash\nnpm install          # once, at the root — links the workspaces\nnpm run build        # builds rules-core → mcp → audit (order matters)\nnpm test             # all suites, every package\nnpm run evals        # the 10 government-screen evals (mcp)\nnpm run evals:audit  # Mizan's fixture-site evals (audit)\nnpm run smoke        # stdio smoke test (mcp)\nnpm run validate     # catalogue lint + invariants (rules-core)\n```\n\nMizan's suites render pages, so `npx playwright install chromium` is needed once for `npm test` / `npm run evals:audit`.\n\nSee each package's own README for usage.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 2709,
  "sha": "f1ff64fc77366cbb79d7bd2068c7b8e12fc2e1e094afd037d18a943e118da2a8",
  "repo_slug": "dlsforge/aegov-dls-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dlsforge_aegov_mcp_e39b0b7e/readme"
}