tempo-api-mcp 2.0.1 → 2.1.3

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/SKILL.md CHANGED
@@ -163,3 +163,27 @@ tempo_get_timesheet_approval_status(accountId, from: "2026-03-01", to: "2026-03-
163
163
  - `tempo_get_plans` requires both `from` and `to` — no other filter is mandatory
164
164
  - Default pagination limit is 50 for most endpoints; use `offset` + `limit` to page through results
165
165
  - `tempo_delete_worklog` is a hard delete — there is no restore
166
+
167
+ ## Acknowledgement of Terms
168
+
169
+ By using this MCP server, you acknowledge and agree to the following:
170
+
171
+ **1. This server accesses your own Tempo account via Tempo's official API.** Auth happens via your own per-user OAuth/API token, issued by your Tempo/Jira instance. It does not — and cannot — access anyone else's worklogs or your colleagues' time entries.
172
+
173
+ **2. [Tempo's Terms of Use](https://www.tempo.io/terms-of-use) govern your use of this server**. The clauses most relevant here:
174
+
175
+ > Your registration is solely for your personal use, and you shall not authorize others to use your account.
176
+
177
+ And: users must not "automate the use of the Service, such as by using scripts" — *except* via documented APIs (Section 5.3.2(v)). API tokens are the sanctioned automation mechanism — that's what this server uses.
178
+
179
+ You are agreeing to those terms — read by the maintainer 2026-05-23 — every time you invoke a tool in this server.
180
+
181
+ **3. Personal, single-user use only.** This project is not affiliated with, endorsed by, sponsored by, or in partnership with Tempo Software ehf or Atlassian. It is a personal automation tool for one Tempo-licensed user to drive their own worklogs and reports. Do not use it to log time on behalf of colleagues, to bulk-export reports across an org for resale, or to share your token with anyone else.
182
+
183
+ **4. Your token is yours alone.** Tempo issues per-user OAuth/API tokens; **do not commit `TEMPO_API_TOKEN` to git**, do not paste it in shared chats, and rotate it if it's ever exposed.
184
+
185
+ **5. Your employer's policy may add restrictions.** Tempo is typically licensed via Jira to an organization. Your employer may have IT/security/acceptable-use policies that further restrict scripted automation against Jira/Tempo — even when Tempo's own ToU allows it. **Check with your employer's IT/Jira admin** before automating against a corporate Tempo instance.
186
+
187
+ **6. You accept full responsibility** for any consequences of using this server in connection with your Tempo account — rate limiting, token revocation, account warnings, your IT admin emailing you, or any enforcement action. If Tempo or your employer objects to your use, stop using this server.
188
+
189
+ This section is the maintainer's good-faith summary of the terms — it is not legal advice and does not modify or supersede Tempo's actual ToU or your employer's policies.