1. Bump versions:
```bash
npm --prefix scripts i
npm --prefix scripts run bump patch # or minor or major
```
2. Open a PR called "vX.Y.Z" where X.Y.Z is the new version
Go through the PR process and merge the PR.
3. Run the [release workflow](https://github.com/jamsocket/forevervm/actions/workflows/release.yml)
As the release version, put `vX.Y.Z` where X.Y.Z is the new version. (Note the leading `v`)
4. Complete the [draft release](https://github.com/jamsocket/forevervm/releases). Use "generate release notes" to automatically generate release notes.
5. Publish the packages:
```bash
npm --prefix scripts run publish
```
MCP directory API
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