Release v0.1.3 #10
Annotations
4 errors
|
Test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
tests/integration/cli.test.ts#L213
Expected: 1
Received: 0
at <anonymous> (/home/runner/work/mcp-cli/mcp-cli/tests/integration/cli.test.ts:213:31)
|
|
error: expect(received).toBe(expected):
tests/integration/cli.test.ts#L206
Expected: "read_file"
Received: undefined
at <anonymous> (/home/runner/work/mcp-cli/mcp-cli/tests/integration/cli.test.ts:206:27)
|
|
error: expect(received).toContain(expected):
tests/integration/cli.test.ts#L194
Expected to contain: "Tool:"
Received: "MCP error -32602: Input validation error: Invalid arguments for tool read_file: [\n {\n \"expected\": \"string\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"path\"\n ],\n \"message\": \"Invalid input: expected string, received undefined\"\n }\n]\n"
at <anonymous> (/home/runner/work/mcp-cli/mcp-cli/tests/integration/cli.test.ts:194:29)
|