shreyask's picture
feat: add conversation management functionality and update MCPClientService to handle resources and prompts
8c21d03 verified
raw
history blame contribute delete
180 Bytes
export const DB_NAME = "tool-caller-db";
export const STORE_NAME = "tools";
export const SETTINGS_STORE_NAME = "settings";
export const CONVERSATIONS_STORE_NAME = "conversations";