We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajaystream/hubspot-mcp-custom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•409 B
# @changesets/read
[](https://npmjs.com/package/@changesets/read)
[](./CHANGELOG.md)
Read in all changesets from a repository.
```js
import read from "@changesets/read";
let changesets = await getChangesets(cwd);
```
This returns an array of formatted changesets.