From e0c41ccbd1300c980f2ab3e56a706ca8ee19c4a0 Mon Sep 17 00:00:00 2001 From: chernistry Date: Wed, 29 Apr 2026 22:35:15 +0300 Subject: [PATCH] Add Bernstein to Development MCPs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cf2886..74513f7 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ This section highlights useful MCP servers you can add to your Copilot setup to ### Development MCPs +- [Bernstein](https://github.com/sipyourdrink-ltd/bernstein) - Multi-agent orchestrator MCP server. Coordinates 37 CLI coding agents — including GitHub Copilot CLI — running in parallel git worktrees with deterministic Python scheduling, quality gates, and cost tracking. - [Playwright](https://github.com/microsoft/playwright-mcp) - Playwright MCP to automate browser interactions, test web pages and work with Playwright tests. - [Context7](https://github.com/upstash/context7) - Inject version-specific code documentation in your agent session to provide the correct API docs for code generation.