jihongboo/dsh-apple-mode1

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 处于运行状态,并通过脚本生成本地技能。

패키지
dsh-apple-mode
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jihongboo/dsh-apple-mode

Usage

  1. Restart dsh (or just open a new session — the preset can only be selected on a blank session).
  2. Pick Apple Mode as the agent preset when creating the session.
  3. 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:

  1. Xcode must be running with the project/workspace you want to work on opened in it.
  2. 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.