Open MCP SSE stream
documentedEstablishes a server-sent events connection to the MCP server for TimeCamp integrations (requires an API token).
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 "Accept: text/event-stream" \
-H "Authorization: Bearer {{TIMECAMP_MCP_TOKEN}}"