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

@ -2,7 +2,7 @@
## Build Commands
- Build project: `cargo build`
- Run STDIN/STDOUT server: `cargo run --bin doc-server`
- Run STDIN/STDOUT server: `cargo run --bin stdio-server`
- Run HTTP/SSE server: `cargo run --bin axum-docs`
- Run tests: `cargo test`
- Run specific test: `cargo test test_name`