Skip to content

Commit a9449be

Browse files
devcrocodCopilot
andauthored
Update src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server/StreamableHttpServerTransport.kt
Co-authored-by: Copilot <[email protected]>
1 parent 9613cd3 commit a9449be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server/StreamableHttpServerTransport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ public class StreamableHttpServerTransport(
450450
id = null,
451451
error = JSONRPCError(
452452
code = ErrorCode.Defined.InvalidRequest,
453-
message = "Invalid Request: Server already initialized"
453+
message = "Invalid Request: unable to parse JSON body"
454454
)
455455
)
456456
)

0 commit comments

Comments
 (0)