Update time entry
documentedUpdate an existing time entry (time, note, or task assignment) via MCP channel.
MCPno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://my-mcp-server.timecamp-s-a.workers.dev/sse" \
-X GET \
-H "Authorization: Bearer {{TIMECAMP_API_KEY}}" \
-H "Accept: text/event-stream"