Class McpServer
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class McpServer
Properties
| Edit this page View SourceAuthorizationToken
Optional.
Declaration
[JsonProperty("authorization_token")]
public string AuthorizationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. MCP servers to be utilized in this request
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolConfiguration
Optional.
Declaration
[JsonProperty("tool_configuration")]
public ToolFilter ToolConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolFilter |
Type
Required. Available options: url
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Required.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |