opn_mcp_info
Check the OPNsense MCP server's runtime status, including version, write mode, API style, and savepoint support, to verify configuration and firewall change protection.
Instructions
Get MCP server version and runtime configuration.
Use this to check the MCP server version, whether write mode is enabled, the detected OPNsense API version, and whether firewall writes still get savepoint/rollback protection. Returns: dict with 'mcp_version', 'write_mode', 'opnsense_version', 'api_style' and 'savepoint_support'. 'savepoint_support' is true when the 60-second auto-revert is available, false when OPNsense no longer offers it (26.7+ removed it upstream, so firewall changes are immediate and permanent), and null when no firewall write has probed for it yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||