NestJS MCP - v1.0.1
    Preparing search index...

    Server introspection result containing all available tools, resources, and prompts

    interface ServerIntrospection {
        tools: MCPToolDefinition[];
        resources: DiscoveredMCPResource[];
        prompts: DiscoveredMCPPrompt[];
        serverInfo: { name: string; version: string };
    }
    Index

    Properties

    serverInfo: { name: string; version: string }