- web/: Local chat UI (Express + WS → Codex bridge) - openwebui/: Preset, pipelines, knowledge manifest - Dockerfile + docker-compose.yml - Updated README with 3 frontend options - CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
32 lines
764 B
Markdown
32 lines
764 B
Markdown
# Forge Console — Agent Docs
|
|
|
|
## Jira Agent (`rp-ticket-ops`)
|
|
|
|
Manages Jira issues via the Atlassian MCP server.
|
|
|
|
### Capabilities
|
|
- Create, update, and transition Jira issues
|
|
- Search with JQL
|
|
- Add comments and attachments
|
|
- Link issues
|
|
|
|
### Authentication
|
|
Uses `mcporter` with OAuth. Run `mcporter auth atlassian` once to authenticate.
|
|
|
|
### Usage
|
|
The agent reads `config/mcporter.json` to connect. No API tokens needed — OAuth handles it.
|
|
|
|
## MCPorter
|
|
|
|
MCP client that bridges AI agents to external tool servers.
|
|
|
|
### Configured Servers
|
|
| Server | Purpose |
|
|
|--------|---------|
|
|
| `atlassian` | Jira via Atlassian's official MCP |
|
|
| `aha` | Aha! roadmap management |
|
|
| `context7` | Library documentation lookup |
|
|
|
|
### Config Location
|
|
`config/mcporter.json`
|