← sunaivacore.io

INDIVIDUAL MCP TOOL

reset_rule_mode

Remove a mode override for a rule, reverting it to its default enforcement mode.

sunaivacore.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

sunaivacore.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sunaiva-gate]
url = "https://mcp.sunaivacore.io"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sunaiva-gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sunaiva-gate
Remote MCP URL: https://mcp.sunaivacore.io

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sunaiva-gate": {
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sunaiva-gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sunaiva-gate",
  "transport": "streamable-http",
  "url": "https://mcp.sunaivacore.io"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • validate_action — Check if a proposed action passes all active validation rules.
  • log_bypass — Record an intentional rule bypass with justification.
  • get_rules — [Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] List active validation rules.
  • update_rules — [Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Enable/disable is not backed by any route in this API; use set_rule_mode (shadow/advisory/enforce) instead, or the local `npx @sunaiva/gate` package.
  • get_audit_log — View recent gate decisions — blocks, warnings, passes, and bypasses.
  • ship_confidence_check — [Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Ship Confidence Gate (Rule 42) dual-tier authorization is not yet built in this backend.
  • audit_verify — [Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Forward-linked hash-chain / ed25519 audit-log verification is not yet built in this backend.
  • set_rule_mode — Set enforcement mode (shadow/advisory/enforce) for a specific rule.