Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue reports a `flake8 E501` error in `markitdown_mcp/server.py` on line 1053, where a string literal exceeds the maximum allowed line length of 100 characters. The line is currently 120 characters long. The issue proposes two solutions: splitting the string across multiple lines or shortening the message.
📄 Professional MCP server for converting 29+ file formats to Markdown - Perfect for Claude Desktop and AI workflows!
AI Summary: The file `markitdown_mcp/server.py` contains Ruff formatting issues, specifically incorrect string concatenation where unnecessarily split strings need to be merged. This problem causes all pull requests to fail Code Quality checks and CI, impacting contributors. The issue identifies four specific locations in the file that require correction.
📄 Professional MCP server for converting 29+ file formats to Markdown - Perfect for Claude Desktop and AI workflows!