search_dat_docs so your AI tool can search current DAT guides while it works. When your MCP client supports response formats, ask for Markdown output so headings, links, and code blocks stay intact.search_dat_docs for current docs, request Markdown-formatted results when available, and keep the first code change small.You are helping me build a Wearables Device Access Toolkit iOS integration. Assume you know nothing about this project yet. Use these public sources before choosing APIs or editing code: - DAT iOS GitHub repo: https://github.com/facebook/meta-wearables-dat-ios - DAT AI overview: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted/ - iOS integration guide: https://wearables.developer.meta.com/docs/develop/dat/build-integration-ios/ - DAT MCP setup: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted-mcp/ - Wearables MCP endpoint: https://mcp.developer.meta.com/wearables - MCP tool to call: search_dat_docs - Preferred MCP result format: Markdown If DAT guidance or live docs lookup is not installed in this AI tool yet, tell me to install the matching GitHub integration and add the matching MCP config before continuing: - Claude Code plugin: claude plugin marketplace add facebook/meta-wearables-dat-ios claude plugin install mwdat-ios@mwdat-ios-marketplace - Codex plugin: codex plugin marketplace add facebook/meta-wearables-dat-ios codex plugin add mwdat-ios@mwdat-ios-marketplace - Repo-native fallback: curl -sL https://raw.githubusercontent.com/facebook/meta-wearables-dat-ios/main/install-skills.sh | bash -s -- agents - MCP for Claude Code: claude mcp add --transport http wearables https://mcp.developer.meta.com/wearables - MCP for Codex: codex mcp add wearables --url https://mcp.developer.meta.com/wearables Using the Wearables MCP endpoint https://mcp.developer.meta.com/wearables, first call search_dat_docs for current iOS setup, registration, permissions, session lifecycle, MockDeviceKit, and camera guidance. Request Markdown-formatted results if the MCP client exposes an output format option. Inspect this repository and identify the smallest working iOS integration slice for Wearables Device Access Toolkit. Add dependency setup, app registration, `Wearables.configure()`, and connection lifecycle code first, using the existing app structure. Call out any required Info.plist keys, bundle identifier assumptions, and local verification steps. Implement the smallest safe change and run the relevant local checks.
You are helping me build a Wearables Device Access Toolkit Android integration. Assume you know nothing about this project yet. Use these public sources before choosing APIs or editing code: - DAT Android GitHub repo: https://github.com/facebook/meta-wearables-dat-android - DAT AI overview: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted/ - Android integration guide: https://wearables.developer.meta.com/docs/develop/dat/build-integration-android/ - DAT MCP setup: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted-mcp/ - Wearables MCP endpoint: https://mcp.developer.meta.com/wearables - MCP tool to call: search_dat_docs - Preferred MCP result format: Markdown If DAT guidance or live docs lookup is not installed in this AI tool yet, tell me to install the matching GitHub integration and add the matching MCP config before continuing: - Claude Code plugin: claude plugin marketplace add facebook/meta-wearables-dat-android claude plugin install mwdat-android@mwdat-android-marketplace - Codex plugin: codex plugin marketplace add facebook/meta-wearables-dat-android codex plugin add mwdat-android@mwdat-android-marketplace - Repo-native fallback: curl -sL https://raw.githubusercontent.com/facebook/meta-wearables-dat-android/main/install-skills.sh | bash -s -- agents - MCP for Claude Code: claude mcp add --transport http wearables https://mcp.developer.meta.com/wearables - MCP for Codex: codex mcp add wearables --url https://mcp.developer.meta.com/wearables Using the Wearables MCP endpoint https://mcp.developer.meta.com/wearables, first call search_dat_docs for current Android setup, registration, permissions, session lifecycle, MockDeviceKit, and camera guidance. Request Markdown-formatted results if the MCP client exposes an output format option. Inspect this repository and identify the smallest working Android integration slice for Wearables Device Access Toolkit. Add Gradle dependency setup, manifest setup, app registration, `Wearables.initialize(...)`, and connection lifecycle code first, using the existing app structure. Call out any required manifest metadata, permission assumptions, and local verification steps. Implement the smallest safe change and run the relevant local checks.
You are helping me validate Wearables Device Access Toolkit camera or MockDeviceKit behavior. Assume you know nothing about this project yet. Use these public sources before choosing APIs or editing code: - DAT iOS GitHub repo: https://github.com/facebook/meta-wearables-dat-ios - DAT Android GitHub repo: https://github.com/facebook/meta-wearables-dat-android - DAT AI overview: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted/ - iOS integration guide: https://wearables.developer.meta.com/docs/develop/dat/build-integration-ios/ - Android integration guide: https://wearables.developer.meta.com/docs/develop/dat/build-integration-android/ - DAT MCP setup: https://wearables.developer.meta.com/docs/develop/dat/ai-assisted-mcp/ - Wearables MCP endpoint: https://mcp.developer.meta.com/wearables - MCP tool to call: search_dat_docs - Preferred MCP result format: Markdown If DAT guidance or live docs lookup is not installed in this AI tool yet, identify whether this project is iOS or Android, tell me the matching install commands from the DAT GitHub repo, and tell me to add the Wearables MCP server with the command that matches my AI tool: claude mcp add --transport http wearables https://mcp.developer.meta.com/wearables codex mcp add wearables --url https://mcp.developer.meta.com/wearables Using the Wearables MCP endpoint https://mcp.developer.meta.com/wearables, first call search_dat_docs for current MockDeviceKit, camera streaming, permissions, and session lifecycle guidance. Request Markdown-formatted results if the MCP client exposes an output format option. Inspect this repository and add the smallest validation path for DAT camera or Mock Device Kit behavior. Prefer a local test or manual check that does not require physical glasses when possible. Keep the implementation scoped to one platform first, document what is not covered, and run the relevant local checks.
| Tool | Public artifact | Recommended setup |
|---|---|---|
.claude-plugin/marketplace.json + plugin manifests | Add the DAT GitHub repo as a marketplace, then install the DAT plugin | |
Codex | .codex-plugin/plugin.json inside plugins/ | Add the DAT GitHub repo as a marketplace, then add the DAT plugin |
.github/copilot-instructions.md | Auto-loaded by Copilot in VS Code | |
.cursor/rules/*.mdc | Auto-loaded with glob-based triggers | |
AGENTS.md | Portable fallback for tools that read AGENTS.md |
claude plugin marketplace add facebook/meta-wearables-dat-ios claude plugin install mwdat-ios@mwdat-ios-marketplace
codex plugin marketplace add facebook/meta-wearables-dat-ios codex plugin add mwdat-ios@mwdat-ios-marketplace
facebook/meta-wearables-dat-android and mwdat-android@mwdat-android-marketplace../install-skills.sh copilot ./install-skills.sh cursor ./install-skills.sh agents
| Endpoint | Description |
|---|---|
Index of available documentation sections with links | |
Full API reference content in a single document |
?full=true variant returns the complete API reference inline, which is what most AI tools need to write code.MWDATCore — App registration, device discovery, session management, and telemetryMWDATCamera — Camera access, resolution and frame rate selection, and photo captureMWDATMockDevice — Simulated device for testing without physical hardwareAGENTS.md readers. This gives the assistant DAT-specific coding patterns, setup flow, and test guidance.search_dat_docs before choosing SDK APIs. MCP is the live-docs layer; it should complement the GitHub plugin or skills rather than replace them. Request Markdown-formatted results when your MCP client supports response formats.MWDATCore, MWDATCamera, or MWDATMockDevice).