Files
AITrader/mcp.json
T
henry 4206b93614
Copilot Setup Steps / copilot-setup-steps (push) Failing after 17s
Add Playwright configuration and initial tests for landing page
- Created playwright.config.ts for test configuration
- Added .last-run.json to store test run status
- Implemented landing.test.ts with tests for navbar visibility and navigation
- Removed unused server proxy configuration from vite.config.ts
2026-05-12 22:10:51 +02:00

11 lines
210 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["tsx", "mcp-server/index.ts"],
"env": {},
"description": "Playwright browser automation for AI assistants"
}
}
}