Skip to main content
Glama
index.ts455 B
import { Package } from "@manypkg/get-packages"; import { PackageGroup } from "@changesets/types"; export function shouldSkipPackage( { packageJson }: Package, { ignore, allowPrivatePackages, }: { ignore: PackageGroup; allowPrivatePackages: boolean; } ) { if (ignore.includes(packageJson.name)) { return true; } if (packageJson.private && !allowPrivatePackages) { return true; } return !packageJson.version; }

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