Files
ragflow/web/src/interfaces/request/mcp.ts

8 lines
167 B
TypeScript
Raw Normal View History

export interface ITestMcpRequestBody {
server_type: string;
url: string;
headers?: Record<string, any>;
variables?: Record<string, any>;
timeout?: number;
}