We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrwl/nx-console'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•323 B
export * from './lib/utils';
export * from './lib/cipe';
export * from './lib/kill-group';
export * from './lib/logger';
export * from './lib/get-message-for-error';
export * from './lib/get-available-nx-plugins';
export * from './lib/loadRootEnvFiles';
export * from './lib/provenance';
export * from './lib/http-client';