We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcusJellinghaus/mcp-code-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
allowed-tools: Bash(gh issue edit:*), Bash(gh issue view:*), Read, Glob, Grep
workflow-stage: issue-discussion
suggested-next: issue_approve
---
# Update GitHub Issue
Based on our prior `/issue_analyse` discussion, update the GitHub issue with refined content.
**Instructions:**
1. If no issue context is found from prior analysis, respond: "No issue context found. Please run `/issue_analyse <number>` first."
2. First, fetch the current issue content:
```bash
gh issue view <issue_number> --json title,body
```
3. Draft updated issue text with:
- Clear, concise title
- Well-structured body with implementation ideas
- Preserve the original issue content at the bottom under:
`# Original issue: [old title]\n[old body]`
4. Update the issue:
```bash
gh issue edit <issue_number> --title "NEW_TITLE" --body "NEW_BODY"
```
**The updated issue should include:**
- Summary of the requirement
- Discussed implementation approach (concise)
- Any constraints or considerations identified
- Original issue content preserved