Skip to main content
Glama
__init__.py295 B
"""VSGuard data package containing ASVS requirements and security rules.""" from pathlib import Path # Expose the data directory path for easy access DATA_DIR = Path(__file__).parent ASVS_DIR = DATA_DIR / "asvs" RULES_DIR = DATA_DIR / "rules" __all__ = ["DATA_DIR", "ASVS_DIR", "RULES_DIR"]

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/harn1shmodi/vsguard-mcp'

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