@suluk/mcp - v0.1.2
    Preparing search index...

    Variable DISCOVER_TOOLConst

    DISCOVER_TOOL: {
        name: "discover_tools";
        description: string;
        inputSchema: {
            type: "object";
            properties: {
                intent: {
                    type: "string";
                    description: "what you are trying to do — filters the cold-tail tools (omit to list all)";
                };
            };
        };
    } = ...

    The synthetic meta-tool that reveals the cold-tail. It is NEVER routed to exec — handled in tools/call.

    Type Declaration

    • Readonlyname: "discover_tools"
    • Readonlydescription: string
    • ReadonlyinputSchema: {
          type: "object";
          properties: {
              intent: {
                  type: "string";
                  description: "what you are trying to do — filters the cold-tail tools (omit to list all)";
              };
          };
      }