donguri-journal 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. package/README.ja.md +16 -11
  2. package/README.md +17 -11
  3. package/package.json +2 -2
package/README.ja.md CHANGED
@@ -99,21 +99,26 @@ CLI エージェント(Claude Code / Codex)では概ね快適です。
99
99
 
100
100
  ### AI エージェントで導入
101
101
 
102
- エージェントに任せたい場合は、シェルを実行できるエージェント(例: **Claude Code** や
103
- **Codex**)に下を貼り付けてください:
102
+ エージェントに任せたい場合は、シェルを実行でき、自分の MCP クライアントを設定できる
103
+ エージェント(例: **Codex**、**Claude Code**、**Cursor**)に下を貼り付けてください。
104
+ **そのエージェント自身が属するクライアント**を設定するよう、汎用的に書いてあります:
104
105
 
105
106
  ```text
106
- 「donguri-journal」MCP サーバーを入れて。まず実行: npm install -g donguri-journal
107
- そのあと、既存のサーバー設定を保ったまま、command "donguri-journal"(引数なし)で
108
- 私の MCP クライアントに登録して:
109
- - Claude Desktop — 設定 JSON の "mcpServers" の下に追加:
110
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
111
- Windows: %APPDATA%\Claude\claude_desktop_config.json
112
- - Claude Code — 実行: claude mcp add donguri-journal -- donguri-journal
113
- そのあとクライアントを完全に再起動するよう私に伝えて、短いテストメモを capture して
114
- recall し動作確認して。
107
+ 「donguri-journal」MCP サーバーをセットアップして、私が使っている MCP クライアントに登録して。
108
+ 設定するのは**今あなたがいる(=私が使っている)このクライアント自身**の MCP 設定だけにして、
109
+ 他のアプリの設定ファイルは読んだり書き換えたりしないで。
110
+
111
+ 1. インストール: npm install -g donguri-journal
112
+ 2. このクライアントが通常使う方法(設定ファイル or CLI)で、ローカル(stdio)の MCP サーバー
113
+ "donguri-journal" を追加:
114
+ command: donguri-journal (引数なし)
115
+ グローバルインストールが無理なら command "npx" / args ["-y", "donguri-journal"]。
116
+ どのクライアントを設定すべきか分からなければ、勝手に別アプリを触らず私に確認して。
117
+ 3. クライアントを完全に再起動するよう私に伝えて、短いテストメモを capture→recall で確認して。
115
118
  ```
116
119
 
120
+ (クライアント別の正確な設定例は上の **インストール(推奨)** / **お試し(npx…)** を参照)
121
+
117
122
  ### ソースから(開発向け)
118
123
 
119
124
  コントリビュートや未リリース版の実行には、チェックアウトからビルドして、ビルド済みの
package/README.md CHANGED
@@ -100,21 +100,27 @@ for CLI agents (Claude Code, Codex).
100
100
 
101
101
  ### Install with an AI agent
102
102
 
103
- Prefer to let an agent do it? Paste this to any agent that can run a shell on your machine
104
- (e.g. **Claude Code** or **Codex**):
103
+ Prefer to let an agent do it? Paste the prompt below to any agent that can run a shell and
104
+ configure its own MCP client (e.g. **Codex**, **Claude Code**, **Cursor**). It is written
105
+ generically so the agent configures **the client it belongs to** — not some other app:
105
106
 
106
107
  ```text
107
- Install the "donguri-journal" MCP server for me. Run: npm install -g donguri-journal
108
- Then register it with my MCP client, preserving any servers already configured, as
109
- command "donguri-journal" (no args):
110
- - Claude Desktop — under "mcpServers" in the config JSON:
111
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
112
- Windows: %APPDATA%\Claude\claude_desktop_config.json
113
- - Claude Code run: claude mcp add donguri-journal -- donguri-journal
114
- Then tell me to fully restart the client, and verify by capturing a short test note and
115
- recalling it.
108
+ Set up the "donguri-journal" MCP server for me and register it with the MCP client I'm
109
+ using. Only touch THIS client's own MCP configuration do not read or modify any other
110
+ application's config files.
111
+
112
+ 1. Install it: npm install -g donguri-journal
113
+ 2. Add a local (stdio) MCP server named "donguri-journal" to this client's own MCP config,
114
+ using whatever mechanism this client normally uses (its config file or its CLI):
115
+ command: donguri-journal (no arguments)
116
+ If a global install isn't possible, use command "npx" with args ["-y", "donguri-journal"].
117
+ If you're unsure which client to configure, ask me first — don't guess at another app.
118
+ 3. Tell me to fully restart the client, then verify by capturing a short test note and
119
+ recalling it.
116
120
  ```
117
121
 
122
+ (Exact per-client config snippets are under **Install (recommended)** and **Quick try** above.)
123
+
118
124
  ### From source (development)
119
125
 
120
126
  For contributing or running an unreleased build, build from a checkout and point your
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donguri-journal",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Local-first, time-aware journaling memory server over MCP",
5
5
  "license": "MIT",
6
6
  "author": "Nemutame",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@modelcontextprotocol/sdk": "^1.29.0",
47
47
  "@xenova/transformers": "^2.17.2",
48
- "better-sqlite3": "^11.10.0",
48
+ "better-sqlite3": "^12.11.1",
49
49
  "sqlite-vec": "^0.1.9",
50
50
  "zod": "^3.23.8"
51
51
  },