Commit Graph
3 Commits
Author SHA1 Message Date
AHMET BAYHAN BAYRAMOGLU 588700e3a3 Update README.md 2026-03-23 13:31:13 +03:00
AHMET BAYHAN BAYRAMOGLU f39d163264 Update README.md 2026-03-21 14:25:39 +03:00
AHMET BAYHAN BAYRAMOGLU ff475a81ad Update README.md
## Server Information

  - **Name**: @contentrain/mcp
  - **GitHub**: https://github.com/Contentrain/ai
  - **npm**: https://www.npmjs.com/package/@contentrain/mcp
  - **Category**: Developer Tools

  ## Description

  Local-first MCP server for AI-generated content governance. 13 deterministic tools for any framework —
  model/content CRUD, validation, normalization (i18n extraction + reuse), and project intelligence.

  ### Key Features
  - 4 content kinds: collection, singleton, document (markdown), dictionary (i18n)
  - Git worktree isolation for safe concurrent writes with canonical JSON serialization
  - Two-phase normalize: extract hardcoded strings → reuse with framework-specific i18n patterns
  - Graph-based project scanner for structural intelligence (pages, components, imports)
  - 27 typed field types with validation (string, relation, array, object, media, etc.)
  - Platform-agnostic: works with Nuxt, Next.js, Astro, SvelteKit, React, Vue, and 20+ stacks
  - TypeScript, stdio transport, MIT licensed
2026-03-21 14:22:23 +03:00