-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.08 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "docker-developer-tools",
"displayName": "Docker Developer Tools",
"version": "1.3.5",
"description": "Docker and container workflows for Cursor, Claude Code, and MCP-compatible editors - 17 skills, 10 rules, and 150 MCP tools for building, debugging, optimizing, and managing Docker containers, images, networks, and volumes. Includes a companion MCP server (docker-mcp) for live Docker CLI integration.",
"author": {
"name": "TMHSDigital",
"url": "https://github.com/TMHSDigital"
},
"homepage": "https://github.com/TMHSDigital/Docker-Developer-Tools",
"repository": "https://github.com/TMHSDigital/Docker-Developer-Tools",
"license": "CC-BY-NC-ND-4.0",
"keywords": [
"docker",
"containers",
"dockerfile",
"docker-compose",
"devops",
"images",
"volumes",
"networking",
"security",
"ci-cd",
"registry",
"debugging",
"optimization",
"mcp"
],
"category": "developer-tools",
"tags": [
"docker",
"containers",
"devops"
],
"logo": "assets/logo.png",
"skills": "./skills/",
"rules": "./rules/"
}