We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ag2-mcp-servers/cloud-monitoring-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/usr/bin/env bash
set -e
echo "Running mypy..."
# mkdir -p .
mypy
echo "Running bandit..."
bandit -c pyproject.toml -r ag2_backend
echo "Running semgrep..."
semgrep scan --config auto --error