-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mcp server fails to load #7
Comments
@1of13 make sure the mcpServers is only the root key. Also for reference can you post the complete config that you have in your claude_desktop_config.json.
|
like i stated earlier, i have no problems with the other mcp servers installed, this is the only one that does not work out of 15--so, it is not the config file. |
same here |
Looking into this now. @andyvntsys @1of13 |
I couldn't replicate the issue. Let me revert the recent changes for now. |
I've reverted the docx and pdf support changes. After further testing in an isolated environment (to rule out local dependencies like weasyprint), I'll reimplement this feature. Thank you @andyvntsys @1of13 for reporting the issue - I've been unable to replicate it on my machine, possibly due to my local weasyprint installation. You should be good now. Let us know if you still face any issues. I will keep this thread updated on the progress. |
Finally, got some time today to look into this. And, with some exciting news. We have recently merged a feature that supports converting other file formats as well. Right now, mcp-pandoc supports @andyvntsys @1of13 I have verified it locally in my machine & it works as expected. Please let me know if you are good. Verified |
For PDF, ensure to install textlive package. Refer https://github.com/vivekVells/mcp-pandoc?tab=readme-ov-file#%EF%B8%8F-important-notes |
I will keep this issue open for a while & close if no further issues reported. |
What worked for me on windows: There are two main approaches we can try:
setx PYTHONIOENCODING "utf-8" AND/OR
|
After adding the following to config, the server fails to load. I have no trouble loading any other mcp servers. Is there another step that I'm missing?
{
"mcpServers": {
"mcp-pandoc": {
"command": "uvx",
"args": ["mcp-pandoc"]
}
}
}
The text was updated successfully, but these errors were encountered: