UNPKG

syia-mcp-utils

Version:

Global utility functions for MCP server

9 lines (8 loc) 189 B
/** * Parse a document link and extract relevant information */ export declare function parseDocumentLink(link: any): { documentType: any; documentId: any; timestamp: any; };