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

@@ -5,5 +5,6 @@ pub mod get;
pub mod info;
pub mod list;
pub mod save;
pub mod server;
pub mod status;
pub mod update;