-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
Labels
No labels