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