Skip to content

Commit f06b507

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,15 +1511,15 @@ <h2>Installation</h2>
15111511
<div class="cat-body">
15121512
<ol class="install-steps">
15131513

1514-
<li><span>Clone the repository: <code>git clone https://github.com/TMHSDigital/Mobile-App-Developer-Tools.git</code></span></li>
1514+
<li><span><strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/mobile-mcp</code></span></li>
15151515

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

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

1520-
<li><span>Configure MCP in your editor settings</span></li>
1520+
<li><span><strong>Prerequisites:</strong> Node.js 20+. For React Native/Expo: install <code>expo-cli</code>. For Flutter: install the Flutter SDK. The MCP tools detect your environment automatically.</span></li>
15211521

1522-
<li><span>Start using the 43 AI skills and 36 MCP tools</span></li>
1522+
<li><span>Open your mobile project in Cursor. All 43 skills, 12 rules, and 36 MCP tools are available immediately - from scaffolding to app store submission.</span></li>
15231523

15241524
</ol>
15251525
</div>

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: <code>git clone https://github.com/TMHSDigital/Mobile-App-Developer-Tools.git</code>",
10-
"Open the folder in <strong>Cursor IDE</strong>",
11-
"Install MCP server: <code>cd mcp-server && npm install</code>",
12-
"Configure MCP in your editor settings",
13-
"Start using the 43 AI skills and 36 MCP tools"
9+
"<strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/mobile-mcp</code>",
10+
"<strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Mobile-App-Developer-Tools.git</code><br><code>cd Mobile-App-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\":{\"mobile\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/mobile-mcp\"]}}}</code>",
12+
"<strong>Prerequisites:</strong> Node.js 20+. For React Native/Expo: install <code>expo-cli</code>. For Flutter: install the Flutter SDK. The MCP tools detect your environment automatically.",
13+
"Open your mobile project in Cursor. All 43 skills, 12 rules, and 36 MCP tools are available immediately - from scaffolding to app store submission."
1414
],
1515
"links": {
1616
"npm": "https://www.npmjs.com/package/@tmhs/mobile-mcp",

0 commit comments

Comments
 (0)