FabricIQPreviewTool interface
一个FabricIQ服务器端工具。
- 扩展
属性
| project_connection_id | FabricIQ项目关联的ID。 |
| require_approval | (可选)代理人是否需要在执行行动前获得批准。 默认总是。 |
| server_label | (可选)连接的FabricIQ MCP服务器标签。 |
| server_url | (可选)FabricIQ MCP 服务器的网址。 如果未提供,将使用项目连接中的URL。 |
| type | 对象类型,始终为“fabric_iq_preview”。 |
属性详细信息
project_connection_id
FabricIQ项目关联的ID。
project_connection_id: string
属性值
string
require_approval
(可选)代理人是否需要在执行行动前获得批准。 默认总是。
require_approval?: string | MCPToolRequireApproval
属性值
string | MCPToolRequireApproval
server_label
(可选)连接的FabricIQ MCP服务器标签。
server_label?: string
属性值
string
server_url
(可选)FabricIQ MCP 服务器的网址。 如果未提供,将使用项目连接中的URL。
server_url?: string
属性值
string
type
对象类型,始终为“fabric_iq_preview”。
type: "fabric_iq_preview"
属性值
"fabric_iq_preview"