Skip to content

← All questions

My mcp.servers block is ignored when the agent runs with the openai adapter

Asked 5,610 views2 answers

Project yaml has the usual:

yaml
mcp:
  servers:
    playwright: { transport: stdio, command: npx, args: [playwright, mcp, --headless] }

With --adapter claude the planner browses the app and the plan is full of real page names. With --adapter openai against our internal endpoint, the same command produces a plan invented out of the route file. No error, no warning, and the dry run tool list has no browser_* entries at all.

Is the block being read?

asked by Thom Vasseur5,470 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related