VS Code

TokRepo for Cline

Cline is a VS Code extension. .clinerules/*.md inject project rules; native MCP marketplace.

Official docs: https://docs.cline.bot/mcp/configuring-mcp-servers

60-second integration

Shortest path for Cline

  1. 01
    npx -y tokrepo@latest init-agent --target cline
  2. 02
    Open Cline → MCP Servers → Add → name="tokrepo" command="npx -y tokrepo-mcp-server".
  3. 03
    Cline reads .clinerules/tokrepo.md as MANDATORY plan-mode rules.
Project rule file
.clinerules/tokrepo.md
Install surface
.clinerules/
MCP client
Cline UI → MCP Servers
MCP install command
name=tokrepo command="npx -y tokrepo-mcp-server"
Six mandatory rules

Every agent runtime enforces

  • SESSION BOOTSTRAP — call tokrepo_session_init once per session.
  • DISCOVER BEFORE BUILD — call tokrepo_discover before writing reusable artifacts.
  • VERIFY BEFORE INSTALL — install_plan must include trust_gate; honor TOKREPO_MIN_TRUST (default 0.6).
  • DRY-RUN BEFORE APPLY — lifecycle tools default dry_run=true.
  • HANDOFF AFTER REUSABLE WORK — call tokrepo_handoff_plan.
  • PRIVATE BY DEFAULT, NEVER PUSH SECRETS.