UNPKG

dbx-mcp-server

Version:

A Model Context Protocol server for Dropbox integration with AI-powered PDF analysis, multi-directory indexing, and parallel processing

5 lines (4 loc) 247 B
import { PromptWithResources } from '../types/resource-types.js'; export declare const fileReviewPrompt: PromptWithResources; export declare const fileDetailPrompt: PromptWithResources; export declare const fileComparePrompt: PromptWithResources;