UNPKG

@vibeplanner/mcp-server

Version:

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

10 lines 401 B
/** * Purpose: MCP Server entry point for Claude Desktop integration * Dependencies: @modelcontextprotocol/sdk, shared types * * This file provides the main entry point for the MCP server that Claude Desktop * can connect to via stdio transport. It's designed to be run as a standalone * process that communicates with Claude via stdin/stdout. */ export {}; //# sourceMappingURL=server.d.ts.map