Skip to content

feat(cli): add MCP server for coding agent integration #119

feat(cli): add MCP server for coding agent integration

feat(cli): add MCP server for coding agent integration #119

Triggered via push April 6, 2026 23:10
Status Failure
Total duration 1m 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: tests/core/rpc/commands.test.ts#L77
Closing curly brace should be on the same line as opening curly brace or on the line after the previous block
build: tests/core/rpc/commands.test.ts#L77
Block must be padded by blank lines
build: tests/core/rpc/commands.test.ts#L77
Statement inside of curly braces should be on next line
build: tests/core/rpc/commands.test.ts#L77
Block must be padded by blank lines
build: tests/core/rpc/commands.test.ts#L52
Unexpected any. Specify a different type
build: tests/core/mcp/server.test.ts#L289
'capturedConfig' is never reassigned. Use 'const' instead
build: tests/core/mcp/init.test.ts#L60
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
build: src/rpc/session.ts#L74
Expected blank line before this statement
build: src/rpc/commands/session.ts#L4
'RpcSession' is defined but never used
build: src/cli/index.tsx#L437
Expected blank line before this statement
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/