@togglhq/mcp 1.5.27 → 1.5.28
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/build/cli.js
CHANGED
package/build/index.js
CHANGED
|
@@ -45212,7 +45212,7 @@ import_main.default.config({
|
|
|
45212
45212
|
quiet: true,
|
|
45213
45213
|
ignore: ["MISSING_ENV_FILE"]
|
|
45214
45214
|
});
|
|
45215
|
-
const packageVersion = "1.5.
|
|
45215
|
+
const packageVersion = "1.5.28";
|
|
45216
45216
|
function resolvePublicUrls() {
|
|
45217
45217
|
return {
|
|
45218
45218
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45277,4 +45277,4 @@ function bootstrapServer(options = {}) {
|
|
|
45277
45277
|
//#endregion
|
|
45278
45278
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45279
45279
|
|
|
45280
|
-
//# sourceMappingURL=src-
|
|
45280
|
+
//# sourceMappingURL=src-BhSinfRS.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togglhq/mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.28",
|
|
4
4
|
"description": "Toggl 2.0 MCP server for Claude Code, Claude Desktop, and other MCP clients.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@toggl/operations": "workspace:^",
|
|
58
58
|
"@types/node": "22.19.11",
|
|
59
59
|
"tsdown": "0.21.8",
|
|
60
|
-
"vitest": "3.2.
|
|
60
|
+
"vitest": "3.2.7"
|
|
61
61
|
},
|
|
62
62
|
"mcpName": "io.github.toggl/toggl-mcp"
|
|
63
63
|
}
|