Skip to main content
Glama
changesets-should-skip-package.cjs.js387 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function shouldSkipPackage({ packageJson }, { ignore, allowPrivatePackages }) { if (ignore.includes(packageJson.name)) { return true; } if (packageJson.private && !allowPrivatePackages) { return true; } return !packageJson.version; } exports.shouldSkipPackage = shouldSkipPackage;

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