mirror of
https://github.com/proffesor-for-testing/agentic-qe.git
synced 2026-09-19 08:45:47 +08:00
10 lines
215 B
TOML
10 lines
215 B
TOML
# Agentic QE MCP Server
|
|
[mcp_servers.agentic-qe]
|
|
type = "stdio"
|
|
command = "npx"
|
|
args = ["-y", "agentic-qe@latest", "mcp"]
|
|
|
|
[mcp_servers.agentic-qe.env]
|
|
AQE_MEMORY_PATH = ".agentic-qe/memory.db"
|
|
AQE_V3_MODE = "true"
|