v0.1 — Hello, SC Sentinel

First public release of SC Sentinel: an HTTP MCP server delivering security context to AI coding assistants. Free tier hello/health endpoints available to all.

Note: This is mock/placeholder content for demonstration purposes.

SC Sentinel is now publicly available. This first release ships the core MCP endpoint and establishes the free/licensed split that the product is built around.

What's included in v0.1

  • MCP-compliant HTTP server, deployable as a hosted endpoint or self-hosted via Docker
  • GET /hello — returns a valid MCP hello response; no license required
  • GET /health — server status and version; no license required
  • License activation endpoint (POST /activate) — accepts a key issued from the SC Sentinel dashboard
  • Client configuration guides for Claude Code, Cursor, Copilot, and Windsurf

Free tier

Both hello and health are available without a license key, permanently. They're useful for verifying client configuration and testing network connectivity before committing to a plan.

Known limitations in v0.1

Security context responses (licensed tier) currently ship only the built-in OWASP-derived rule set. Custom rule packs and per-framework guidance are coming in v0.3 and v0.5 respectively.