Skip to main content
Glama
__init__.py456 B
""" OPNsense MCP Server - Shared Utilities This package contains shared utilities and constants used across the MCP server. """ from . import constants from .error_handlers import ( ErrorSeverity, ErrorResponse, handle_tool_error, validate_uuid, validate_firewall_parameters, ) __all__ = [ "constants", "ErrorSeverity", "ErrorResponse", "handle_tool_error", "validate_uuid", "validate_firewall_parameters", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/floriangrousset/opnsense-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server