Skip to content

Update sbt, scripted-plugin to 1.11.2

52a4d18
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update sbt, scripted-plugin to 1.11.2 #4

Update sbt, scripted-plugin to 1.11.2
52a4d18
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report for -java-11 succeeded Jun 8, 2025 in 1s

20 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
core/target/test-reports/TEST-chimp.McpHandlerSpec.xml 11βœ… 71ms
core/target/test-reports/TEST-chimp.protocol.ModelSpec.xml 9βœ… 264ms

βœ…Β core/target/test-reports/TEST-chimp.McpHandlerSpec.xml

11 tests were completed in 71ms with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
chimp.McpHandlerSpec 11βœ… 71ms

βœ…Β chimp.McpHandlerSpec

βœ… McpHandler should respond to initialize
βœ… McpHandler should list available tools
βœ… McpHandler should call a tool successfully (echo)
βœ… McpHandler should call a tool successfully (add)
βœ… McpHandler should return an error for unknown tool
βœ… McpHandler should return an error for invalid arguments
βœ… McpHandler should return an error for missing arguments
βœ… McpHandler should return an error for missing tool name
βœ… McpHandler should return an error for tool logic failure
βœ… McpHandler should return an error for unknown method
βœ… McpHandler should handle batch requests with mixed results

βœ…Β core/target/test-reports/TEST-chimp.protocol.ModelSpec.xml

9 tests were completed in 264ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
chimp.protocol.ModelSpec 9βœ… 264ms

βœ…Β chimp.protocol.ModelSpec

βœ… JSONRPCMessage should handle Request messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle Notification messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle Response messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle Error messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle BatchRequest messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle BatchResponse messages according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle both numeric and string request IDs according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle optional parameters according to JSON-RPC 2.0 spec
βœ… JSONRPCMessage should handle all standard JSON-RPC error codes according to spec