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

@ -48,8 +48,8 @@ path = "src/bin/cratedocs.rs"
# Keep existing binaries for backward compatibility
[[bin]]
name = "doc-server"
path = "src/bin/doc_server.rs"
name = "stdio-server"
path = "src/bin/stdio_server.rs"
[[bin]]
name = "http-sse-server"