-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
34 lines (34 loc) · 1.96 KB
/
site.json
File metadata and controls
34 lines (34 loc) · 1.96 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
{
"accent": "#06b6d4",
"accentLight": "#67e8f9",
"heroGradientFrom": "#0a1117",
"heroGradientTo": "#0d2137",
"favicon": "assets/logo.png",
"ogImage": "assets/logo.png",
"installSteps": [
"<strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/mobile-mcp</code>",
"<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>",
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"mobile\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/mobile-mcp\"]}}}</code>",
"<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.",
"Open your mobile project in Cursor. All 43 skills, 12 rules, and 36 MCP tools are available immediately - from scaffolding to app store submission."
],
"links": {
"npm": "https://www.npmjs.com/package/@tmhs/mobile-mcp",
"github": "https://github.com/TMHSDigital/Mobile-App-Developer-Tools"
},
"quickStart": {
"title": "Get started in seconds",
"command": "npm install -g @tmhs/mobile-mcp"
},
"compatibility": {
"cursor": "0.49+",
"os": ["Windows", "macOS", "Linux"],
"node": "18+",
"claude": "Claude Code compatible"
},
"relatedTools": [
{ "name": "Docker Developer Tools", "url": "https://tmhsdigital.github.io/Docker-Developer-Tools/", "description": "Container management and Dockerfile support" },
{ "name": "Home Lab Developer Tools", "url": "https://tmhsdigital.github.io/Home-Lab-Developer-Tools/", "description": "Home lab and Raspberry Pi workflows" },
{ "name": "Developer Tools Directory", "url": "https://tmhsdigital.github.io/Developer-Tools-Directory/", "description": "Browse all TMHSDigital developer tools" }
]
}