Skip to content

Commit 2554994

Browse files
authored
Merge branch 'main' into dgarnier/configurable-supported-protocol-version
2 parents 1042cb9 + 2d22868 commit 2554994

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)