@squidcloud/backend
    Preparing search index...

    Interface McpServerOptions

    Options for the @mcpServer decorator.

    interface McpServerOptions {
        description: string;
        id: string;
        name: string;
        version: string;
    }
    Index

    Properties

    description: string

    The MCP description.

    id: string

    Unique ID for this MCP server that will also be used in the MCP url.

    name: string

    The MCP name - it will be exposed in the MCP manifest.

    version: string

    The version of the MCP server. This will be exposed in the MCP manifest.