Skip to main content
Glama

Adversary MCP Server

by brettbergin
__init__.py416 B
"""LLM session management for context-aware security analysis.""" from .llm_session_manager import LLMSessionManager from .project_context import ProjectContext, ProjectContextBuilder from .session_types import AnalysisSession, SecurityFinding, SessionState __all__ = [ "LLMSessionManager", "ProjectContext", "ProjectContextBuilder", "AnalysisSession", "SecurityFinding", "SessionState", ]

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