Skip to main content
Glama
README.md643 B
# @changesets/config > Utilities for reading and parsing Changeset's config [![npm package](https://img.shields.io/npm/v/@changesets/config)](https://npmjs.com/package/@changesets/config) [![View changelog](https://img.shields.io/badge/Explore%20Changelog-brightgreen)](./CHANGELOG.md) ```tsx import { parse, read, ValidationError } from "@changesets/config"; let config = await read(process.cwd(), workspaces); let config = parse({ commit: true }, workspaces); try { return parse({ commit: true }, workspaces); } catch (err) { if (err instanceof ValidationError) { let message = err.message; } else { throw err; } } ```

Latest Blog Posts

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/ajaystream/hubspot-mcp-custom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server