We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamsocket/forevervm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•482 B
# Helper scripts
- `bump-versions.ts`: Bump the version of all packages in the project.
Usage:
`npx tsx bump-versions.ts info` prints all of the current versions in the project and whether they
match the published version.
`npx tsx bump-versions.ts bump [patch|minor|major] [--dry-run]` bumps the version of all packages in the project.
It first finds the maximum of the current versions in the project and currently published versions, and
then bumps it by the specified type.