diff --git a/.devin-plugin/plugin.json b/.devin-plugin/plugin.json index 1418a44..612655c 100644 --- a/.devin-plugin/plugin.json +++ b/.devin-plugin/plugin.json @@ -171,6 +171,7 @@ "./plugins/trellis", "./plugins/unleash", "./plugins/vercel", + "./plugins/webdock", "./plugins/windsor-ai", "./plugins/wolfram", "./plugins/zapier", diff --git a/plugins/webdock/.devin-plugin/plugin.json b/plugins/webdock/.devin-plugin/plugin.json new file mode 100644 index 0000000..568235d --- /dev/null +++ b/plugins/webdock/.devin-plugin/plugin.json @@ -0,0 +1,15 @@ +{ + "name": "webdock", + "displayName": "Webdock", + "description": "Manage Webdock cloud servers, accounts, provisioning, billing, snapshots, monitoring, and other Webdock resources through the official Webdock MCP server.", + "homepage": "https://webdock.io", + "logo": "logo.svg", + "keywords": [ + "Cloud & Infrastructure" + ], + "mcpServers": { + "webdock": { + "url": "https://mcp.webdock.io" + } + } +} diff --git a/plugins/webdock/logo.svg b/plugins/webdock/logo.svg new file mode 100644 index 0000000..c201924 --- /dev/null +++ b/plugins/webdock/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file