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

    Variable loggingPluginConst

    loggingPlugin: Plugin<{ level: "error" | "debug" | "info" | "warn" }> = ...

    Built-in logging plugin

    Logs all tool executions and app lifecycle events.

    import { createApp, loggingPlugin } from '@mcp-apps-kit/core';

    const app = createApp({
    name: 'my-app',
    version: '1.0.0',
    tools: { ... },
    plugins: [loggingPlugin],
    });