fix mcp
This commit is contained in:
@@ -126,10 +126,10 @@ RUN cd /opt/webchat && npm install --production && chmod -R 755 /opt/webchat
|
||||
COPY chat_v2 /opt/webchat_v2
|
||||
RUN chmod -R 755 /opt/webchat_v2
|
||||
|
||||
# Copy MCP servers for WordPress validation
|
||||
COPY opencode/mcp-servers /opt/opencode/mcp-servers
|
||||
RUN cd /opt/opencode/mcp-servers/wp-cli-testing && npm install --production && \
|
||||
cd /opt/opencode/mcp-servers/wordpress-validator && npm install --production && \
|
||||
# Copy WordPress validator MCP server only (wp-cli-testing disabled for now)
|
||||
RUN mkdir -p /opt/opencode/mcp-servers
|
||||
COPY opencode/mcp-servers/wordpress-validator /opt/opencode/mcp-servers/wordpress-validator
|
||||
RUN cd /opt/opencode/mcp-servers/wordpress-validator && npm install --production && \
|
||||
chmod -R 755 /opt/opencode/mcp-servers
|
||||
|
||||
# Copy validation script
|
||||
|
||||
Reference in New Issue
Block a user