pub type MCPCustomCreateResponse = MCPCreateResponse;Expand description
Response from creating a custom MCP server
Aliased Type§
pub struct MCPCustomCreateResponse {
pub id: String,
pub name: String,
pub allowed_tools: Vec<String>,
pub auth_config_ids: Vec<String>,
pub toolkits: Vec<String>,
pub mcp_url: String,
pub created_at: Option<String>,
}Fields§
§id: StringServer ID
name: StringServer name
allowed_tools: Vec<String>Allowed tools
auth_config_ids: Vec<String>Auth config IDs
toolkits: Vec<String>Toolkits
mcp_url: StringMCP URL
created_at: Option<String>Creation timestamp