v2: Forge Console + Open WebUI artifacts + Docker
- 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
This commit is contained in:
31
docs/agents/README.md
Normal file
31
docs/agents/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user