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•646 B
# Get Dependents Graph
[](https://npmjs.com/package/@changesets/get-dependents-graph)
[](./CHANGELOG.md)
Small helper utility extracted from bolt to get a graph of relationships between packages.
```ts
import { getDependentsGraph } from "@changesets/get-dependents-graph";
import { getPackages } from "@manypkg/get-packages";
let { graph, valid } = getDependentsGraph(await getPackages(cwd));
```
Mostly published for use in [changesets](https://www.npmjs.com/package/@changesets/cli)