We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a943ad commit ec47728Copy full SHA for ec47728
CLAUDE.md
@@ -29,6 +29,9 @@ This document contains critical information about working with this codebase. Fo
29
- IMPORTANT: The `tests/client/test_client.py` is the most well designed test file. Follow its patterns.
30
- IMPORTANT: Be minimal, and focus on E2E tests: Use the `mcp.client.Client` whenever possible.
31
32
+Test files mirror the source tree: `src/mcp/client/streamable_http.py` → `tests/client/test_streamable_http.py`
33
+Add tests to the existing file for that module.
34
+
35
- For commits fixing bugs or adding features based on user reports add:
36
37
```bash
0 commit comments