1
0

8 Commits

Author SHA1 Message Date
9f9208e160
Integrate ai.card Rust API with ai.gpt MCP and implement daily limit system
### Major Changes:
- **Rust Migration**: Move api-rs to root directory, rename binary to 'aicard'
- **MCP Integration**: Add card tools to ai.gpt MCP server (get_user_cards, draw_card, get_draw_status)
- **Daily Limit System**: Implement 2-day interval card drawing limits in API and iOS
- **iOS Enhancements**: Add DrawStatusView, backup functionality, and limit integration

### Technical Details:
- ai.gpt MCP now has 20 tools including 3 card-related tools
- ServiceClient enhanced with missing card API methods
- iOS app includes daily limit UI and atproto OAuth backup features
- Database migration for last_draw_date field
- Complete feature parity between web and iOS implementations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 10:35:43 +09:00
2e55e6ce09
fix rust 2025-06-08 06:42:03 +09:00
13723cf3d7
fix api web 2025-06-03 22:17:36 +09:00
f337c20096
fix 2025-06-03 13:27:37 +09:00
5b2379716b
fix gpt 2025-06-03 05:00:51 +09:00
6cd8014f80
merge aigpt 2025-06-02 18:24:43 +09:00
6dbe630b9d
fix config 2025-06-02 00:39:26 +09:00
4246f718ef
add claude 2025-06-01 21:39:53 +09:00