Skip to content

File not found error #21

@samhaaf

Description

@samhaaf

Hi,

My agent is calling the tool with these args:

{
  "sources": [
    {
      "path": "FooBar.pdf"
    }
  ],
  "include_full_text": true,
  "include_metadata": true,
  "include_page_count": true
}

And getting this response:

{
  "results": [
    {
      "source": "FooBar.pdf",
      "success": false,
      "error": "MCP error -32600: File not found at 'FooBar.pdf'."
    }
  ]
}

And I can confirm that the PDF exists. If I run the server directly (without making a request), I don't get any errors:

(base) samhaaf@Sams-MacBook-Pro Ewing % npx @sylphlab/pdf-reader-mcp
[Filesystem MCP - pathUtils] Project Root determined from CWD: /Users/samhaaf/Documents/Ewing
[Filesystem MCP] Server running on stdio

I'm working in Cursor on a Mac Pro (apple silicon)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions