@togglhq/mcp 1.5.41 → 1.5.43
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
|
@@ -34612,10 +34612,11 @@ async function getProfitabilityReport(httpClient, workspace_id, data, response_f
|
|
|
34612
34612
|
})
|
|
34613
34613
|
}).json();
|
|
34614
34614
|
}
|
|
34615
|
-
async function getFlexqData(httpClient, workspace_id, data, { response_format, include_dicts = false } = {}, signal) {
|
|
34615
|
+
async function getFlexqData(httpClient, workspace_id, data, { response_format, include_dicts = false, xTogglReportExport } = {}, signal) {
|
|
34616
34616
|
return await httpClient.post(`reports/workspaces/${workspace_id}/query`, {
|
|
34617
34617
|
signal,
|
|
34618
34618
|
json: data,
|
|
34619
|
+
headers: { "X-Toggl-Report-Export": xTogglReportExport },
|
|
34619
34620
|
searchParams: buildSearchParams$3({
|
|
34620
34621
|
response_format,
|
|
34621
34622
|
include_dicts
|
|
@@ -45691,7 +45692,7 @@ import_main.default.config({
|
|
|
45691
45692
|
quiet: true,
|
|
45692
45693
|
ignore: ["MISSING_ENV_FILE"]
|
|
45693
45694
|
});
|
|
45694
|
-
const packageVersion = "1.5.
|
|
45695
|
+
const packageVersion = "1.5.43";
|
|
45695
45696
|
function resolvePublicUrls() {
|
|
45696
45697
|
return {
|
|
45697
45698
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45756,4 +45757,4 @@ function bootstrapServer(options = {}) {
|
|
|
45756
45757
|
//#endregion
|
|
45757
45758
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45758
45759
|
|
|
45759
|
-
//# sourceMappingURL=src-
|
|
45760
|
+
//# sourceMappingURL=src-C2SieLcq.js.map
|