Open Issues Need Help
View All on GitHubAI Summary: Debug a bug in a PTT MCP server where fetching summaries of articles from the ALLPOST board fails, returning a message indicating articles have been deleted even when they exist. The task involves analyzing the provided error messages, images showing the error output, and the project's codebase to identify and fix the issue related to article retrieval from the ALLPOST board.
AI Summary: Modify the `settings.json` file for the PTT MCP server to include an example input section demonstrating how to configure PTT ID and password directly within the file, rather than relying solely on environment variables. This will improve user clarity and ease of setup.
AI Summary: Create a Dockerfile and associated deployment instructions for the PTT MCP server, allowing users to easily deploy the server using Docker. This should include a Dockerfile that sets up the necessary environment and installs the required dependencies, along with clear instructions on building and running the Docker image.