Skip to content

Conversation

toffguy77
Copy link

Replaced non-functional snippet using nested config with npx @playwright/mcp@latest (ignored by tiny-agents because command was not at server root) with a working stdio server definition:

{
"type": "stdio",
"command": "npm",
"args": ["exec", "-y", "@playwright/mcp@0.0.33"]
}

Changes:

Flattened server fields (command / args at top level under servers[] item) Pin explicit version @playwright/mcp@0.0.33 for reproducibility Restores server startup and tool discovery during agent initialization

Replaced non-functional snippet using nested config with npx @playwright/mcp@latest (ignored by tiny-agents because command was not at server root) with a working stdio server definition:

{
"type": "stdio",
"command": "npm",
"args": ["exec", "-y", "@playwright/mcp@0.0.33"]
}

Changes:

Flattened server fields (command / args at top level under servers[] item)
Pin explicit version @playwright/mcp@0.0.33 for reproducibility
Restores server startup and tool discovery during agent initialization
confirmed with versions "0.0.33" and "latest"
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