Skip to content

Conversation

@seaniedan-flwls
Copy link

Summary

Documentation updates following the merged .env auto-loading feature.

Changes

1. Updated Step 2 (Get OAuth2 Access Token)

Now shows the recommended approach of creating a .env file:

TICKTICK_CLIENT_ID=your_client_id
TICKTICK_CLIENT_SECRET=your_client_secret

Then simply running ticktick-sdk auth - the CLI now auto-loads the .env file.

2. Added Codex CLI Instructions

Added configuration instructions for OpenAI Codex CLI, which also supports MCP servers:

codex mcp add ticktick \
  --env TICKTICK_CLIENT_ID=your_client_id \
  ...
  -- ticktick-sdk

This sits alongside the existing Claude Code and Claude Desktop instructions.

Why

  • The .env approach is cleaner than inline environment variables
  • Codex CLI is gaining popularity and has full MCP support
  • Both changes make the SDK more accessible to users

- Updated Step 2 to show .env file approach (now auto-loaded by CLI)
- Added Codex CLI configuration instructions alongside Claude
@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants