#!/usr/bin/env node
// This file is the main entry point for the package when used as a dependency
// It exports the compiled JavaScript from the dist directory
// Re-export everything from the compiled index.js
export * from './dist/index.js';
// Default export
export { default } from './dist/index.js';
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/TSavo/printify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server