Used by 1 plugin
Extended integration testing features - service orchestration, parallel testing, deployment, registry
Add to your .mcp.json:
{
"mcpServers": {
"vers-integration": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.js"
],
"env": {
"VERS_API_KEY": "${VERS_API_KEY}",
"VERS_CLUSTER_ID": "${VERS_CLUSTER_ID}",
"VERS_REGISTRY_URL": "${VERS_REGISTRY_URL:-https://registry.vers.sh}"
}
}
}
}Replace placeholder values for: VERS_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeVERS_API_KEY=${VERS_API_KEY}VERS_CLUSTER_ID=${VERS_CLUSTER_ID}VERS_REGISTRY_URL=${VERS_REGISTRY_URL:-https://registry.vers.sh}