UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

4 lines (3 loc) 138 B
type PathType = "tools"; export declare function isValidPath(pathStr: string | undefined, type: PathType): string | undefined; export {};