Rename doc server to stdio server
This commit is contained in:
parent
12b077b7be
commit
03cb33ba7b
7 changed files with 8 additions and 8 deletions
|
@ -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**:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue