dsh-apple-mode
Xcode AI integration for DeepSeek Harness: 26 Xcode MCP tools (mcpbridge), Apple platform skills, Xcode Intelligence-style persona. Agent preset + global MCP bundle.
AI 分析
核心用途是为苹果生态开发者提供 AI 辅助编程。适合在 macOS 上使用 Xcode 开发 iOS/macOS 应用的用户。需要 Xcode 处于运行状态,并通过脚本生成本地技能。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jihongboo/dsh-apple-modeドキュメント
README 全文を読む ↗Usage
- Restart
dsh(or just open a new session — the preset can only be selected on a blank session). - Pick Apple Mode as the agent preset when creating the session.
- The session now has:
mcp__xcode__*tools — operate the open Xcode workspace:XcodeRead/Write/Update/MV/RM,XcodeGlob/Grep/LS,UpdateTargetBuildSetting/UpdateFileCompilerFlags,XcodeListNavigatorIssues, scheme/run-destination/test-plan switching,XcodeNewTarget,StringCatalogRead/Edit, …- All Apple platform skills (lazy-loaded on demand).
- An Apple-first, tool-assisted working style.
Before using the
mcp__xcode__*tools:
- Xcode must be running with the project/workspace you want to work on opened in it.
- On first connection, Xcode shows an MCP access dialog — click Allow (允许). Until you do, tool calls will be rejected.
Build/run/test still happen from the terminal (xcodebuild, pipe through xcsift for structured output); the MCP toolset covers project surgery, build settings, diagnostics, destinations, and localization.