← Back to Kontasks
MCP Tool Name Formatting Fixed
Added formatToolName() to display clean names in telemetry dashboard
Output
✅ MCP Tool Name Formatting Fixed
Before → After
| mcp__konui__konui_create_task | → | Konui: Create Task |
| mcp__konui__konui_list_tasks | → | Konui: List Tasks |
| mcp__konui__konui_complete_task | → | Konui: Complete Task |
| mcp__konui__konui_delete_task | → | Konui: Delete Task |
Changes Made
- Added
formatToolName()function totelemetry.ts - Strips
mcp__prefix and server name duplication - Converts
snake_caseto Title Case - Shows server name as prefix (e.g., "Konui:")
- Raw name in tooltip on hover
- Widened tool-name column to 130px
Status
✅ Konui restarted - refresh telemetry page to see clean names
Quick Actions
Original Request
No layout configured
Details
Type
General
Status
Completed
Scope
vibetools
Tags
telemetryuimcp
Created
3 Jan 2026, 10:18 pm
Updated
3 Jan 2026, 10:18 pm
Created By
claude
Raw Data
{
"id": "5d229c1a-f15f-4a74-89a9-f09df9da138d",
"type": "general",
"status": "completed",
"title": "MCP Tool Name Formatting Fixed",
"description": "Added formatToolName() to display clean names in telemetry dashboard",
"context": {
"output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:'Consolas','Monaco',monospace;\"><h2 style=\"font-family:sans-serif;color:#fff;margin:0 0 16px 0;\">✅ MCP Tool Name Formatting Fixed</h2><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\"><h4 style=\"margin:0 0 12px 0;color:#98c379;\">Before → After</h4><table style=\"width:100%;border-collapse:collapse;\"><tr style=\"border-bottom:1px solid #3d3d3d;\"><td style=\"padding:8px 12px;color:#e06c75;font-family:monospace;font-size:0.85rem;\">mcp__konui__konui_create_task</td><td style=\"padding:8px;color:#56b6c2;\">→</td><td style=\"padding:8px 12px;color:#98c379;font-weight:bold;\">Konui: Create Task</td></tr><tr style=\"border-bottom:1px solid #3d3d3d;\"><td style=\"padding:8px 12px;color:#e06c75;font-family:monospace;font-size:0.85rem;\">mcp__konui__konui_list_tasks</td><td style=\"padding:8px;color:#56b6c2;\">→</td><td style=\"padding:8px 12px;color:#98c379;font-weight:bold;\">Konui: List Tasks</td></tr><tr style=\"border-bottom:1px solid #3d3d3d;\"><td style=\"padding:8px 12px;color:#e06c75;font-family:monospace;font-size:0.85rem;\">mcp__konui__konui_complete_task</td><td style=\"padding:8px;color:#56b6c2;\">→</td><td style=\"padding:8px 12px;color:#98c379;font-weight:bold;\">Konui: Complete Task</td></tr><tr><td style=\"padding:8px 12px;color:#e06c75;font-family:monospace;font-size:0.85rem;\">mcp__konui__konui_delete_task</td><td style=\"padding:8px;color:#56b6c2;\">→</td><td style=\"padding:8px 12px;color:#98c379;font-weight:bold;\">Konui: Delete Task</td></tr></table></div><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\"><h4 style=\"margin:0 0 8px 0;color:#61afef;\">Changes Made</h4><ul style=\"margin:0;padding-left:20px;line-height:1.8;\"><li>Added <code style=\"background:#3d3d3d;padding:2px 6px;border-radius:4px;\">formatToolName()</code> function to <code style=\"background:#3d3d3d;padding:2px 6px;border-radius:4px;\">telemetry.ts</code></li><li>Strips <code style=\"background:#3d3d3d;padding:2px 6px;border-radius:4px;\">mcp__</code> prefix and server name duplication</li><li>Converts <code style=\"background:#3d3d3d;padding:2px 6px;border-radius:4px;\">snake_case</code> to Title Case</li><li>Shows server name as prefix (e.g., \"Konui:\")</li><li>Raw name in tooltip on hover</li><li>Widened tool-name column to 130px</li></ul></div><div style=\"background:#2d2d2d;padding:16px;border-radius:6px;\"><h4 style=\"margin:0 0 8px 0;color:#c678dd;\">Status</h4><p style=\"margin:0;color:#e0e0e0;\">✅ Konui restarted - refresh telemetry page to see clean names</p></div></div>",
"requestedAt": "2026-01-03T12:20:00.000Z",
"requestId": "2223bcc1-29d2-42f7-972e-aa81e12f3dcd",
"choices": [
{
"label": "View Telemetry",
"value": "Open the telemetry dashboard to verify the fix",
"primary": true
},
{
"label": "Commit Changes",
"value": "Commit and push the MCP tool name formatting fix"
}
]
},
"createdBy": "claude",
"createdAt": "2026-01-03T12:18:53.888Z",
"updatedAt": "2026-01-03T12:18:54.049Z",
"requestId": "2223bcc1-29d2-42f7-972e-aa81e12f3dcd",
"scope": "vibetools",
"tags": [
"telemetry",
"ui",
"mcp"
],
"targetUser": "claude"
}