Skip to content

feat: add make target to install claude-agent-acp#949

Open
Deepak8858 wants to merge 1 commit intocontainers:mainfrom
Deepak8858:fix/issue-947-makefile-target
Open

feat: add make target to install claude-agent-acp#949
Deepak8858 wants to merge 1 commit intocontainers:mainfrom
Deepak8858:fix/issue-947-makefile-target

Conversation

@Deepak8858
Copy link
Copy Markdown

This PR updates the mcpchecker target to also install the claude-agent-acp binary, which is required for some evaluation flows.

Fixes #947

set -e ;\
echo "Installing claude-agent-acp $(CLAUDE_AGENT_ACP_VERSION) to $(CLAUDE_AGENT_ACP)..." ;\
mkdir -p $(shell dirname $(CLAUDE_AGENT_ACP)) ;\
GOBIN=$(shell dirname $(CLAUDE_AGENT_ACP)) go install github.com/mcpchecker/claude-agent-acp/cmd/claude-agent-acp@$(CLAUDE_AGENT_ACP_VERSION) ;\
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the correct claude-agent-acp (and also does not exist).

The real one is here: https://github.com/zed-industries/claude-agent-acp

In the future, if you are using an LLM to help contribute I would recommend double checking the output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add/update make target to install deps for mcpchecker agents

2 participants