Skip to content

burakkaygusuz/awesome-sdet

v1.3.1MIT

Enterprise SDET Agent Plugin & MCP Server featuring deterministic AST test verification and policy-bounded repair.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

sdet-mcpstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/servers/dist/index.js",
    "--stdio"
  ]
}
sdet-mcp-httpstreamable-http
{
  "type": "streamable-http",
  "url": "http://127.0.0.1:3000/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "awesome-sdet",
  "version": "1.3.1",
  "description": "Enterprise SDET Agent Plugin & MCP Server featuring deterministic AST test verification and policy-bounded repair.",
  "author": {
    "name": "Burak Kaygusuz",
    "url": "https://github.com/burakkaygusuz"
  },
  "license": "MIT",
  "repository": "https://github.com/burakkaygusuz/awesome-sdet",
  "keywords": [
    "sdet",
    "test-automation",
    "e2e-testing",
    "selenium",
    "cypress",
    "vibium",
    "appium",
    "mcp",
    "agent-plugin"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub