MCP Server
MCP
io.github.Wopee-io/wopee-mcp
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "wopee-mcp",
"version": "1.30.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Wopee.io API key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WOPEE_API_KEY"
},
{
"description": "UUID of the Wopee.io project to work with",
"format": "string",
"name": "WOPEE_PROJECT_UUID"
},
{
"description": "Wopee.io API base URL (defaults to https://api.wopee.io)",
"format": "string",
"name": "WOPEE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment