rlm_firewall_status
Check if the code execution firewall is enabled and verify its configuration to block dangerous patterns in massive dataset processing.
Instructions
Check the status of the code execution firewall.
Returns information about whether the firewall is enabled, the Ollama endpoint being used, and whether dangerous code patterns will be blocked.
The firewall is auto-enabled when code-firewall-mcp is installed: pip install massive-context-mcp[firewall]
Returns: { "enabled": bool, "package_installed": bool, "ollama_url": str, "embedding_model": str, "similarity_threshold": float, "ollama_reachable": bool, }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||