cursor-mcp-desktop-ghost
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^9.2.12
commits
Update README.md with installation and development instructions; modify App.tsx for conditional rendering; update pnpm-lock.yaml with new dependencies and versions.
a54c53dView on GitHubUpdate .gitignore to streamline ignored files and remove specific paths for node_modules and dist directories.
9d914afView on GitHubAdjust Dock icon for macOS and modify tray icon path for consistency.
52b26d3View on GitHubMerge branch 'main' of github.com:Takatoo-1/cursor-mcp-desktop-reminder
1be9654View on GitHubAdd task deletion functionality in electron-reminder. Implement API endpoint to delete tasks, including cancellation of scheduled jobs. Update UI to allow task deletion with confirmation prompt and refresh task list upon successful deletion.
6d35d2cView on GitHubRefactor task status handling in electron-reminder to simplify logic and improve clarity. Remove unused status properties and enhance time validation in API. Update UI to reflect accurate task statuses. Adjust API schema description for time format in mcp-server-reminder.
c362ad8View on GitHubImplement task persistence in electron-reminder by adding file storage for tasks. Enhance task management with loading and saving functionality, including support for repeated tasks. Update API responses and UI to reflect task status accurately. Modify mcp-server-reminder to clarify time format in API schema and adjust package entry point.
e7c752aView on GitHubRefactor reminder server and update .gitignore. Added daily notification endpoint in electron-reminder, removed mcp-server-ghost files.
df2c4a8View on GitHub