UNPKG

cntx-ui

Version:

File context management tool with web UI and MCP server for AI development workflows - bundle project files for LLM consumption

76 lines 1.88 kB
{ "bundles": { "core-server": [ "server.js", "lib/configuration-manager.js", "lib/api-router.js", "lib/websocket-manager.js" ], "bundle-system": [ "lib/bundle-manager.js", "lib/file-system-manager.js", "lib/heuristics-manager.js", "heuristics-config.json" ], "ai-processing": [ "lib/semantic-splitter.js", "lib/simple-vector-store.js", "lib/function-level-chunker.js", "lib/treesitter-semantic-chunker.js", "lib/agent-runtime.js", "lib/agent-tools.js" ], "mcp-integration": [ "lib/mcp-server.js", "lib/mcp-transport.js", "mcp-config-example.json" ], "react-components": [ "web/src/App.tsx", "web/src/main.tsx", "web/src/components/BundleList.tsx", "web/src/components/BundleListNew.tsx", "web/src/components/SystemSettings.tsx", "web/src/components/ProjectFiles.tsx", "web/src/components/FileAnalysis.tsx" ], "bundle-ui": [ "web/src/components/bundles/**/*.tsx", "web/src/components/bundles/**/*.ts" ], "ui-system": [ "web/src/components/ui/**/*.tsx", "web/src/components/theme-provider.tsx", "web/src/components/theme-toggle.tsx", "web/src/lib/**/*.ts", "web/src/hooks/**/*.ts", "web/src/utils/**/*.tsx" ], "config": [ "package.json", "web/package.json", "web/vite.config.ts", "web/tsconfig*.json", "web/eslint.config.js", "web/components.json", "build.sh" ], "testing": [ "tests/**/*.js", "tests/**/*.mjs", "debug/**/*.mjs", "web/test-query.mjs", "web/simple-test.mjs" ], "docs": [ "README.md", "web/README.md", "VISION.md", "examples/**/*.sh" ], "master": [ "**/*" ] }, "editor": "cursor" }