mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
api of MCP server detail
This commit is contained in:
@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user