Skip to main content
Glama
kzmshx
by kzmshx
Makefile720 B
.PHONY: help help: ## Show help @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' .PHONY: lint lint: ## Run linter uv run ruff check src tests uv run ruff format --check src tests .PHONY: fix fix: ## Auto-fix lint issues uv run ruff check --fix src tests uv run ruff format src tests .PHONY: test test: ## Run all tests (excluding benchmarks) uv run pytest -v .PHONY: test-fast test-fast: ## Run tests excluding slow tests uv run pytest -v -m "not slow" .PHONY: test-bench test-bench: ## Run benchmark tests uv run pytest tests/benchmarks -v --benchmark-only .PHONY: typecheck typecheck: ## Run type checker uv run mypy src

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/kzmshx/frontmatter-mcp'

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