Skip to content

Commit 2d22868

Browse files
authored
Fix experimental client capabilities tests (#670)
Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
1 parent e307927 commit 2d22868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-core/src/test/java/io/modelcontextprotocol/client/AbstractMcpAsyncClientTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ void testInitializeWithElicitationCapability() {
673673
@Test
674674
void testInitializeWithAllCapabilities() {
675675
var capabilities = ClientCapabilities.builder()
676-
.experimental(Map.of("feature", "test"))
676+
.experimental(Map.of("feature", Map.of("featureFlag", true)))
677677
.roots(true)
678678
.sampling()
679679
.build();

0 commit comments

Comments
 (0)