Skip to content

Update sbt, scripted-plugin to 1.11.5

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

Update sbt, scripted-plugin to 1.11.5 #34

Update sbt, scripted-plugin to 1.11.5
e4e5f11
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report for -java-11 succeeded Aug 25, 2025 in 0s

25 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
core/target/test-reports/TEST-chimp.McpHandlerSpec.xml 16βœ… 96ms
core/target/test-reports/TEST-chimp.protocol.ModelSpec.xml 9βœ… 249ms

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

16 tests were completed in 96ms with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
chimp.McpHandlerSpec 16βœ… 96ms

βœ…Β 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 accept notifications
βœ… 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
βœ… McpHandler should call a tool with a header and receive the header's value in the response
βœ… McpHandler should call a tool with a header and receive multiple header's values in the response
βœ… McpHandler should call a tool without a header value and receive 'no header' in the response
βœ… McpHandler should handle batch requests with mixed headers

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

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

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

βœ…Β 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