Skip to content

Commit 1aac3a9

Browse files
committed
fix: detailed install steps with copyable MCP config in site.json
Made-with: Cursor
1 parent d71511c commit 1aac3a9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,15 +1747,15 @@ <h2>Installation</h2>
17471747
<div class="cat-body">
17481748
<ol class="install-steps">
17491749

1750-
<li><span>Clone the repository</span></li>
1750+
<li><span><strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/docker-mcp</code></span></li>
17511751

1752-
<li><span>Open the folder in Cursor IDE</span></li>
1752+
<li><span><strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Docker-Developer-Tools.git</code><br><code>cd Docker-Developer-Tools/mcp-server && npm install && npm run build</code></span></li>
17531753

1754-
<li><span>Install MCP server: <code>cd mcp-server && npm install</code></span></li>
1754+
<li><span><strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{"mcpServers":{"docker":{"command":"npx","args":["-y","@tmhs/docker-mcp"]}}}</code></span></li>
17551755

1756-
<li><span>Configure MCP in your editor settings</span></li>
1756+
<li><span><strong>Prerequisite:</strong> Docker must be installed and running on your machine. Node.js 20+ required.</span></li>
17571757

1758-
<li><span>Start using the AI skills and rules</span></li>
1758+
<li><span>Open any project in Cursor and the 17 skills, 10 rules, and 150 MCP tools are available immediately.</span></li>
17591759

17601760
</ol>
17611761
</div>
@@ -1869,7 +1869,7 @@ <h2>Related Tools</h2>
18691869
</div>
18701870
<div class="footer-divider"></div>
18711871
<div class="footer-meta">
1872-
<span>v1.0.0</span>
1872+
<span>v1.1.0</span>
18731873
<span>&middot;</span>
18741874
<span>CC-BY-NC-ND-4.0</span>
18751875
<span>&middot;</span>

site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"favicon": "assets/logo.png",
77
"ogImage": "assets/logo.png",
88
"installSteps": [
9-
"Clone the repository",
10-
"Open the folder in Cursor IDE",
11-
"Install MCP server: <code>cd mcp-server && npm install</code>",
12-
"Configure MCP in your editor settings",
13-
"Start using the AI skills and rules"
9+
"<strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/docker-mcp</code>",
10+
"<strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Docker-Developer-Tools.git</code><br><code>cd Docker-Developer-Tools/mcp-server && npm install && npm run build</code>",
11+
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"docker\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/docker-mcp\"]}}}</code>",
12+
"<strong>Prerequisite:</strong> Docker must be installed and running on your machine. Node.js 20+ required.",
13+
"Open any project in Cursor and the 17 skills, 10 rules, and 150 MCP tools are available immediately."
1414
],
1515
"links": {
1616
"npm": "https://www.npmjs.com/package/@tmhs/docker-mcp",

0 commit comments

Comments
 (0)