Skip to main content
Glama
index.d.ts574 B
import { Config, NewChangeset, PreState, ReleasePlan } from "@changesets/types"; import { Packages } from "@manypkg/get-packages"; type SnapshotReleaseParameters = { tag?: string | undefined; commit?: string | undefined; }; type OptionalProp<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>; declare function assembleReleasePlan(changesets: NewChangeset[], packages: Packages, config: OptionalProp<Config, "snapshot">, preState: PreState | undefined, snapshot?: SnapshotReleaseParameters | string | boolean): ReleasePlan; export default assembleReleasePlan;

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