feat: add app-server-test-client crate for internal use (#5391)

For app-server development it's been helpful to be able to trigger some
test flows end-to-end and print the JSON-RPC messages sent between
client and server.
This commit is contained in:
Owen Lin
2025-11-14 12:39:58 -08:00
committed by GitHub
parent abb7b79701
commit c3951e505d
7 changed files with 2026 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# App Server Test Client
Exercises simple `codex app-server` flows end-to-end, logging JSON-RPC messages sent between client and server to stdout.