Skip to content

Commit 59b6400

Browse files
committed
fixup! Add MCP conformance test coverage
1 parent f964123 commit 59b6400

File tree

1 file changed

+0
-2
lines changed
  • kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/conformance

1 file changed

+0
-2
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/conformance/ConformanceTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ class ConformanceTest {
3131
"resources-list",
3232
"prompts-list",
3333
// TODO: Fix
34-
// The following scenarios are failing (likely due to us not meeting the latest specification):
3534
// - resources-read-text
3635
// - prompts-get-simple
3736
)
3837

3938
private val CLIENT_SCENARIOS = listOf(
4039
"initialize",
4140
// TODO: Fix
42-
// The following scenarios are failing (likely due to us not meeting the latest specification):
4341
// "tools-call",
4442
)
4543

0 commit comments

Comments
 (0)