@squidcloud/client
    Preparing search index...

    Interface AiAgentMcpIntegrationOptions

    Configuration options for AI agent MCP integration.

    interface AiAgentMcpIntegrationOptions {
        toolsToUse?: string[];
    }
    Index
    toolsToUse?: string[]

    A list of MCP tool names that the AI agent can use.

    When this list is not provided (i.e., it is undefined) or is empty, the AI agent has access to all tools.