MCP Apps Kit - v0.5.0
    Preparing search index...

    Type Alias McpServerConfig

    Server configuration type matching McpServerConfig from the vite plugin.

    type McpServerConfig = {
        baseUrl?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional custom configuration values.

    Index

    Properties

    Properties

    baseUrl?: string

    Base URL of the MCP server.

    "http://localhost:3000"