From adfc8f49358a5b0f1572a2142c22a2378bb4c488 Mon Sep 17 00:00:00 2001 From: chema Date: Sun, 29 Jun 2025 18:33:54 +0200 Subject: [PATCH] Update CLAUDE.md to include a new section on transport format for API requests - Added a "Memories" section to document the retention of the current transport format for API requests. - Enhanced project documentation for better clarity on API behavior. --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 0633f5d..a65a1e6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -116,3 +116,7 @@ DEBUG=true # debug logging - Test both stdio and SSE modes - Verify Transit format conversions - Check cache behavior and expiration + +## Memories + +- Keep the current transport format for the current API requests \ No newline at end of file