We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yop-platform/yeepay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
commit-template.txt•501 B
<type>(<scope>): <subject>
<body>
<footer>
```
其中:
- **type**: 表示提交的类型,如feat、fix、docs等
- **scope**: (可选)表示提交影响的范围,如core、server等
- **subject**: 简短描述提交的内容
- **body**: (可选)详细描述提交的内容
- **footer**: (可选)包含重大变更或关闭issue的信息
示例:
```
feat(server): add health check endpoint
Add a new endpoint to check the health of the server and its components.
Closes #123