feat: Replace DB component tools with filesystem-based user-components/
Components are now .vue files in user-components/<folder>/ parsed at runtime. Replaces 6 DB MCP tools with 2 (list_fs_components, load_fs_component). Adds vue-parser, fs-components API, and file watcher for live reload.
This commit is contained in:
@@ -15,3 +15,6 @@ export const DB_PATH = 'agent-ui.db'
|
||||
|
||||
// Recordings
|
||||
export const RECORDINGS_DIR = 'recordings'
|
||||
|
||||
// User components
|
||||
export const USER_COMPONENTS_DIR = 'user-components'
|
||||
|
||||
Reference in New Issue
Block a user