UNPKG

@tsavo/printify-mcp

Version:

A Model Context Protocol (MCP) server for integrating AI assistants with Printify's print-on-demand platform

11 lines (7 loc) 309 B
#!/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';