Update CHANGELOG.md for v1.2.1 release #24
Annotations
2 errors
build
Process completed with exit code 1.
|
test/unit/commands/mcp.test.ts > MCP Command > should get auth, create client, and start FastMCP server on success:
test/unit/commands/mcp.test.ts#L62
AssertionError: expected "FastMCP" to be called with arguments: [ { name: 'slack-tools-mcp', …(1) } ]
Received:
1st FastMCP call:
[
{
"name": "slack-tools-mcp",
- "version": "1.2.0",
+ "version": "1.2.1",
},
]
Number of calls: 1
❯ test/unit/commands/mcp.test.ts:62:21
|