MCP Server
MCP
five46
BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "five46",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "LLM provider to use: openai, anthropic, gemini, groq, or bedrock",
"isRequired": true,
"name": "FIVE46_LLM_PROVIDER"
},
{
"description": "Your own API key for the chosen provider (for bedrock, your AWS region instead)",
"isRequired": true,
"isSecret": true,
"name": "FIVE46_LLM_API_KEY"
},
{
"description": "Set to 1 to unlock POST/PUT/PATCH for the five46_api tool (read-only by default)",
"name": "FIVE46_MCP_ALLOW_WRITES"
},
{
"description": "Set to 1 to unlock DELETE (five46_api) and destructive-looking browser clicks (five46_test)",
"name": "FIVE46_MCP_ALLOW_DELETES"
},
{
"description": "Max concurrent scenarios for story mode (default: 2 for five46_test, 3 for five46_api; hard-capped at 5)",
"name": "FIVE46_MCP_CONCURRENCY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment