rlm_firewall_status
Check code execution firewall status: verify if enabled, dangerous code blocking, Ollama endpoint, embedding model, similarity threshold, and Ollama reachability.
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 | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||