Skip to content

Commit ae9a485

Browse files
ktamas77claude
andcommitted
chore(mcp): trim server.json description to fit registry's 100-char limit
The MCP Registry rejected the previous description with a 422 validation error: body.description "expected length <= 100" (the previous text was ~210 chars listing every tool name). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e28346e commit ae9a485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.squidcode/timebook",
4-
"description": "Track time, manage timers, and read your Timebook (usetimebook.com) account from any MCP client. Exposes start_timer, stop_timer, log_time, list_projects, list_clients, list_entries, get_active_timer, and whoami.",
4+
"description": "Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.",
55
"version": "0.2.0",
66
"repository": {
77
"url": "https://github.com/squidcode/timebook-cli",

0 commit comments

Comments
 (0)