Search Results for

    Show / Hide Table of Contents

    Class McpExtensions

    Inheritance
    object
    McpExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents.McpTools
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class McpExtensions

    Methods

    | Edit this page View Source

    CreateBuiltinTokenProvider(Mcp)

    Declaration
    public static IOAuthTokenProvider CreateBuiltinTokenProvider(this Mcp tool)
    Parameters
    Type Name Description
    Mcp tool
    Returns
    Type Description
    IOAuthTokenProvider
    | Edit this page View Source

    GetConnector(Mcp)

    Declaration
    public static McpConnector GetConnector(this Mcp tool)
    Parameters
    Type Name Description
    Mcp tool
    Returns
    Type Description
    McpConnector
    | Edit this page View Source

    IsConnectorType(Mcp)

    Declaration
    public static bool IsConnectorType(this Mcp tool)
    Parameters
    Type Name Description
    Mcp tool
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation