Skip to main content
Glama
Makefile782 B
.PHONY: help install install-dev test lint format clean help: @echo "Available commands:" @echo " make install - Install package dependencies" @echo " make install-dev - Install package with dev dependencies" @echo " make test - Run tests" @echo " make lint - Run linting checks" @echo " make format - Format code with black" @echo " make clean - Clean build artifacts" install: pip install -r requirements.txt install-dev: pip install -e ".[dev]" test: pytest tests/ -v lint: flake8 src/ tests/ mypy src/ format: black src/ tests/ clean: rm -rf build/ rm -rf dist/ rm -rf *.egg-info find . -type d -name __pycache__ -exec rm -rf {} + find . -type f -name "*.pyc" -delete rm -rf .pytest_cache rm -rf .mypy_cache

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/ry-ops/cortex-resource-manager'

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