3
3TG Test Generation
3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.
Share:
About
3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install 3TG Test Generation
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"3tg-test-generation": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3tg-test-generation"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"3tg-test-generation": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3tg-test-generation"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"3tg-test-generation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3tg-test-generation"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.