refactor: update grid component props and optimize docker setup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IExportedMcpServer } from '@/interfaces/database/mcp';
|
||||
// import { IExportedMcpServer } from '@/interfaces/database/mcp';
|
||||
|
||||
export interface ITestMcpRequestBody {
|
||||
server_type: string;
|
||||
@@ -9,8 +9,8 @@ export interface ITestMcpRequestBody {
|
||||
}
|
||||
|
||||
export interface IImportMcpServersRequestBody {
|
||||
mcpServers: Record<
|
||||
string,
|
||||
Pick<IExportedMcpServer, 'type' | 'url' | 'authorization_token'>
|
||||
>;
|
||||
// mcpServers: Record<
|
||||
// string,
|
||||
// Pick<IExportedMcpServer, 'type' | 'url' | 'authorization_token'>
|
||||
// >;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user