@mcp-z/mcp-pdf
    Preparing search index...

    Function resourceFetching

    • Returns {
          config: { argsSchema: {}; description: string; title: string };
          handler: () => Promise<
              {
                  messages: { content: { text: string; type: "text" }; role: "user" }[];
              },
          >;
          name: string;
      }