We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phainestai/mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
do-follow-commit-convention.mdc•376 B
---
description: When you decided to commit or user asks to commit.
alwaysApply: false
---
# Rule: Follow Angular Commit Convention
When committing, follow the Angular convention:
```
<type>(<scope>): <subject>
<BLANK LINE>
<body - what changed>
<BLANK LINE>
<footer>
```
Reference: https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines