feat: add REST HTTP server mode with OpenAPI documentation and Swagger UI

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-10 21:27:13 -03:00
parent 741d0f19cc
commit 64789ef48b
5 changed files with 688 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
- `modes/info.rs` - Show detailed item information
- `modes/diff.rs` - Compare two items
- `modes/status.rs` - Show system status and capabilities
- `modes/server.rs` - REST HTTP server mode with OpenAPI documentation
- `modes/common.rs` - Shared utilities for all modes
### Database Module