Class McpServerDefinition
Inheritance
Object
ScriptableObject
McpServerDefinition
Implements
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
[CreateAssetMenu(fileName = "MCP Server", menuName = "AI DevKit/Agent/Hosted Tool Definition/MCP Server Tool (OpenAI, Anthropic)", order = 2021)]
public sealed class McpServerDefinition : McpToolDefinition, IHostedToolOptions
Properties
| Edit this page View SourceClaudeAllowedTools
Declaration
public string[] ClaudeAllowedTools { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Headers
Declaration
public HttpHeader[] Headers { get; }
Property Value
| Type | Description |
|---|---|
| HttpHeader[] |
ServerDescription
Declaration
public string ServerDescription { get; }
Property Value
| Type | Description |
|---|---|
| string |
ServerLabel
Declaration
public string ServerLabel { get; }
Property Value
| Type | Description |
|---|---|
| string |
ServerUrl
Declaration
public string ServerUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
ToolTypesByApi
Declaration
public override Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<Api, ToolType> |
Overrides
Methods
| Edit this page View SourceGetHostedTools(Model)
Declaration
public override IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model |
Returns
| Type | Description |
|---|---|
| IEnumerable<Tool> |