Commit 19d9e0b
chore(mcp): prepare for MCP Registry submission
Adds the metadata required to submit @squidcode/timebook to
modelcontextprotocol/registry:
- server.json at repo root, declaring name (io.github.squidcode/timebook),
the npm package + entrypoint args ("mcp"), the GitHub source repo, and
the upstream website. Schema-pinned to the 2025-09-29 server schema.
- mcpName: "io.github.squidcode/timebook" in package.json.
- <!-- mcp-name: io.github.squidcode/timebook --> at the top of README.md
for ownership verification by the mcp-publisher CLI.
README also gets the content reviewers look for:
- A "Try it with prompts" section with five concrete end-to-end MCP
prompts (start a timer, query past time, log past work with rate,
query active timer, stop timer) — Claude Connectors review wants ≥3
examples in the docs.
- A "Privacy" section documenting token storage location and permissions,
the absence of telemetry, the role of the MCP host, and how to revoke
the token. A missing privacy disclosure is an automatic Connectors
rejection.
- Minor doc updates: tools table now shows read-only / pagination hints,
and the develop/release sections mention the new `npm test` step.
Note on naming: the GitHub repo is squidcode/timebook-cli; the npm
package and Registry namespace are @squidcode/timebook (no -cli). The
server.json reflects this split.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0fa6bfb commit 19d9e0b
2 files changed
Lines changed: 65 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
101 | 126 | | |
102 | 127 | | |
103 | 128 | | |
| |||
125 | 150 | | |
126 | 151 | | |
127 | 152 | | |
128 | | - | |
| 153 | + | |
129 | 154 | | |
130 | 155 | | |
131 | 156 | | |
132 | 157 | | |
133 | 158 | | |
134 | 159 | | |
135 | | - | |
| 160 | + | |
136 | 161 | | |
137 | 162 | | |
138 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments