Buckets:
| export interface ProxyAppResourceMapping { | |
| localUri: string; | |
| upstreamUri: string; | |
| proxyId: string; | |
| upstreamToolName: string; | |
| } | |
| type UnknownRecord = Record<string, unknown>; | |
| export declare function rewriteProxyAppToolMeta(meta: UnknownRecord | undefined, proxyId: string, upstreamToolName: string): { | |
| meta?: UnknownRecord; | |
| resourceMapping?: ProxyAppResourceMapping; | |
| }; | |
| export declare function createProxyAppResourceUri(proxyId: string, upstreamUri: string): string; | |
| export interface ProxyAppToolCall { | |
| toolName: string; | |
| argumentKeys: string[]; | |
| } | |
| export declare function discoverProxyAppToolCalls(value: unknown, appName: string | undefined): ProxyAppToolCall[]; | |
| export declare function isFastMcpAppBackendTool(toolName: string, appName: string): boolean; | |
| export {}; | |
| //# sourceMappingURL=proxy-apps.d.ts.map |
Xet Storage Details
- Size:
- 837 Bytes
- Xet hash:
- e779a86a10a838dcb70af8b21521f49959278b3530f93b581c684d74333f33f4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.