@heznpc/imcp
Advanced tools
+1
-1
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
| name: "imcp", | ||
| version: "0.7.1", | ||
| version: "0.8.0", | ||
| }); | ||
@@ -29,0 +29,0 @@ // Apple Apps |
+2
-1
| { | ||
| "name": "@heznpc/imcp", | ||
| "version": "0.7.1", | ||
| "version": "0.8.0", | ||
| "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.", | ||
@@ -59,2 +59,3 @@ "keywords": [ | ||
| "swift-build": "cd swift && swift build -c release", | ||
| "app-build": "cd app && swift build -c release", | ||
| "clean": "rm -rf dist", | ||
@@ -61,0 +62,0 @@ "dev": "tsx src/index.ts", |
+13
-1
@@ -16,3 +16,4 @@ # iMcp | ||
| - **Apple Intelligence** — 온디바이스 요약, 재작성, 교정 (macOS 26+) | ||
| - **원클릭 셋업** — `setup_permissions` 도구로 모든 macOS 권한을 한번에 요청 | ||
| - **네이티브 메뉴바 앱** — SwiftUI 컴패니언 앱으로 상태 모니터링, 권한 설정, 설정 복사 | ||
| - **원클릭 셋업** — `setup_permissions` 도구 또는 메뉴바 앱으로 모든 macOS 권한을 한번에 요청 | ||
| - **stdio 전송** — 안전한 로컬 통신, 네트워크 노출 없음 | ||
@@ -53,2 +54,13 @@ - **Safety Annotations** — 모든 도구에 readOnly/destructive 힌트 적용 | ||
| ### 메뉴바 앱 (선택) | ||
| 서버 상태 모니터링과 권한 설정을 위한 네이티브 SwiftUI 컴패니언 앱. | ||
| ```bash | ||
| cd app && swift build -c release | ||
| # 바이너리: app/.build/release/iMcpApp | ||
| ``` | ||
| 기능: 서버 상태 표시, 원클릭 권한 설정, Claude 설정 클립보드 복사. | ||
| ## 도구 | ||
@@ -55,0 +67,0 @@ |
+13
-1
@@ -16,3 +16,4 @@ # iMcp | ||
| - **Apple Intelligence** — on-device summarization, rewriting, proofreading (macOS 26+) | ||
| - **One-click setup** — `setup_permissions` tool triggers all macOS permission prompts at once | ||
| - **Native menubar app** — SwiftUI companion app for status monitoring, permission setup, config copy | ||
| - **One-click setup** — `setup_permissions` tool or menubar app triggers all macOS permission prompts at once | ||
| - **stdio transport** — secure local communication, no network exposure | ||
@@ -53,2 +54,13 @@ - **Safety annotations** — every tool tagged with readOnly/destructive hints | ||
| ### Menubar App (Optional) | ||
| A native SwiftUI companion app for server status monitoring and permission setup. | ||
| ```bash | ||
| cd app && swift build -c release | ||
| # Binary: app/.build/release/iMcpApp | ||
| ``` | ||
| Features: server status indicator, one-click permission setup, copy Claude config to clipboard. | ||
| ## Tools | ||
@@ -55,0 +67,0 @@ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
376378
0.24%355
3.5%