UNPKG

dbx-mcp-server

Version:

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

4 lines (3 loc) 212 B
import { Prompt } from '@modelcontextprotocol/sdk/types.js'; export declare const promptDefinitions: Prompt[]; export declare const getPromptWithArgs: (name: string, args?: Record<string, any>) => Prompt | null;