@heznpc/imcp 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ko.md CHANGED
@@ -255,6 +255,40 @@ MCP 리소스는 Apple 앱의 실시간 데이터를 URI로 제공합니다.
255
255
  - **idea-to-task** — 아이디어 → 태스크 분해 → Reminders + Calendar 타임 블록
256
256
  - **build-log** — 빌드 결과 분석, 에러 로그 또는 Music으로 성공 축하
257
257
 
258
+ ## Developer Agent Pipeline
259
+
260
+ iMcp의 개발자 프롬프트는 Apple 앱들을 자율 에이전트 워크플로우로 연결합니다. 각 프롬프트는 여러 모듈의 도구를 오케스트레이션하여 — AI가 실제 파일시스템, Notes, Calendar, Reminders를 읽어 컨텍스트를 구성하고, 구조화된 결과를 기록합니다.
261
+
262
+ ```
263
+ ┌─────────────────────────────────────────────────────────────────┐
264
+ │ dev-session │
265
+ │ Finder (스캔) → Notes (스펙) → Safari (문서) → Notes (로그) │
266
+ └─────────────────────────────────────────────────────────────────┘
267
+
268
+ ┌─────────────────────────────────────────────────────────────────┐
269
+ │ debug-loop │
270
+ │ Safari (JS 에러) → Clipboard → Finder (위치 특정) → │
271
+ │ Notes (버그 로그) → Reminders (Fix 태스크) │
272
+ └─────────────────────────────────────────────────────────────────┘
273
+
274
+ ┌─────────────────────────────────────────────────────────────────┐
275
+ │ idea-to-task │
276
+ │ Notes (아이디어) → AI (분해) → Reminders (태스크) → │
277
+ │ Calendar (타임 블록) │
278
+ └─────────────────────────────────────────────────────────────────┘
279
+
280
+ ┌─────────────────────────────────────────────────────────────────┐
281
+ │ build-log │
282
+ │ Finder (아웃풋) → Clipboard (로그) → │
283
+ │ ┌ 실패 → Notes (에러 로그) → Reminders (Fix 태스크) │
284
+ │ └ 성공 → Notification → Music (축하) → Notes (성공 로그) │
285
+ └─────────────────────────────────────────────────────────────────┘
286
+ ```
287
+
288
+ AI 코딩 에이전트(Claude Code, Cursor, Copilot)가 MCP 프롬프트로 호출하도록 설계되어 Mac을 컨텍스트 인식 개발 환경으로 전환합니다.
289
+
290
+ > 데모 영상 준비 중
291
+
258
292
  ## 설정
259
293
 
260
294
  | 환경 변수 | 기본값 | 설명 |
package/README.md CHANGED
@@ -255,6 +255,40 @@ MCP Resources expose live data from Apple apps as URIs.
255
255
  - **idea-to-task** — Break idea into tasks → Reminders + Calendar time blocks
256
256
  - **build-log** — Analyze build output, log errors or celebrate success with Music
257
257
 
258
+ ## Developer Agent Pipeline
259
+
260
+ iMcp's developer prompts chain Apple apps into autonomous agent workflows. Each prompt orchestrates multiple tools across modules — the AI reads your actual filesystem, Notes, Calendar, and Reminders to build real context, then writes back structured results.
261
+
262
+ ```
263
+ ┌─────────────────────────────────────────────────────────────────┐
264
+ │ dev-session │
265
+ │ Finder (scan) → Notes (specs) → Safari (docs) → Notes (log) │
266
+ └─────────────────────────────────────────────────────────────────┘
267
+
268
+ ┌─────────────────────────────────────────────────────────────────┐
269
+ │ debug-loop │
270
+ │ Safari (JS errors) → Clipboard → Finder (locate) → │
271
+ │ Notes (bug log) → Reminders (fix task) │
272
+ └─────────────────────────────────────────────────────────────────┘
273
+
274
+ ┌─────────────────────────────────────────────────────────────────┐
275
+ │ idea-to-task │
276
+ │ Notes (capture) → AI (decompose) → Reminders (tasks) → │
277
+ │ Calendar (time blocks) │
278
+ └─────────────────────────────────────────────────────────────────┘
279
+
280
+ ┌─────────────────────────────────────────────────────────────────┐
281
+ │ build-log │
282
+ │ Finder (output) → Clipboard (log) → │
283
+ │ ┌ fail → Notes (error log) → Reminders (fix task) │
284
+ │ └ pass → Notification → Music (celebrate) → Notes (success) │
285
+ └─────────────────────────────────────────────────────────────────┘
286
+ ```
287
+
288
+ These prompts are designed for AI coding agents (Claude Code, Cursor, Copilot) to invoke as MCP prompts — turning your Mac into a context-aware development environment.
289
+
290
+ > Demo video coming soon.
291
+
258
292
  ## Configuration
259
293
 
260
294
  | Environment Variable | Default | Description |
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import { parseConfig } from "./shared/config.js";
23
23
  const config = parseConfig();
24
24
  const server = new McpServer({
25
25
  name: "imcp",
26
- version: "0.7.0",
26
+ version: "0.7.1",
27
27
  });
28
28
  // Apple Apps
29
29
  registerNoteTools(server, config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heznpc/imcp",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "MCP server for the entire Apple ecosystem — Notes, Reminders, Calendar, Contacts, Mail, Music, Finder, Safari, Photos, Shortcuts, System, and Apple Intelligence. Connect any AI to your Mac.",
5
5
  "keywords": [
6
6
  "mcp",