UNPKG

pdm-ai

Version:

PDM-AI - Transform customer feedback into structured product insights using the Jobs-to-be-Done (JTBD) methodology

10 lines (8 loc) 235 B
#!/usr/bin/env node /** * PDM-AI MCP Server * Provides Model Context Protocol server functionality for LLM integration */ import { start } from './server.js'; // Start the MCP server immediately when this file is executed start();