This skill utilizes the Model Context Protocol (MCP) to provide the AI agent with a native analyze_lcm_precheck tool, connecting directly to the VMware Cloud Foundation SDDC Manager API.
To use this skill, the OpenClaw agent must run the attached Python MCP server locally.
pip install -r requirements.txt{
"mcpServers": {
"vcf-lcm-analyzer": {
"command": "python",
"args": ["server.py"],
"env": {
"SDDCMANAGER_HOST": "your-sddc-manager-fqdn",
"SDDCMANAGER_API_TOKEN": "your-api-token"
}
}
}
}
共 1 个版本