UNPKG

@vibeplanner/mcp-server

Version:

MCP server for VibePlanner AI - Integrate project management and collaborative memory into Claude Desktop

17 lines 387 B
#!/usr/bin/env node /** * Purpose: Main MCP client entry point implementing Model Context Protocol * Dependencies: @modelcontextprotocol/sdk, axios, shared types * * Example Input: * ``` * Tools called from Claude via MCP protocol * ``` * * Expected Output: * ``` * Tool responses with project, task, and document data * ``` */ export {}; //# sourceMappingURL=index.d.ts.map