Henrik Jess Nielsen
8905dd2040
fix(ui): handle available_agents/available_skills response keys and nested agent/skill content
...
Build and Deploy DevOpsDash / build-image (push) Successful in 8s
- Use r.available_agents and r.available_skills field names from MCP proxy
- Fix extractContent to unwrap agents[0].content / skills[0].content
- Fix Alpine x-for key to include item.name for agents/skills
- Fix selected state comparison to handle name-keyed items
2026-05-09 17:13:10 +02:00
Henrik Jess Nielsen
685e4271c1
fix(mcp): add MCP session initialize handshake before tool calls
...
Build and Deploy DevOpsDash / build-image (push) Successful in 7s
FastMCP 2.0 requires:
1. POST initialize → get mcp-session-id header
2. POST notifications/initialized with session ID
3. POST tools/call with session ID
Also prefer structuredContent over text/content in result extraction.
2026-05-09 17:08:36 +02:00
Henrik Jess Nielsen
86c44799a6
fix: MCP client SSE transport — add correct Accept headers and SSE response parsing
...
Build and Deploy DevOpsDash / build-image (push) Successful in 6s
FastMCP 2.0 streamable HTTP requires Accept: application/json, text/event-stream
and can return text/event-stream responses with data: {...} SSE lines.
2026-05-09 17:00:52 +02:00
Henrik Jess Nielsen
fa4534bfb2
feat: Projects tab, 4-tab dashboard, full knowledge browser
...
Build and Deploy DevOpsDash / build-image (push) Successful in 8s
- Add projects router (Redis projects + workcontexts merged)
- Register projects router in main.py
- Extend knowledge router: howtos, agents, skills via MCP proxy
- Extend mcp_client: list/get howtos, agents, skills
- Rewrite dashboard.html: 4 tabs (Taskz/Worklog/Projects/Knowledge)
- Taskz: sidebar board list + Kanban columns with task modal
- Worklog: context/days picker + standup button
- Projects: context filter sidebar + work context display
- Knowledge: 6 sub-tabs (docs/howtos/agents/skills/adrs/memories)
with markdown rendering via marked.js
2026-05-09 16:54:30 +02:00
Henrik Jess Nielsen
6ee58d1e57
Add routers package __init__.py
Build and push DevOpsDash / build (push) Has been cancelled
2026-05-09 16:36:47 +02:00
Henrik Jess Nielsen
ac85040e4d
Initial DevOpsDash — FastAPI + Alpine.js dashboard for DevOpsMCP
...
Build and push DevOpsDash / build (push) Has been cancelled
- Taskz kanban board (create/edit tasks, findings, status/priority)
- Worklog timeline + standup summary (proxied from DevOpsMCP MCP API)
- Knowledge browser (ADRs, memories, knowledge catalog files)
- FastAPI backend reading same Redis as DevOpsMCP
- Read-only bind-mount for DevOpsMCP data directory (/data)
- Nomad job spec (dash.i80.dk, Traefik TLS, host volume read-only)
- Gitea Actions CI → registry.i80.dk/gitea/devops-dash:latest
2026-05-09 16:36:18 +02:00