api of MCP server detail

This commit is contained in:
JzoNg
2025-05-26 16:13:39 +08:00
parent a8bc02e39e
commit ccea3212a2
2 changed files with 63 additions and 0 deletions

View File

@ -172,3 +172,11 @@ export type WorkflowToolProviderResponse = {
}
privacy_policy: string
}
export type MCPServerDetail = {
id: string
server_code: string
description: string
status: string
parameters?: Record<string, string>
}