feat: Release v5.0.0 with MCP Server and comprehensive documentation#41
feat: Release v5.0.0 with MCP Server and comprehensive documentation#41vscarpenter merged 1 commit intomainfrom
Conversation
Major release adding Model Context Protocol (MCP) server integration and updating all documentation to reflect v5.0.0 features. **New Features:** - MCP Server for AI-powered task management with Claude Desktop - End-to-end encrypted OAuth cloud sync fully documented - GET /api/auth/encryption-salt endpoint for MCP server decryption **Documentation:** - Updated CLAUDE.md with v5.0.0 architecture (Cloud Sync + MCP Server) - Updated README.md with MCP Server features and setup instructions - Updated gsd-task-manager-spec.md to reflect v5.0.0 tech stack - Added MCP_SERVER_SUMMARY.md with implementation details - Added MCP_V0.2_SUMMARY.md with protocol updates - Added gsd-cascade-sync.md with sync protocol documentation - Added packages/ directory with MCP server source code **Cleanup:** - Removed SECURITY-AUDIT-REPORT.md (migrated to issues) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Code Review: v5.0.0 MCP Server IntegrationThis PR introduces a major feature for v5.0.0: an MCP server that enables AI-powered task management through Claude Desktop. Overall, this is a well-architected addition with comprehensive documentation. ✅ Strengths
|
…41) Major release adding Model Context Protocol (MCP) server integration and updating all documentation to reflect v5.0.0 features. **New Features:** - MCP Server for AI-powered task management with Claude Desktop - End-to-end encrypted OAuth cloud sync fully documented - GET /api/auth/encryption-salt endpoint for MCP server decryption **Documentation:** - Updated CLAUDE.md with v5.0.0 architecture (Cloud Sync + MCP Server) - Updated README.md with MCP Server features and setup instructions - Updated gsd-task-manager-spec.md to reflect v5.0.0 tech stack - Added MCP_SERVER_SUMMARY.md with implementation details - Added MCP_V0.2_SUMMARY.md with protocol updates - Added gsd-cascade-sync.md with sync protocol documentation - Added packages/ directory with MCP server source code **Cleanup:** - Removed SECURITY-AUDIT-REPORT.md (migrated to issues) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Summary
Major release adding Model Context Protocol (MCP) server integration and comprehensive documentation updates for v5.0.0.
This PR introduces AI-powered task management capabilities through Claude Desktop integration and documents the complete OAuth cloud sync implementation.
New Features
✨ MCP Server Integration
✨ API Enhancements
/api/auth/encryption-saltendpoint for MCP server decryptionDocumentation Updates
📚 CLAUDE.md
📚 README.md
📚 gsd-task-manager-spec.md
📚 New Documentation Files
MCP_SERVER_SUMMARY.md- Complete MCP implementation detailsMCP_V0.2_SUMMARY.md- Protocol v0.2 updatesgsd-cascade-sync.md- Sync protocol documentation📦 packages/mcp-server/
Version Bump
Cleanup
🗑️ Removed Files
SECURITY-AUDIT-REPORT.md(migrated to issues)Testing
Related Issues
Closes any open documentation issues related to v5.0.0 release.
🤖 Generated with Claude Code