Rename doc server to stdio server

This commit is contained in:
Danielle Jenkins 2025-03-12 14:52:36 -07:00
parent 12b077b7be
commit 03cb33ba7b
7 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ The server consists of several key components:
- Implements caching to avoid redundant API requests
2. **Transport Implementations**:
- STDIN/STDOUT server (`src/bin/doc_server.rs`)
- STDIN/STDOUT server (`src/bin/stdio_server.rs`)
- HTTP/SSE server (`src/bin/axum_docs.rs`)
3. **Utilities**: