Class McpServer
public class McpServer
- Inheritance
-
objectMcpServer
Properties
AuthorizationToken
Optional.
public string AuthorizationToken { get; set; }
Property Value
- string
Name
Required. MCP servers to be utilized in this request
public string Name { get; set; }
Property Value
- string
ToolConfiguration
Optional.
public ToolFilter ToolConfiguration { get; set; }
Property Value
Type
Required. Available options: url
public string Type { get; set; }
Property Value
- string
Url
Required.
public string Url { get; set; }
Property Value
- string