mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
feat: perf mcp server api datastruct
This commit is contained in:
@@ -329,6 +329,7 @@ export interface MCPServerRuntimeInfo {
|
||||
connected: boolean;
|
||||
error_message: string;
|
||||
tool_count: number;
|
||||
tools: MCPTool[];
|
||||
}
|
||||
|
||||
export interface MCPServer {
|
||||
@@ -345,5 +346,5 @@ export interface MCPServer {
|
||||
export interface MCPTool {
|
||||
name: string;
|
||||
description: string;
|
||||
parameters: object;
|
||||
parameters?: object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user