Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jacepark12/ticktick-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Willian-wang/ticktick-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 20, 2025

  1. Add task monitoring feature with completed task tracking

    - Add task_monitor.py with TaskMonitor and TaskDatabase classes
    - Implement background monitoring thread with configurable check interval
    - Add SQLite database for storing task history (current, completed, deleted)
    - Add three new MCP tools:
      * get_completed_tasks: Query completed tasks with time/project filtering
      * get_task_statistics: Get task completion analytics
      * trigger_task_check: Manually trigger monitoring check
    - Update server.py to initialize and start TaskMonitor on startup
    - Add CONFIG.md with detailed configuration guide
    - Update README.md with feature documentation and examples
    - Monitor detects task completions by comparing snapshots and verifying status
    Willian-wang committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    fe692cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9048391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f0362b View commit details
    Browse the repository at this point in the history
Loading