Skip to content

feat: add MCP and Playwright config files for enhanced tooling support#16

Merged
iPazooki merged 1 commit into
mainfrom
add-ai
May 4, 2026
Merged

feat: add MCP and Playwright config files for enhanced tooling support#16
iPazooki merged 1 commit into
mainfrom
add-ai

Conversation

@iPazooki

@iPazooki iPazooki commented May 4, 2026

Copy link
Copy Markdown
Owner
  • Added .mcp.json to configure Aspire MCP servers with command and arguments.
  • Introduced .playwright/cli.config.json to define browser launch settings for Playwright (Chromium, Edge channel).

- Added `.mcp.json` to configure Aspire MCP servers with command and arguments.
- Introduced `.playwright/cli.config.json` to define browser launch settings for Playwright (Chromium, Edge channel).
@iPazooki iPazooki merged commit eb22d8c into main May 4, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 41b426015c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"browser": {
"browserName": "chromium",
"launchOptions": {
"channel": "msedge"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove hard dependency on Edge channel in Playwright config

Setting launchOptions.channel to msedge forces playwright-cli to launch the system Edge binary instead of Playwright’s bundled Chromium. On Linux/CI/dev containers where Edge is not installed, browser startup fails immediately, so the new tooling config is unusable out of the box. Prefer leaving channel unset (or making it environment-specific) so default Chromium works everywhere.

Useful? React with 👍 / 👎.

@iPazooki iPazooki deleted the add-ai branch May 4, 2026 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant