Commit 62ece3a
committed
refactor: improve MCP client timeout handling and client tests
- Add separate initializationTimeout configuration parameter distinct from requestTimeout
- Change ping() method to return Void instead of Object for better API clarity
- Refactor tests to consistently use StepVerifier instead of mixing assertion styles
- Rename ServletSse* test classes to HttpSse* for better naming consistency
Signed-off-by: Christian Tzolov <[email protected]>1 parent 29bf4df commit 62ece3a
File tree
4 files changed
+821
-817
lines changed- mcp-spring/mcp-spring-webflux/src/test/java/io/modelcontextprotocol/client
- mcp-test/src/main/java/io/modelcontextprotocol/client
4 files changed
+821
-817
lines changedLines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 48 | | |
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 48 | | |
0 commit comments