CodeSun-error-manager logo

CodeSun-error-manager

CodeSun-error-manager MCP server ingests, logs, and analyzes runtime errors from CodeSun applications via API, generating stack traces and structured queryable logs. Backend developers use tools like get_issues, update_issue, and create_pull_request to track faults, apply fixes, and automate resolutions. Debug production codebases and CI/CD pipelines with centralized error visibility.

github error manager
bug fixing mcp
free mcp server
+3
|

Overview

CodeSun-error-manager MCP server equips developers with GitHub repository tools tailored for error handling in CodeSun applications. It allows inspection of codebases, issue tracking for bugs, and safe application of fixes via dry-run operations. This setup supports rapid error diagnosis and resolution directly from error logs or runtime reports.

Key Capabilities

  • get_repo_files: Lists files and directories in a repository path to locate error-prone code sections.
  • get_file: Retrieves file contents from a GitHub repository for stack trace analysis or code review.
  • get_issues: Lists repository issues with optional filters, such as labels for error types or assignees.
  • update_issue: Modifies an existing issue, like adding error details or changing status (dry-run by default).
  • update_file: Creates or updates a file in the repository, such as patching error-handling logic (dry-run by default).
  • create_commit: Creates a commit with multiple file changes to bundle error fixes (dry-run by default).
  • create_pull_request: Opens a new pull request to propose and review error resolutions (dry-run by default).

Use Cases

Query repository issues with get_issues filtered by "error" label to prioritize debugging tasks from production logs. Retrieve suspect files using get_file and get_repo_files to examine runtime error contexts in CodeSun Node.js apps. Test fixes by running update_file and create_commit in dry-run mode before merging via create_pull_request in CI/CD pipelines. Aggregate error trends by listing issues across repos and updating them with resolution notes.

Who This Is For

Backend developers maintaining CodeSun projects on GitHub who handle runtime errors and debugging. DevOps engineers integrating error pipelines with repository workflows. Intermediate users familiar with GitHub APIs and basic scripting for automation.

PlaygroundWebsiteGitHubUpdated Mar 23, 2026