openpencil/desktop
Danila Poyarkov cd4e1a2271 feat(mcp): add stdio transport for Claude Code / Cursor
- Add packages/mcp/src/stdio.ts — proper stdio MCP server that
  connects to the running app via WebSocket
- openpencil-mcp bin now points to stdio entry (was HTTP)
- openpencil-mcp-http bin added for the HTTP server
- Extract registerTools() from server.ts to share between transports
- Move index.ts banner output to stderr (prevents stdout corruption)
- Update Tauri shell spawn to use openpencil-mcp-http
- Update all docs (EN + 6 translations): correct binary names, source
  paths, port number

Fixes #194
2026-04-13 11:51:01 +03:00
..
capabilities feat(mcp): add stdio transport for Claude Code / Cursor 2026-04-13 11:51:01 +03:00
icons Use pencil loader icon as Tauri app icon 2026-03-01 01:37:01 +03:00
src Preserve fig-kiwi version on roundtrip 2026-03-25 06:02:24 +03:00
.gitignore Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
build.rs Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
Cargo.lock Fix ACP shell scope config and surface connection errors 2026-03-15 16:40:23 +03:00
Cargo.toml Add ACP client support for using external coding agents 2026-03-15 16:40:18 +03:00
tauri.conf.json Release v0.11.6 2026-04-08 22:04:22 +03:00