Skip to content

Commit e4f8f37

Browse files
committed
Update readme
1 parent ba3b07d commit e4f8f37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Implementation of MCP server for [Plainly](https://www.plainlyvideos.com/) in No
3030
{
3131
"servers": {
3232
"plainly": {
33-
"command": "npx",
34-
"args": ["-y", "@plainly-videos/mcp-server@latest"],
33+
"command": "yarn",
34+
"args": ["dlx", "@plainly-videos/mcp-server@latest", "mcp-server"],
3535
"env": {
3636
"PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
3737
}

0 commit comments

Comments
 (0)