@ai-support-agent/cli 0.0.14-beta.0 → 0.0.14-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docker/Dockerfile +2 -2
- package/package.json +1 -1
package/docker/Dockerfile
CHANGED
|
@@ -95,9 +95,9 @@ RUN ARCH=$(dpkg --print-architecture) \
|
|
|
95
95
|
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/usr/local \
|
|
96
96
|
&& code-server --version
|
|
97
97
|
|
|
98
|
-
# Claude Code CLI + AI Support Agent CLI
|
|
98
|
+
# Claude Code CLI + AI Support Agent CLI + Backlog MCP Server
|
|
99
99
|
ARG AGENT_VERSION=latest
|
|
100
|
-
RUN npm install -g @anthropic-ai/claude-code @ai-support-agent/cli@${AGENT_VERSION} \
|
|
100
|
+
RUN npm install -g @anthropic-ai/claude-code @ai-support-agent/cli@${AGENT_VERSION} backlog-mcp-server \
|
|
101
101
|
&& npm cache clean --force
|
|
102
102
|
|
|
103
103
|
WORKDIR /workspace
|