#!/usr/bin/env node /** * NCP MCP-Only Entry Point * * This is a slim entry point for .mcpb bundles that runs ONLY as an MCP server. * It does NOT include CLI functionality to minimize bundle size and improve performance. * * For CLI tools (ncp add, ncp find, etc.), install via npm: * npm install -g @portel/ncp * * Configuration: * - Reads from ~/.ncp/profiles/all.json (or specified profile) * - Manually edit the JSON file to add/remove MCPs * - No CLI commands needed */ export {}; //# sourceMappingURL=index-mcp.d.ts.map