@bschauer/webtools-mcp-server
Version:
MCP server providing web analysis tools including screenshot, debug, performance, security, accessibility, SEO, and asset optimization capabilities
27 lines • 805 B
JSON
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(grep:*)",
"Bash(export IGNORE_SSL_ERRORS=true)",
"Bash(echo:*)",
"Bash(node:*)",
"Bash(IGNORE_SSL_ERRORS=true node -e \"\nimport(''./src/config/constants.js'').then(module => {\n console.log(''SSL_CONFIG mit IGNORE_SSL_ERRORS=true:'', module.SSL_CONFIG);\n}).catch(err => console.error(''Error:'', err));\n\")",
"Bash(rg:*)",
"Bash(git add:*)",
"Bash(npm install)",
"Bash(npm start)",
"WebFetch(domain:modelcontextprotocol.io)",
"mcp__webtools__webtool_readpage",
"mcp__webtools__webtool_gethtml",
"Bash(timeout 3s npm start)",
"Bash(true)",
"Bash(npm view:*)"
],
"deny": []
},
"enabledMcpjsonServers": [
"typo3",
"webtools"
]
}