Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2025-03-05T18:59:42.465Z [mcp-pandoc] [info] Initializing server...
- 2025-03-05T18:59:42.494Z [mcp-pandoc] [info] Server started and connected successfully
- 2025-03-05T18:59:42.546Z [mcp-pandoc] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
- 2025-03-05T18:59:43.185Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":0,"result":{"protocolVersion":"2024-11-05","capabilities":{"experimental":{},"tools":{"listChanged":false}},"serverInfo":{"name":"mcp-pandoc","version":"0.1.0"}}}
- 2025-03-05T18:59:43.186Z [mcp-pandoc] [info] Message from client: {"method":"notifications/initialized","jsonrpc":"2.0"}
- 2025-03-05T18:59:43.194Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":1}
- 2025-03-05T18:59:43.195Z [mcp-pandoc] [info] Message from client: {"method":"tools/list","params":{},"jsonrpc":"2.0","id":2}
- 2025-03-05T18:59:43.196Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:43.198Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":3}
- 2025-03-05T18:59:43.198Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":2,"result":{"tools":[{"name":"convert-contents","description":"Converts content between different formats. Transforms input content from any supported format into the specified output format.\n\nđ¨ CRITICAL REQUIREMENTS - PLEASE READ:\n1. PDF Conversion:\n * You MUST install TeX Live BEFORE attempting PDF conversion:\n * Ubuntu/Debian: `sudo apt-get install texlive-xetex`\n * macOS: `brew install texlive`\n * Windows: Install MiKTeX or TeX Live from https://miktex.org/ or https://tug.org/texlive/\n * PDF conversion will FAIL without this installation\n\n2. File Paths - EXPLICIT REQUIREMENTS:\n * When asked to save or convert to a file, you MUST provide:\n - Complete directory path\n - Filename\n - File extension\n * Example request: 'Write a story and save as PDF'\n * You MUST specify: '/path/to/story.pdf' or 'C:\\Documents\\story.pdf'\n * The tool will NOT automatically generate filenames or extensions\n\n3. File Location After Conversion:\n * After successful conversion, the tool will display the exact path where the file is saved\n * Look for message: 'Content successfully converted and saved to: [file_path]'\n * You can find your converted file at the specified location\n * If no path is specified, files may be saved in system temp directory (/tmp/ on Unix systems)\n * For better control, always provide explicit output file paths\n\nSupported formats:\n- Basic formats: txt, html, markdown\n- Advanced formats (REQUIRE complete file paths): pdf, docx, rst, latex, epub\n\nâ CORRECT Usage Examples:\n1. 'Convert this text to HTML' (basic conversion)\n - Tool will show converted content\n\n2. 'Save this text as PDF at /documents/story.pdf'\n - Correct: specifies path + filename + extension\n - Tool will show: 'Content successfully converted and saved to: /documents/story.pdf'\n\nâ INCORRECT Usage Examples:\n1. 'Save this as PDF in /documents/'\n - Missing filename and extension\n2. 'Convert to PDF'\n - Missing complete file path\n\nWhen requesting conversion, ALWAYS specify:\n1. The content or input file\n2. The desired output format\n3. For advanced formats: complete output path + filename + extension\nExample: 'Convert this markdown to PDF and save as /path/to/output.pdf'\n\nNote: After conversion, always check the success message for the exact file location.","inputSchema":{"type":"object","properties":{"contents":{"type":"string","description":"The content to be converted (required if input_file not provided)"},"input_file":{"type":"string","description":"Complete path to input file including filename and extension (e.g., '/path/to/input.md')"},"input_format":{"type":"string","description":"Source format of the content (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_format":{"type":"string","description":"Desired output format (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_file":{"type":"string","description":"Complete path where to save the output including filename and extension (required for pdf, docx, rst, latex, epub formats)"}},"oneOf":[{"required":["contents"]},{"required":["input_file"]}],"allOf":[{"if":{"properties":{"output_format":{"enum":["pdf","docx","rst","latex","epub"]}}},"then":{"required":["output_file"]}}]}}]}}
- 2025-03-05T18:59:43.199Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":3,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:44.068Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":4}
- 2025-03-05T18:59:44.069Z [mcp-pandoc] [info] Message from client: {"method":"tools/list","params":{},"jsonrpc":"2.0","id":5}
- 2025-03-05T18:59:44.070Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":4,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:44.072Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":5,"result":{"tools":[{"name":"convert-contents","description":"Converts content between different formats. Transforms input content from any supported format into the specified output format.\n\nđ¨ CRITICAL REQUIREMENTS - PLEASE READ:\n1. PDF Conversion:\n * You MUST install TeX Live BEFORE attempting PDF conversion:\n * Ubuntu/Debian: `sudo apt-get install texlive-xetex`\n * macOS: `brew install texlive`\n * Windows: Install MiKTeX or TeX Live from https://miktex.org/ or https://tug.org/texlive/\n * PDF conversion will FAIL without this installation\n\n2. File Paths - EXPLICIT REQUIREMENTS:\n * When asked to save or convert to a file, you MUST provide:\n - Complete directory path\n - Filename\n - File extension\n * Example request: 'Write a story and save as PDF'\n * You MUST specify: '/path/to/story.pdf' or 'C:\\Documents\\story.pdf'\n * The tool will NOT automatically generate filenames or extensions\n\n3. File Location After Conversion:\n * After successful conversion, the tool will display the exact path where the file is saved\n * Look for message: 'Content successfully converted and saved to: [file_path]'\n * You can find your converted file at the specified location\n * If no path is specified, files may be saved in system temp directory (/tmp/ on Unix systems)\n * For better control, always provide explicit output file paths\n\nSupported formats:\n- Basic formats: txt, html, markdown\n- Advanced formats (REQUIRE complete file paths): pdf, docx, rst, latex, epub\n\nâ CORRECT Usage Examples:\n1. 'Convert this text to HTML' (basic conversion)\n - Tool will show converted content\n\n2. 'Save this text as PDF at /documents/story.pdf'\n - Correct: specifies path + filename + extension\n - Tool will show: 'Content successfully converted and saved to: /documents/story.pdf'\n\nâ INCORRECT Usage Examples:\n1. 'Save this as PDF in /documents/'\n - Missing filename and extension\n2. 'Convert to PDF'\n - Missing complete file path\n\nWhen requesting conversion, ALWAYS specify:\n1. The content or input file\n2. The desired output format\n3. For advanced formats: complete output path + filename + extension\nExample: 'Convert this markdown to PDF and save as /path/to/output.pdf'\n\nNote: After conversion, always check the success message for the exact file location.","inputSchema":{"type":"object","properties":{"contents":{"type":"string","description":"The content to be converted (required if input_file not provided)"},"input_file":{"type":"string","description":"Complete path to input file including filename and extension (e.g., '/path/to/input.md')"},"input_format":{"type":"string","description":"Source format of the content (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_format":{"type":"string","description":"Desired output format (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_file":{"type":"string","description":"Complete path where to save the output including filename and extension (required for pdf, docx, rst, latex, epub formats)"}},"oneOf":[{"required":["contents"]},{"required":["input_file"]}],"allOf":[{"if":{"properties":{"output_format":{"enum":["pdf","docx","rst","latex","epub"]}}},"then":{"required":["output_file"]}}]}}]}}
- 2025-03-05T18:59:44.073Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":6}
- 2025-03-05T18:59:44.074Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":6,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:44.489Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":7}
- 2025-03-05T18:59:44.490Z [mcp-pandoc] [info] Message from client: {"method":"tools/list","params":{},"jsonrpc":"2.0","id":8}
- 2025-03-05T18:59:44.492Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":7,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:44.493Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":9}
- 2025-03-05T18:59:44.493Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":8,"result":{"tools":[{"name":"convert-contents","description":"Converts content between different formats. Transforms input content from any supported format into the specified output format.\n\nđ¨ CRITICAL REQUIREMENTS - PLEASE READ:\n1. PDF Conversion:\n * You MUST install TeX Live BEFORE attempting PDF conversion:\n * Ubuntu/Debian: `sudo apt-get install texlive-xetex`\n * macOS: `brew install texlive`\n * Windows: Install MiKTeX or TeX Live from https://miktex.org/ or https://tug.org/texlive/\n * PDF conversion will FAIL without this installation\n\n2. File Paths - EXPLICIT REQUIREMENTS:\n * When asked to save or convert to a file, you MUST provide:\n - Complete directory path\n - Filename\n - File extension\n * Example request: 'Write a story and save as PDF'\n * You MUST specify: '/path/to/story.pdf' or 'C:\\Documents\\story.pdf'\n * The tool will NOT automatically generate filenames or extensions\n\n3. File Location After Conversion:\n * After successful conversion, the tool will display the exact path where the file is saved\n * Look for message: 'Content successfully converted and saved to: [file_path]'\n * You can find your converted file at the specified location\n * If no path is specified, files may be saved in system temp directory (/tmp/ on Unix systems)\n * For better control, always provide explicit output file paths\n\nSupported formats:\n- Basic formats: txt, html, markdown\n- Advanced formats (REQUIRE complete file paths): pdf, docx, rst, latex, epub\n\nâ CORRECT Usage Examples:\n1. 'Convert this text to HTML' (basic conversion)\n - Tool will show converted content\n\n2. 'Save this text as PDF at /documents/story.pdf'\n - Correct: specifies path + filename + extension\n - Tool will show: 'Content successfully converted and saved to: /documents/story.pdf'\n\nâ INCORRECT Usage Examples:\n1. 'Save this as PDF in /documents/'\n - Missing filename and extension\n2. 'Convert to PDF'\n - Missing complete file path\n\nWhen requesting conversion, ALWAYS specify:\n1. The content or input file\n2. The desired output format\n3. For advanced formats: complete output path + filename + extension\nExample: 'Convert this markdown to PDF and save as /path/to/output.pdf'\n\nNote: After conversion, always check the success message for the exact file location.","inputSchema":{"type":"object","properties":{"contents":{"type":"string","description":"The content to be converted (required if input_file not provided)"},"input_file":{"type":"string","description":"Complete path to input file including filename and extension (e.g., '/path/to/input.md')"},"input_format":{"type":"string","description":"Source format of the content (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_format":{"type":"string","description":"Desired output format (defaults to markdown)","default":"markdown","enum":["markdown","html","pdf","docx","rst","latex","epub","txt"]},"output_file":{"type":"string","description":"Complete path where to save the output including filename and extension (required for pdf, docx, rst, latex, epub formats)"}},"oneOf":[{"required":["contents"]},{"required":["input_file"]}],"allOf":[{"if":{"properties":{"output_format":{"enum":["pdf","docx","rst","latex","epub"]}}},"then":{"required":["output_file"]}}]}}]}}
- 2025-03-05T18:59:44.494Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":9,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:49.499Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":10}
- 2025-03-05T18:59:49.501Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":10,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:49.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":11}
- 2025-03-05T18:59:49.502Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":11,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:54.499Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":12}
- 2025-03-05T18:59:54.500Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":12,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:54.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":13}
- 2025-03-05T18:59:54.502Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":13,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:59.499Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":14}
- 2025-03-05T18:59:59.501Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":14,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T18:59:59.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":15}
- 2025-03-05T18:59:59.502Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":15,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:04.499Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":16}
- 2025-03-05T19:00:04.501Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":16,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:04.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":17}
- 2025-03-05T19:00:04.503Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":17,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:09.499Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":18}
- 2025-03-05T19:00:09.501Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":18,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:09.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":19}
- 2025-03-05T19:00:09.502Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":19,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:14.500Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":20}
- 2025-03-05T19:00:14.501Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":20,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:14.501Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":21}
- 2025-03-05T19:00:14.502Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":21,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:18.067Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":22}
- 2025-03-05T19:00:18.071Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":22,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:18.222Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":23}
- 2025-03-05T19:00:18.224Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":23,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:23.073Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":24}
- 2025-03-05T19:00:23.075Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":24,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:23.076Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":25}
- 2025-03-05T19:00:23.077Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":25,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:28.068Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":26}
- 2025-03-05T19:00:28.071Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":26,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:28.071Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":27}
- 2025-03-05T19:00:28.073Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":27,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:30.605Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":28}
- 2025-03-05T19:00:30.608Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":28,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:30.629Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":29}
- 2025-03-05T19:00:30.631Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":29,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:33.108Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":30}
- 2025-03-05T19:00:33.111Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":30,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:33.185Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":31}
- 2025-03-05T19:00:33.187Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":31,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:37.645Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":32}
- 2025-03-05T19:00:37.649Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":32,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:37.691Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":33}
- 2025-03-05T19:00:37.693Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":33,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:42.042Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":34}
- 2025-03-05T19:00:42.045Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":34,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:42.065Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":35}
- 2025-03-05T19:00:42.067Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":35,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:47.050Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":36}
- 2025-03-05T19:00:47.052Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":36,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:47.052Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":37}
- 2025-03-05T19:00:47.054Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":37,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:49.432Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":38}
- 2025-03-05T19:00:49.436Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":38,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:49.506Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":39}
- 2025-03-05T19:00:49.508Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":39,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:54.439Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":40}
- 2025-03-05T19:00:54.441Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":40,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:54.441Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":41}
- 2025-03-05T19:00:54.442Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":41,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:55.428Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":42}
- 2025-03-05T19:00:55.430Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":42,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:55.476Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":43}
- 2025-03-05T19:00:55.478Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":43,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:57.007Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":44}
- 2025-03-05T19:00:57.011Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":44,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:00:57.051Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":45}
- 2025-03-05T19:00:57.053Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":45,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:02.010Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":46}
- 2025-03-05T19:01:02.011Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":46,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:02.012Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":47}
- 2025-03-05T19:01:02.013Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":47,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:07.010Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":48}
- 2025-03-05T19:01:07.012Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":48,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:07.012Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":49}
- 2025-03-05T19:01:07.013Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":49,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:12.008Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":50}
- 2025-03-05T19:01:12.010Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":50,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:12.010Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":51}
- 2025-03-05T19:01:12.011Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":51,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:17.016Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":52}
- 2025-03-05T19:01:17.018Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":52,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:17.018Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":53}
- 2025-03-05T19:01:17.020Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":53,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:22.987Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":54}
- 2025-03-05T19:01:22.989Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":54,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:22.989Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":55}
- 2025-03-05T19:01:22.990Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":55,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:27.993Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":56}
- 2025-03-05T19:01:27.995Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":56,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:27.995Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":57}
- 2025-03-05T19:01:27.996Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":57,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:32.009Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":58}
- 2025-03-05T19:01:32.011Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":58,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:32.012Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":59}
- 2025-03-05T19:01:32.013Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":59,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:37.007Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":60}
- 2025-03-05T19:01:37.009Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":60,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:37.009Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":61}
- 2025-03-05T19:01:37.010Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":61,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:42.011Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":62}
- 2025-03-05T19:01:42.013Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":62,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:42.013Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":63}
- 2025-03-05T19:01:42.014Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":63,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:43.995Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":64}
- 2025-03-05T19:01:43.999Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":64,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:44.084Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":65}
- 2025-03-05T19:01:44.087Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":65,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:49.003Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":66}
- 2025-03-05T19:01:49.005Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":66,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:49.006Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":67}
- 2025-03-05T19:01:49.007Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":67,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:54.003Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":68}
- 2025-03-05T19:01:54.005Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":68,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:54.006Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":69}
- 2025-03-05T19:01:54.007Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":69,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:57.033Z [mcp-pandoc] [info] Message from client: {"method":"tools/call","params":{"name":"convert-contents","arguments":{"input_file":"/home/somebody/dev/claude_mpc/hello.txt","input_format":"txt","output_format":"docx","output_file":"/home/somebody/dev/claude_mpc/hello.docx"}},"jsonrpc":"2.0","id":70}
- 2025-03-05T19:01:57.059Z [mcp-pandoc] [error] Expected property name or '}' in JSON at position 1 (line 1 column 2) {"context":"connection","stack":"SyntaxError: Expected property name or '}' in JSON at position 1 (line 1 column 2)\n at JSON.parse (<anonymous>)\n at mPe (C:\\Users\\luciano\\AppData\\Local\\AnthropicClaude\\app-0.8.0\\resources\\app.asar\\.vite\\build\\index.js:82:189)\n at pPe.readMessage (C:\\Users\\luciano\\AppData\\Local\\AnthropicClaude\\app-0.8.0\\resources\\app.asar\\.vite\\build\\index.js:82:115)\n at yPe.processReadBuffer (C:\\Users\\luciano\\AppData\\Local\\AnthropicClaude\\app-0.8.0\\resources\\app.asar\\.vite\\build\\index.js:83:1842)\n at Socket.<anonymous> (C:\\Users\\luciano\\AppData\\Local\\AnthropicClaude\\app-0.8.0\\resources\\app.asar\\.vite\\build\\index.js:83:1523)\n at Socket.emit (node:events:518:28)\n at addChunk (node:internal/streams/readable:561:12)\n at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)\n at Readable.push (node:internal/streams/readable:392:5)\n at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)"}
- 2025-03-05T19:01:57.059Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":70,"result":{"content":[{"type":"text","text":"Error converting file from txt to docx: No pandoc was found: either install pandoc and add it\nto your PATH or or call pypandoc.download_pandoc(...) or\ninstall pypandoc wheels with included pandoc."}],"isError":true}}
- 2025-03-05T19:01:59.004Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":71}
- 2025-03-05T19:01:59.006Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":71,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:01:59.006Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":72}
- 2025-03-05T19:01:59.007Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":72,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:04.004Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":73}
- 2025-03-05T19:02:04.006Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":73,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:04.006Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":74}
- 2025-03-05T19:02:04.007Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":74,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:09.009Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":75}
- 2025-03-05T19:02:09.011Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":75,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:09.011Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":76}
- 2025-03-05T19:02:09.013Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":76,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:14.008Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":77}
- 2025-03-05T19:02:14.010Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":77,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:14.010Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":78}
- 2025-03-05T19:02:14.012Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":78,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:19.989Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":79}
- 2025-03-05T19:02:19.990Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":79,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:19.991Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":80}
- 2025-03-05T19:02:19.992Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":80,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:24.004Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":81}
- 2025-03-05T19:02:24.006Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":81,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:24.006Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":82}
- 2025-03-05T19:02:24.007Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":82,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:29.000Z [mcp-pandoc] [info] Message from client: {"method":"resources/list","params":{},"jsonrpc":"2.0","id":83}
- 2025-03-05T19:02:29.002Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":83,"error":{"code":-32601,"message":"Method not found"}}
- 2025-03-05T19:02:29.002Z [mcp-pandoc] [info] Message from client: {"method":"prompts/list","params":{},"jsonrpc":"2.0","id":84}
- 2025-03-05T19:02:29.003Z [mcp-pandoc] [info] Message from server: {"jsonrpc":"2.0","id":84,"error":{"code":-32601,"message":"Method not found"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement