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
task_completion.md•618 B
# Task Completion Checklist
## Before Committing
1. Run linter and fix issues:
```bash
make fix
```
2. Run tests:
```bash
make test
```
3. Verify lint passes:
```bash
make lint
```
## Workflow
1. Create branch: `{type}/{description}`
2. Create plan: `docs/workspace/{branch}/PLAN.md`
3. Implement changes
4. Create notes if needed: `docs/workspace/{branch}/NOTES_{YYYYMMDD_HHMMSS}.md`
5. Create PR and merge
## Documentation Rules
- No emojis
- No horizontal rules (`---`)
- Keep concise, use lists/tables
- No secrets/credentials in docs
- No local paths (e.g., `/Users/username/`)