Skip to content

Commit e28346e

Browse files
ktamas77claude
andcommitted
chore(mcp): align server.json with canonical 2025-12-11 schema and v0.2.0
- Bump $schema to 2025-12-11/server.schema.json (matches the URL in the current registry quickstart docs). - Sync version + packages[].version to the published 0.2.0. - Drop registryBaseUrl: not in the canonical example for npm packages (the registry infers it from registryType: "npm"). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7b08aa9 commit e28346e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

server.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.squidcode/timebook",
44
"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.",
5-
"version": "0.1.4",
5+
"version": "0.2.0",
66
"repository": {
77
"url": "https://github.com/squidcode/timebook-cli",
88
"source": "github"
@@ -11,9 +11,8 @@
1111
"packages": [
1212
{
1313
"registryType": "npm",
14-
"registryBaseUrl": "https://registry.npmjs.org",
1514
"identifier": "@squidcode/timebook",
16-
"version": "0.1.4",
15+
"version": "0.2.0",
1716
"transport": {
1817
"type": "stdio"
1918
},

0 commit comments

Comments
 (0)