We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3b07d commit e4f8f37Copy full SHA for e4f8f37
1 file changed
README.md
@@ -30,8 +30,8 @@ Implementation of MCP server for [Plainly](https://www.plainlyvideos.com/) in No
30
{
31
"servers": {
32
"plainly": {
33
- "command": "npx",
34
- "args": ["-y", "@plainly-videos/mcp-server@latest"],
+ "command": "yarn",
+ "args": ["dlx", "@plainly-videos/mcp-server@latest", "mcp-server"],
35
"env": {
36
"PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
37
}
0 commit comments