Skip to main content
Glama

Adversary MCP Server

by brettbergin
exceptions.py670 B
"""Domain-specific exceptions for the adversary MCP server.""" class DomainError(Exception): """Base exception for all domain errors.""" pass class ScanError(DomainError): """Exception raised when a scan operation fails.""" pass class ValidationError(DomainError): """Exception raised when validation fails.""" pass class AggregationError(DomainError): """Exception raised when threat aggregation fails.""" pass class SecurityError(DomainError): """Exception raised for security-related errors.""" pass class ConfigurationError(DomainError): """Exception raised for configuration-related errors.""" pass

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/brettbergin/adversary-mcp-server'

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