docs: add showboat demo for issue label management #97

Merged
goern merged 0 commits from ignasgil-feat/remove-issue-labels into main 2026-03-20 17:00:13 +00:00
goern commented 2026-03-20 16:58:20 +00:00 (Migrated from codeberg.org)

Summary

Depends on #96

Adds a live showboat demo (demos/issue-labels.md) showcasing the add_issue_labels and remove_issue_labels tools in both CLI and MCP stdio modes.

What's in the demo

  • Parameter schemas for both tools via --help
  • End-to-end workflow: discover labels → inspect issue → add label → remove label
  • Multi-label operations: adding/removing multiple labels in one call
  • MCP stdio mode: JSON-RPC tools/call example
  • Autonomous triage workflow: description of how an AI agent can use these tools for fully automated issue labeling

All examples use live output from goern/forgejo-mcp on Codeberg. No tokens or credentials are exposed.

Test plan

  • No tokens or secrets in the demo file
  • All CLI commands are reproducible with valid credentials
  • Demo cleans up after itself (labels added during demo are removed)
## Summary Depends on #96 Adds a live showboat demo (`demos/issue-labels.md`) showcasing the `add_issue_labels` and `remove_issue_labels` tools in both CLI and MCP stdio modes. ## What's in the demo - **Parameter schemas** for both tools via `--help` - **End-to-end workflow**: discover labels → inspect issue → add label → remove label - **Multi-label operations**: adding/removing multiple labels in one call - **MCP stdio mode**: JSON-RPC `tools/call` example - **Autonomous triage workflow**: description of how an AI agent can use these tools for fully automated issue labeling All examples use live output from `goern/forgejo-mcp` on Codeberg. No tokens or credentials are exposed. ## Test plan - [x] No tokens or secrets in the demo file - [x] All CLI commands are reproducible with valid credentials - [x] Demo cleans up after itself (labels added during demo are removed)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
agentic-forges/forgejo-mcp!97
No description provided.