Update sbt, scripted-plugin to 1.11.5 #34
Merged
GitHub Actions / Test report for -java-11
succeeded
Aug 25, 2025 in 0s
25 passed, 0 failed and 0 skipped
| 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
Loading