We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/settlemint/sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description:
globs:
alwaysApply: true
---
- Before committing, always run `bun run ci`
- When asked to create a PR, add all current changes, and analyse the branch
history to accurately describe the changes.
- When pushing new changes to a branch with a PR, always update the title and
description to describe the entire changeset
- On a clean branch/checkout, always run `bun install` followed by
`bunx settlemint connect --instance local`
- Before opening a PR, make sure to run `bun run artifacts` to generate all the
checked in generated code. Commit the changes.