Skip to content

Conversation

lucianoayres
Copy link

The MCP client expected command and args as top-level fields in each server definition, but our agent.json incorrectly nested them under config. This caused a KeyError: 'command' when loading tools.

Updated agent.json so that command and args are defined alongside type instead of inside a config block. With this change, tiny-agents can correctly launch the stdio server using npx @playwright/mcp@latest.

…eyError

The MCP client expected `command` and `args` as top-level fields in each server definition, but our agent.json incorrectly nested them under `config`. This caused a KeyError: 'command' when loading tools.

Updated agent.json so that `command` and `args` are defined alongside `type` instead of inside a `config` block. With this change, tiny-agents can correctly launch the stdio server using `npx @playwright/mcp@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