@findtime/mcp-server 3.25.3 → 3.25.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
The package intentionally proxies the production API instead of re-implementing time logic locally. Current time, DST, conversion, overlap, meeting search, and location resolution should stay aligned with the live API.
|
|
6
6
|
|
|
7
|
+
Published surfaces:
|
|
8
|
+
|
|
9
|
+
- npm: `@findtime/mcp-server`
|
|
10
|
+
- GitHub: `https://github.com/hkchao/findtime-mcp-server`
|
|
11
|
+
- Official MCP Registry: `https://registry.modelcontextprotocol.io/?q=io.github.hkchao%2Ffindtime-mcp-server`
|
|
12
|
+
- MCP Registry name: `io.github.hkchao/findtime-mcp-server`
|
|
13
|
+
|
|
7
14
|
## Tool surface
|
|
8
15
|
|
|
9
16
|
- `time_snapshot`
|
|
@@ -150,6 +157,7 @@ This repository is intended to be the canonical public source for `@findtime/mcp
|
|
|
150
157
|
Recommended setup:
|
|
151
158
|
|
|
152
159
|
- keep `@findtime/mcp-server` as the npm package name
|
|
160
|
+
- keep `io.github.hkchao/findtime-mcp-server` as the MCP Registry server name
|
|
153
161
|
- add `repository` and `bugs` metadata after creating the GitHub repo
|
|
154
162
|
- add an `NPM_TOKEN` secret to the GitHub repository
|
|
155
163
|
- publish through GitHub Actions or a maintainer terminal from this repo root
|