VS Code

VS Code and Copilot workflow

Route release, schema, or safety checks through the MCP endpoint before accepting agent output.

Endpoint

https://androidcliagentgate.clauxel.com/mcp

Authentication

Production calls require a paid bearer token. The checkout and token-claim endpoints return machine-readable instructions for agents.

Available tools

  • check_android_cli_build returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • suggest_android_fix returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • explain_permission_blocker returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_build_gate_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_mobile_agent_log returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.

Example call

{"jsonrpc":"2.0","id":"call-1","method":"tools/call","params":{"name":"check_android_cli_build","arguments":{"sample":"Android CLI Agent Gate sample with public-safe workflow context, owner, policy, deadline, risk notes, and reviewer evidence."}}}

Setup pages