Output
Konui MCP Server v2.0.0 - 13 New Tools Added
✓ Commit:
2232e6cc pushed to main
Tool Summary: 8 → 21 tools
| Category | Tools |
|---|---|
| Kontask Management | 8 tools (existing) |
| Session Management | 2 new: list_sessions, get_session |
| Telemetry | 2 new: get_telemetry, get_turn_history |
| Investigation | 4 new: start, add_finding, conclude, list |
| Service Control | 1 new: get_logs |
| Git Operations | 3 new: git_status, git_log, show_diff |
New Tools Detail
Session Management
konui_list_sessions - List all konsole sessions with status, user, activity konui_get_session - Get detailed session info by ID
Telemetry & Cost Tracking
konui_get_telemetry - Token usage, costs, cache hit rates konui_get_turn_history - Recent turns with timing breakdowns
Investigation Workflow
konui_start_investigation - Create investigation with hypothesis konui_add_finding - Add hypothesis/evidence/conclusion konui_conclude_investigation - Close with summary konui_list_investigations - List all by status
Service Control
konui_get_logs - Get service logs (kongate/konimage/konui/konsole)
Git Operations
konui_git_status - Branch, changes, unpushed commits konui_git_log - Recent commit history konui_show_diff - Show diff for a commit
⚠️ Note: Restart Required
MCP tools are loaded when Claude Code starts. The new tools will be available in new Claude sessions. Current session has the old 8 tools until restart.
Quick Actions
Original Request
No layout configured
Details
Type
General
Status
Completed
Scope
vibetools
Tags
mcpkontasksapi
Created
7 Jan 2026, 9:08 pm
Updated
7 Jan 2026, 9:08 pm
Timing
⏱️ 171.0s
0 tools
● TTFE 0%
● Thinking 100%
● Tools 0%
Created By
claude
Raw Data
{
"id": "e6938548-80c4-4db2-9d3c-5580f66f84b2",
"type": "general",
"status": "completed",
"title": "Added 13 New MCP Tools (v2.0.0)",
"description": "Expanded konui MCP server from 8 to 21 tools",
"context": {
"output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:'Consolas','Monaco',monospace;\">\n<h2 style=\"font-family:sans-serif;color:#fff;margin:0 0 16px 0;\">Konui MCP Server v2.0.0 - 13 New Tools Added</h2>\n\n<div style=\"background:#1a3a1a;border:1px solid #22c55e;padding:12px;border-radius:6px;margin-bottom:16px;\">\n<span style=\"color:#22c55e;font-weight:bold;\">✓ Commit:</span> <code style=\"background:#2d2d2d;padding:2px 6px;border-radius:3px;\">2232e6cc</code> pushed to main\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#98c379;margin:0 0 12px 0;\">Tool Summary: 8 → 21 tools</h3>\n<table style=\"width:100%;border-collapse:collapse;\">\n<tr style=\"border-bottom:1px solid #444;\"><th style=\"text-align:left;padding:8px;color:#7f848e;\">Category</th><th style=\"text-align:left;padding:8px;color:#7f848e;\">Tools</th></tr>\n<tr style=\"border-bottom:1px solid #444;\"><td style=\"padding:8px;color:#61afef;\">Kontask Management</td><td style=\"color:#abb2bf;\">8 tools (existing)</td></tr>\n<tr style=\"border-bottom:1px solid #444;\"><td style=\"padding:8px;color:#e5c07b;\">Session Management</td><td style=\"color:#abb2bf;\">2 new: list_sessions, get_session</td></tr>\n<tr style=\"border-bottom:1px solid #444;\"><td style=\"padding:8px;color:#e5c07b;\">Telemetry</td><td style=\"color:#abb2bf;\">2 new: get_telemetry, get_turn_history</td></tr>\n<tr style=\"border-bottom:1px solid #444;\"><td style=\"padding:8px;color:#e5c07b;\">Investigation</td><td style=\"color:#abb2bf;\">4 new: start, add_finding, conclude, list</td></tr>\n<tr style=\"border-bottom:1px solid #444;\"><td style=\"padding:8px;color:#e5c07b;\">Service Control</td><td style=\"color:#abb2bf;\">1 new: get_logs</td></tr>\n<tr><td style=\"padding:8px;color:#e5c07b;\">Git Operations</td><td style=\"color:#abb2bf;\">3 new: git_status, git_log, show_diff</td></tr>\n</table>\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#c678dd;margin:0 0 12px 0;\">New Tools Detail</h3>\n\n<h4 style=\"color:#56b6c2;margin:12px 0 8px 0;\">Session Management</h4>\n<pre style=\"background:#1e1e1e;padding:12px;border-radius:4px;margin:0;overflow-x:auto;\"><span style=\"color:#61afef;\">konui_list_sessions</span> <span style=\"color:#7f848e;\">- List all konsole sessions with status, user, activity</span>\n<span style=\"color:#61afef;\">konui_get_session</span> <span style=\"color:#7f848e;\">- Get detailed session info by ID</span></pre>\n\n<h4 style=\"color:#56b6c2;margin:12px 0 8px 0;\">Telemetry & Cost Tracking</h4>\n<pre style=\"background:#1e1e1e;padding:12px;border-radius:4px;margin:0;overflow-x:auto;\"><span style=\"color:#61afef;\">konui_get_telemetry</span> <span style=\"color:#7f848e;\">- Token usage, costs, cache hit rates</span>\n<span style=\"color:#61afef;\">konui_get_turn_history</span> <span style=\"color:#7f848e;\">- Recent turns with timing breakdowns</span></pre>\n\n<h4 style=\"color:#56b6c2;margin:12px 0 8px 0;\">Investigation Workflow</h4>\n<pre style=\"background:#1e1e1e;padding:12px;border-radius:4px;margin:0;overflow-x:auto;\"><span style=\"color:#61afef;\">konui_start_investigation</span> <span style=\"color:#7f848e;\">- Create investigation with hypothesis</span>\n<span style=\"color:#61afef;\">konui_add_finding</span> <span style=\"color:#7f848e;\">- Add hypothesis/evidence/conclusion</span>\n<span style=\"color:#61afef;\">konui_conclude_investigation</span> <span style=\"color:#7f848e;\">- Close with summary</span>\n<span style=\"color:#61afef;\">konui_list_investigations</span> <span style=\"color:#7f848e;\">- List all by status</span></pre>\n\n<h4 style=\"color:#56b6c2;margin:12px 0 8px 0;\">Service Control</h4>\n<pre style=\"background:#1e1e1e;padding:12px;border-radius:4px;margin:0;overflow-x:auto;\"><span style=\"color:#61afef;\">konui_get_logs</span> <span style=\"color:#7f848e;\">- Get service logs (kongate/konimage/konui/konsole)</span></pre>\n\n<h4 style=\"color:#56b6c2;margin:12px 0 8px 0;\">Git Operations</h4>\n<pre style=\"background:#1e1e1e;padding:12px;border-radius:4px;margin:0;overflow-x:auto;\"><span style=\"color:#61afef;\">konui_git_status</span> <span style=\"color:#7f848e;\">- Branch, changes, unpushed commits</span>\n<span style=\"color:#61afef;\">konui_git_log</span> <span style=\"color:#7f848e;\">- Recent commit history</span>\n<span style=\"color:#61afef;\">konui_show_diff</span> <span style=\"color:#7f848e;\">- Show diff for a commit</span></pre>\n</div>\n\n<div style=\"background:#3a2a1a;border:1px solid #f59e0b;padding:12px;border-radius:6px;\">\n<h4 style=\"color:#f59e0b;margin:0 0 8px 0;\">⚠️ Note: Restart Required</h4>\n<p style=\"margin:0;color:#abb2bf;\">MCP tools are loaded when Claude Code starts. The new tools will be available in new Claude sessions. Current session has the old 8 tools until restart.</p>\n</div>\n\n</div>",
"requestedAt": "2026-01-07T08:25:00.000Z",
"requestId": "8c9df270-0bb0-4f76-a128-5243fba19948",
"choices": [
{
"label": "Test a new tool",
"value": "Test the konui_get_telemetry tool to show token usage and costs",
"primary": true
},
{
"label": "View all tools",
"value": "List all 21 MCP tools now available in the konui server"
},
{
"label": "Test investigation",
"value": "Start a test investigation to verify the investigation workflow tools"
}
],
"turnTiming": {
"totalMs": 170963,
"ttfeMs": 61,
"thinkingMs": 170902,
"toolExecutionMs": 0,
"toolCallCount": 0,
"thinkingPct": 100,
"toolsPct": 0,
"ttfePct": 0
}
},
"createdBy": "claude",
"createdAt": "2026-01-07T11:08:47.014Z",
"updatedAt": "2026-01-07T11:08:56.123Z",
"requestId": "8c9df270-0bb0-4f76-a128-5243fba19948",
"scope": "vibetools",
"tags": [
"mcp",
"kontasks",
"api"
],
"targetUser": "claude"
}