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

@ -44,7 +44,7 @@ For backward compatibility, you can still use the original binaries:
```bash
# STDIN/STDOUT Mode
cargo run --bin doc-server
cargo run --bin stdio-server
# HTTP/SSE Mode
cargo run --bin axum-docs