Skip to main content
Glama
kzmshx
by kzmshx
suggested_commands.md773 B
# Suggested Commands ## Development ```bash # Install dependencies uv sync # Run the MCP server uv run frontmatter-mcp --base-dir /path/to/markdown # Run tests make test # or uv run pytest tests -v # Lint make lint # or uv run ruff check src tests uv run ruff format --check src tests # Auto-fix lint issues make fix # or uv run ruff check --fix src tests uv run ruff format src tests ``` ## Build & Publish ```bash # Build package uv build # Publish to PyPI uv publish ``` ## Git ```bash # Branch naming: {type}/{description} # Types: feat, fix, docs, style, refactor, test, chore # Example git checkout -b feat/new-feature ``` ## ADR (Architecture Decision Records) ```bash adr new <title> adr list adr new -s <number> <title> # Supersede existing ADR ```

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