You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The details of the MCP server should look like this.
50
+
45
51
```JSON
46
52
"vonage-mcp-server-api-bindings": {
47
53
"type": "stdio",
@@ -60,5 +66,7 @@ The details of the MCP server should look like this.
60
66
}
61
67
```
62
68
63
-
> Right now, we only use a base64 encoded Private Key. I created a tool that will convert the private key file into the encoded string that you can copy and paste. Everything is done in your browser, no inforamtion is sent anywhere: [https://mylight.work/private-key-to-environment-variable](https://mylight.work/private-key-to-environment-variable)
64
-
69
+
> Right now, we only use a base64 encoded Private Key. I created a tool that will convert the
70
+
> private key file into the encoded string that you can copy and paste. Everything is done in your
0 commit comments