Skip to content

Commit 6f5a4f3

Browse files
authored
Enable tools in MCP server Docker run command
1 parent 50e7313 commit 6f5a4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins_pipelines/environments/manager-Head-infra-reference-mcp-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ node('sumaform-cucumber') {
8181

8282
stage('MCP Server') {
8383
sh "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@mlm-ref-head-mcp-server.mgr.suse.de 'zypper install -y docker; systemctl start docker; systemctl enable docker;'"
84-
sh "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@mlm-ref-head-mcp-server.mgr.suse.de 'docker run -d -e UYUNI_MCP_SSL_VERIFY=false -e UYUNI_SERVER=mlm-ref-head-server.mgr.suse.de -e UYUNI_MCP_TRANSPORT=http -e UYUNI_MCP_HOST=0.0.0.0 -e UYUNI_MCP_PORT=443 -e UYUNI_USER=admin -e UYUNI_PASS=admin -p 443:443 ghcr.io/uyuni-project/mcp-server-uyuni:latest'"
84+
sh "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@mlm-ref-head-mcp-server.mgr.suse.de 'docker run -d -e UYUNI_MCP_WRITE_TOOLS_ENABLED=true -e UYUNI_MCP_SSL_VERIFY=false -e UYUNI_SERVER=mlm-ref-head-server.mgr.suse.de -e UYUNI_MCP_TRANSPORT=http -e UYUNI_MCP_HOST=0.0.0.0 -e UYUNI_MCP_PORT=443 -e UYUNI_USER=admin -e UYUNI_PASS=admin -p 443:443 ghcr.io/uyuni-project/mcp-server-uyuni:latest'"
8585
}
8686

8787
stage('Gemini Cli') {

0 commit comments

Comments
 (0)