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
Enter your environment vars as described in the [configuration section](#configuration).
195
194
196
-
**4. Create or update marketplace.json:**
197
-
`~/.agents/plugins/marketplace.json`
198
-
199
-
```json
200
-
{
201
-
"name": "my-data-cloud-google-marketplace",
202
-
"interface": {
203
-
"displayName": "Google Data Cloud Skills"
204
-
},
205
-
"plugins": [
206
-
{
207
-
"name": "cloud-sql-postgresql",
208
-
"source": {
209
-
"source": "local",
210
-
"path": "./plugins/cloud-sql-postgresql"
211
-
},
212
-
"policy": {
213
-
"installation": "AVAILABLE",
214
-
"authentication": "ON_INSTALL"
215
-
},
216
-
"category": "Database"
217
-
}
218
-
]
219
-
}
195
+
**4. (Optional) Update the marketplace:**
196
+
```sh
197
+
codex plugin marketplace upgrade data-agent-kit
220
198
```
221
199
222
-
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
223
-
224
200
</details>
225
201
226
202
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
@@ -283,4 +259,4 @@ Common issues:
283
259
- "failed to find default credentials: google: could not find default credentials.": Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment. See [Set up Application Default Credentials](https://cloud.google.com/docs/authentication/external/set-up-adc) for more information.
284
260
- "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
285
261
- "✖ MCP ERROR: Error: spawn .../toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using the latest version of your agent.
286
-
- "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://mcp-toolbox.dev/documentation/introduction/#install-toolbox) for more information.
262
+
- "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://mcp-toolbox.dev/documentation/introduction/#install-toolbox) for more information.
0 commit comments