Skip to content

v0.1.0-rc.4: fix(config): Zod를 번들에서 제외해 util3 ReferenceError 제거

Latest

Choose a tag to compare

@ohah ohah released this 05 Mar 03:25
· 18 commits to main since this release

v0.1.0-rc.4

콘솔 로깅 개선 및 CI(번들) 수정이 포함된 릴리즈입니다.

설치

npm install -g @ohah/electron-mcp-server
# 또는
npx -y @ohah/electron-mcp-server

변경 사항

  • 콘솔 로깅: Runtime.consoleAPICalled 기반으로 콘솔 메시지 수집 시 인자 객체를 직렬화해 풍부하게 표시
  • CI·번들 수정: Zod를 번들에서 제외(external)해 util3 is not defined ReferenceError 제거. zod를 dependencies로 이동해 npx 설치 시 런타임 의존성 확보

요구 사항

  • Node.js >=24 또는 Bun >=1.0.0
  • Electron 앱은 --remote-debugging-port=9222 필요

v0.1.0-rc.3 대비

  • rc.3: 메인 프로세스 IPC/네트워크 모니터, 콘솔·네트워크 통합·개선
  • rc.4: 콘솔 메시지 풍부한 표시(Runtime.consoleAPICalled), Zod external로 CI·번들 오류 수정