handoff-mcp-server 0.26.0 → 0.28.0
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.md +31 -4
- package/bin/handoff-mcp.js +56 -13
- package/bin/resolve-binary.js +122 -0
- package/package.json +14 -9
- package/Cargo.lock +0 -686
- package/Cargo.toml +0 -30
- package/scripts/cargo-env.sh +0 -29
- package/scripts/handoff-memory-hook.py +0 -208
- package/scripts/install-local.sh +0 -109
- package/scripts/postinstall.js +0 -50
- package/scripts/sync-plugin-skills.sh +0 -35
- package/scripts/sync-plugin-version.sh +0 -85
- package/scripts/sync-workflow-inline.sh +0 -138
- package/src/cli.rs +0 -551
- package/src/context/injection.rs +0 -276
- package/src/context/mod.rs +0 -129
- package/src/lib.rs +0 -5
- package/src/main.rs +0 -157
- package/src/mcp/handlers/assignees.rs +0 -254
- package/src/mcp/handlers/auto_schedule.rs +0 -489
- package/src/mcp/handlers/bulk_update.rs +0 -155
- package/src/mcp/handlers/calendar.rs +0 -196
- package/src/mcp/handlers/capacity.rs +0 -318
- package/src/mcp/handlers/check_criterion.rs +0 -70
- package/src/mcp/handlers/config.rs +0 -402
- package/src/mcp/handlers/config_crud.rs +0 -183
- package/src/mcp/handlers/dashboard.rs +0 -214
- package/src/mcp/handlers/docs.rs +0 -2288
- package/src/mcp/handlers/docs_query.rs +0 -1335
- package/src/mcp/handlers/fork_session.rs +0 -91
- package/src/mcp/handlers/get_session.rs +0 -48
- package/src/mcp/handlers/get_task.rs +0 -53
- package/src/mcp/handlers/import_context.rs +0 -470
- package/src/mcp/handlers/init.rs +0 -28
- package/src/mcp/handlers/list_sessions.rs +0 -187
- package/src/mcp/handlers/list_tasks.rs +0 -308
- package/src/mcp/handlers/load_context.rs +0 -361
- package/src/mcp/handlers/log_time.rs +0 -67
- package/src/mcp/handlers/memory.rs +0 -961
- package/src/mcp/handlers/merge_sessions.rs +0 -103
- package/src/mcp/handlers/metrics.rs +0 -196
- package/src/mcp/handlers/milestones.rs +0 -102
- package/src/mcp/handlers/mod.rs +0 -140
- package/src/mcp/handlers/refer.rs +0 -307
- package/src/mcp/handlers/referrals.rs +0 -74
- package/src/mcp/handlers/save_context.rs +0 -354
- package/src/mcp/handlers/task_checklist.rs +0 -507
- package/src/mcp/handlers/timer.rs +0 -529
- package/src/mcp/handlers/update_session.rs +0 -197
- package/src/mcp/handlers/update_task.rs +0 -452
- package/src/mcp/mod.rs +0 -6
- package/src/mcp/protocol.rs +0 -41
- package/src/mcp/resources.rs +0 -57
- package/src/mcp/router.rs +0 -154
- package/src/mcp/tools.rs +0 -1522
- package/src/mcp/types.rs +0 -108
- package/src/setup.rs +0 -1212
- package/src/storage/config.rs +0 -578
- package/src/storage/docs/frontmatter.rs +0 -509
- package/src/storage/docs/mod.rs +0 -835
- package/src/storage/docs/model.rs +0 -708
- package/src/storage/docs/reassemble.rs +0 -167
- package/src/storage/docs/split.rs +0 -377
- package/src/storage/git.rs +0 -47
- package/src/storage/memory/injected.rs +0 -340
- package/src/storage/memory/mod.rs +0 -236
- package/src/storage/memory/model.rs +0 -127
- package/src/storage/mod.rs +0 -96
- package/src/storage/referrals.rs +0 -248
- package/src/storage/sessions.rs +0 -859
- package/src/storage/tasks.rs +0 -957
- package/templates/claude-md-section.md +0 -12
package/Cargo.lock
DELETED
|
@@ -1,686 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 4
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "android_system_properties"
|
|
7
|
-
version = "0.1.5"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"libc",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
[[package]]
|
|
15
|
-
name = "anyhow"
|
|
16
|
-
version = "1.0.103"
|
|
17
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
|
|
19
|
-
|
|
20
|
-
[[package]]
|
|
21
|
-
name = "autocfg"
|
|
22
|
-
version = "1.5.1"
|
|
23
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
25
|
-
|
|
26
|
-
[[package]]
|
|
27
|
-
name = "bitflags"
|
|
28
|
-
version = "2.13.1"
|
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
-
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
31
|
-
|
|
32
|
-
[[package]]
|
|
33
|
-
name = "bumpalo"
|
|
34
|
-
version = "3.20.3"
|
|
35
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
37
|
-
|
|
38
|
-
[[package]]
|
|
39
|
-
name = "cc"
|
|
40
|
-
version = "1.2.67"
|
|
41
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
-
checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38"
|
|
43
|
-
dependencies = [
|
|
44
|
-
"find-msvc-tools",
|
|
45
|
-
"shlex",
|
|
46
|
-
]
|
|
47
|
-
|
|
48
|
-
[[package]]
|
|
49
|
-
name = "cfg-if"
|
|
50
|
-
version = "1.0.4"
|
|
51
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
52
|
-
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
53
|
-
|
|
54
|
-
[[package]]
|
|
55
|
-
name = "chrono"
|
|
56
|
-
version = "0.4.45"
|
|
57
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
-
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
59
|
-
dependencies = [
|
|
60
|
-
"iana-time-zone",
|
|
61
|
-
"js-sys",
|
|
62
|
-
"num-traits",
|
|
63
|
-
"serde",
|
|
64
|
-
"wasm-bindgen",
|
|
65
|
-
"windows-link",
|
|
66
|
-
]
|
|
67
|
-
|
|
68
|
-
[[package]]
|
|
69
|
-
name = "core-foundation-sys"
|
|
70
|
-
version = "0.8.7"
|
|
71
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
73
|
-
|
|
74
|
-
[[package]]
|
|
75
|
-
name = "equivalent"
|
|
76
|
-
version = "1.0.2"
|
|
77
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
79
|
-
|
|
80
|
-
[[package]]
|
|
81
|
-
name = "errno"
|
|
82
|
-
version = "0.3.14"
|
|
83
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
-
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
85
|
-
dependencies = [
|
|
86
|
-
"libc",
|
|
87
|
-
"windows-sys",
|
|
88
|
-
]
|
|
89
|
-
|
|
90
|
-
[[package]]
|
|
91
|
-
name = "fastrand"
|
|
92
|
-
version = "2.4.1"
|
|
93
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
95
|
-
|
|
96
|
-
[[package]]
|
|
97
|
-
name = "find-msvc-tools"
|
|
98
|
-
version = "0.1.9"
|
|
99
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
101
|
-
|
|
102
|
-
[[package]]
|
|
103
|
-
name = "futures-core"
|
|
104
|
-
version = "0.3.32"
|
|
105
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
107
|
-
|
|
108
|
-
[[package]]
|
|
109
|
-
name = "futures-task"
|
|
110
|
-
version = "0.3.32"
|
|
111
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
112
|
-
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
113
|
-
|
|
114
|
-
[[package]]
|
|
115
|
-
name = "futures-util"
|
|
116
|
-
version = "0.3.32"
|
|
117
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
118
|
-
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
119
|
-
dependencies = [
|
|
120
|
-
"futures-core",
|
|
121
|
-
"futures-task",
|
|
122
|
-
"pin-project-lite",
|
|
123
|
-
"slab",
|
|
124
|
-
]
|
|
125
|
-
|
|
126
|
-
[[package]]
|
|
127
|
-
name = "getopts"
|
|
128
|
-
version = "0.2.24"
|
|
129
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
130
|
-
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
|
|
131
|
-
dependencies = [
|
|
132
|
-
"unicode-width",
|
|
133
|
-
]
|
|
134
|
-
|
|
135
|
-
[[package]]
|
|
136
|
-
name = "getrandom"
|
|
137
|
-
version = "0.4.3"
|
|
138
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
-
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
140
|
-
dependencies = [
|
|
141
|
-
"cfg-if",
|
|
142
|
-
"libc",
|
|
143
|
-
"r-efi",
|
|
144
|
-
]
|
|
145
|
-
|
|
146
|
-
[[package]]
|
|
147
|
-
name = "handoff-mcp"
|
|
148
|
-
version = "0.26.0"
|
|
149
|
-
dependencies = [
|
|
150
|
-
"anyhow",
|
|
151
|
-
"chrono",
|
|
152
|
-
"lexsim",
|
|
153
|
-
"pulldown-cmark",
|
|
154
|
-
"serde",
|
|
155
|
-
"serde_json",
|
|
156
|
-
"serde_yaml",
|
|
157
|
-
"tempfile",
|
|
158
|
-
"thiserror",
|
|
159
|
-
"toml",
|
|
160
|
-
"toml_edit",
|
|
161
|
-
]
|
|
162
|
-
|
|
163
|
-
[[package]]
|
|
164
|
-
name = "hashbrown"
|
|
165
|
-
version = "0.17.1"
|
|
166
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
167
|
-
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
168
|
-
|
|
169
|
-
[[package]]
|
|
170
|
-
name = "iana-time-zone"
|
|
171
|
-
version = "0.1.65"
|
|
172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
174
|
-
dependencies = [
|
|
175
|
-
"android_system_properties",
|
|
176
|
-
"core-foundation-sys",
|
|
177
|
-
"iana-time-zone-haiku",
|
|
178
|
-
"js-sys",
|
|
179
|
-
"log",
|
|
180
|
-
"wasm-bindgen",
|
|
181
|
-
"windows-core",
|
|
182
|
-
]
|
|
183
|
-
|
|
184
|
-
[[package]]
|
|
185
|
-
name = "iana-time-zone-haiku"
|
|
186
|
-
version = "0.1.2"
|
|
187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
189
|
-
dependencies = [
|
|
190
|
-
"cc",
|
|
191
|
-
]
|
|
192
|
-
|
|
193
|
-
[[package]]
|
|
194
|
-
name = "indexmap"
|
|
195
|
-
version = "2.14.0"
|
|
196
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
-
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
198
|
-
dependencies = [
|
|
199
|
-
"equivalent",
|
|
200
|
-
"hashbrown",
|
|
201
|
-
]
|
|
202
|
-
|
|
203
|
-
[[package]]
|
|
204
|
-
name = "itoa"
|
|
205
|
-
version = "1.0.18"
|
|
206
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
-
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
208
|
-
|
|
209
|
-
[[package]]
|
|
210
|
-
name = "js-sys"
|
|
211
|
-
version = "0.3.103"
|
|
212
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
213
|
-
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
214
|
-
dependencies = [
|
|
215
|
-
"cfg-if",
|
|
216
|
-
"futures-util",
|
|
217
|
-
"wasm-bindgen",
|
|
218
|
-
]
|
|
219
|
-
|
|
220
|
-
[[package]]
|
|
221
|
-
name = "lexsim"
|
|
222
|
-
version = "0.7.0"
|
|
223
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
224
|
-
checksum = "c7bf6d7f096edac1f6d1f955d41d2acbe238b5775da9c7f4039fdd975138a5d1"
|
|
225
|
-
dependencies = [
|
|
226
|
-
"unicode-normalization",
|
|
227
|
-
"unicode-segmentation",
|
|
228
|
-
]
|
|
229
|
-
|
|
230
|
-
[[package]]
|
|
231
|
-
name = "libc"
|
|
232
|
-
version = "0.2.186"
|
|
233
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
234
|
-
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
235
|
-
|
|
236
|
-
[[package]]
|
|
237
|
-
name = "linux-raw-sys"
|
|
238
|
-
version = "0.12.1"
|
|
239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
-
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
241
|
-
|
|
242
|
-
[[package]]
|
|
243
|
-
name = "log"
|
|
244
|
-
version = "0.4.33"
|
|
245
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
-
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
247
|
-
|
|
248
|
-
[[package]]
|
|
249
|
-
name = "memchr"
|
|
250
|
-
version = "2.8.3"
|
|
251
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
252
|
-
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
253
|
-
|
|
254
|
-
[[package]]
|
|
255
|
-
name = "num-traits"
|
|
256
|
-
version = "0.2.19"
|
|
257
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
258
|
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
259
|
-
dependencies = [
|
|
260
|
-
"autocfg",
|
|
261
|
-
]
|
|
262
|
-
|
|
263
|
-
[[package]]
|
|
264
|
-
name = "once_cell"
|
|
265
|
-
version = "1.21.4"
|
|
266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
-
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
268
|
-
|
|
269
|
-
[[package]]
|
|
270
|
-
name = "pin-project-lite"
|
|
271
|
-
version = "0.2.17"
|
|
272
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
-
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
274
|
-
|
|
275
|
-
[[package]]
|
|
276
|
-
name = "proc-macro2"
|
|
277
|
-
version = "1.0.106"
|
|
278
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
-
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
280
|
-
dependencies = [
|
|
281
|
-
"unicode-ident",
|
|
282
|
-
]
|
|
283
|
-
|
|
284
|
-
[[package]]
|
|
285
|
-
name = "pulldown-cmark"
|
|
286
|
-
version = "0.13.4"
|
|
287
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288
|
-
checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
|
|
289
|
-
dependencies = [
|
|
290
|
-
"bitflags",
|
|
291
|
-
"getopts",
|
|
292
|
-
"memchr",
|
|
293
|
-
"pulldown-cmark-escape",
|
|
294
|
-
"unicase",
|
|
295
|
-
]
|
|
296
|
-
|
|
297
|
-
[[package]]
|
|
298
|
-
name = "pulldown-cmark-escape"
|
|
299
|
-
version = "0.11.0"
|
|
300
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
-
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
|
302
|
-
|
|
303
|
-
[[package]]
|
|
304
|
-
name = "quote"
|
|
305
|
-
version = "1.0.46"
|
|
306
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
-
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
308
|
-
dependencies = [
|
|
309
|
-
"proc-macro2",
|
|
310
|
-
]
|
|
311
|
-
|
|
312
|
-
[[package]]
|
|
313
|
-
name = "r-efi"
|
|
314
|
-
version = "6.0.0"
|
|
315
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
-
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
317
|
-
|
|
318
|
-
[[package]]
|
|
319
|
-
name = "rustix"
|
|
320
|
-
version = "1.1.4"
|
|
321
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
|
-
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
323
|
-
dependencies = [
|
|
324
|
-
"bitflags",
|
|
325
|
-
"errno",
|
|
326
|
-
"libc",
|
|
327
|
-
"linux-raw-sys",
|
|
328
|
-
"windows-sys",
|
|
329
|
-
]
|
|
330
|
-
|
|
331
|
-
[[package]]
|
|
332
|
-
name = "rustversion"
|
|
333
|
-
version = "1.0.23"
|
|
334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
335
|
-
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
336
|
-
|
|
337
|
-
[[package]]
|
|
338
|
-
name = "ryu"
|
|
339
|
-
version = "1.0.23"
|
|
340
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
341
|
-
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
342
|
-
|
|
343
|
-
[[package]]
|
|
344
|
-
name = "serde"
|
|
345
|
-
version = "1.0.228"
|
|
346
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
347
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
348
|
-
dependencies = [
|
|
349
|
-
"serde_core",
|
|
350
|
-
"serde_derive",
|
|
351
|
-
]
|
|
352
|
-
|
|
353
|
-
[[package]]
|
|
354
|
-
name = "serde_core"
|
|
355
|
-
version = "1.0.228"
|
|
356
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
-
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
358
|
-
dependencies = [
|
|
359
|
-
"serde_derive",
|
|
360
|
-
]
|
|
361
|
-
|
|
362
|
-
[[package]]
|
|
363
|
-
name = "serde_derive"
|
|
364
|
-
version = "1.0.228"
|
|
365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
366
|
-
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
367
|
-
dependencies = [
|
|
368
|
-
"proc-macro2",
|
|
369
|
-
"quote",
|
|
370
|
-
"syn",
|
|
371
|
-
]
|
|
372
|
-
|
|
373
|
-
[[package]]
|
|
374
|
-
name = "serde_json"
|
|
375
|
-
version = "1.0.150"
|
|
376
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
377
|
-
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
378
|
-
dependencies = [
|
|
379
|
-
"indexmap",
|
|
380
|
-
"itoa",
|
|
381
|
-
"memchr",
|
|
382
|
-
"serde",
|
|
383
|
-
"serde_core",
|
|
384
|
-
"zmij",
|
|
385
|
-
]
|
|
386
|
-
|
|
387
|
-
[[package]]
|
|
388
|
-
name = "serde_spanned"
|
|
389
|
-
version = "0.6.9"
|
|
390
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
|
-
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
392
|
-
dependencies = [
|
|
393
|
-
"serde",
|
|
394
|
-
]
|
|
395
|
-
|
|
396
|
-
[[package]]
|
|
397
|
-
name = "serde_yaml"
|
|
398
|
-
version = "0.9.34+deprecated"
|
|
399
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
400
|
-
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
401
|
-
dependencies = [
|
|
402
|
-
"indexmap",
|
|
403
|
-
"itoa",
|
|
404
|
-
"ryu",
|
|
405
|
-
"serde",
|
|
406
|
-
"unsafe-libyaml",
|
|
407
|
-
]
|
|
408
|
-
|
|
409
|
-
[[package]]
|
|
410
|
-
name = "shlex"
|
|
411
|
-
version = "2.0.1"
|
|
412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
-
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
414
|
-
|
|
415
|
-
[[package]]
|
|
416
|
-
name = "slab"
|
|
417
|
-
version = "0.4.12"
|
|
418
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
420
|
-
|
|
421
|
-
[[package]]
|
|
422
|
-
name = "syn"
|
|
423
|
-
version = "2.0.119"
|
|
424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
|
-
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
426
|
-
dependencies = [
|
|
427
|
-
"proc-macro2",
|
|
428
|
-
"quote",
|
|
429
|
-
"unicode-ident",
|
|
430
|
-
]
|
|
431
|
-
|
|
432
|
-
[[package]]
|
|
433
|
-
name = "tempfile"
|
|
434
|
-
version = "3.27.0"
|
|
435
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
436
|
-
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
437
|
-
dependencies = [
|
|
438
|
-
"fastrand",
|
|
439
|
-
"getrandom",
|
|
440
|
-
"once_cell",
|
|
441
|
-
"rustix",
|
|
442
|
-
"windows-sys",
|
|
443
|
-
]
|
|
444
|
-
|
|
445
|
-
[[package]]
|
|
446
|
-
name = "thiserror"
|
|
447
|
-
version = "2.0.18"
|
|
448
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
449
|
-
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
450
|
-
dependencies = [
|
|
451
|
-
"thiserror-impl",
|
|
452
|
-
]
|
|
453
|
-
|
|
454
|
-
[[package]]
|
|
455
|
-
name = "thiserror-impl"
|
|
456
|
-
version = "2.0.18"
|
|
457
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
-
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
459
|
-
dependencies = [
|
|
460
|
-
"proc-macro2",
|
|
461
|
-
"quote",
|
|
462
|
-
"syn",
|
|
463
|
-
]
|
|
464
|
-
|
|
465
|
-
[[package]]
|
|
466
|
-
name = "tinyvec"
|
|
467
|
-
version = "1.12.0"
|
|
468
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
|
-
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
|
|
470
|
-
dependencies = [
|
|
471
|
-
"tinyvec_macros",
|
|
472
|
-
]
|
|
473
|
-
|
|
474
|
-
[[package]]
|
|
475
|
-
name = "tinyvec_macros"
|
|
476
|
-
version = "0.1.1"
|
|
477
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
478
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
479
|
-
|
|
480
|
-
[[package]]
|
|
481
|
-
name = "toml"
|
|
482
|
-
version = "0.8.23"
|
|
483
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
485
|
-
dependencies = [
|
|
486
|
-
"serde",
|
|
487
|
-
"serde_spanned",
|
|
488
|
-
"toml_datetime",
|
|
489
|
-
"toml_edit",
|
|
490
|
-
]
|
|
491
|
-
|
|
492
|
-
[[package]]
|
|
493
|
-
name = "toml_datetime"
|
|
494
|
-
version = "0.6.11"
|
|
495
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
496
|
-
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
497
|
-
dependencies = [
|
|
498
|
-
"serde",
|
|
499
|
-
]
|
|
500
|
-
|
|
501
|
-
[[package]]
|
|
502
|
-
name = "toml_edit"
|
|
503
|
-
version = "0.22.27"
|
|
504
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
505
|
-
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
506
|
-
dependencies = [
|
|
507
|
-
"indexmap",
|
|
508
|
-
"serde",
|
|
509
|
-
"serde_spanned",
|
|
510
|
-
"toml_datetime",
|
|
511
|
-
"toml_write",
|
|
512
|
-
"winnow",
|
|
513
|
-
]
|
|
514
|
-
|
|
515
|
-
[[package]]
|
|
516
|
-
name = "toml_write"
|
|
517
|
-
version = "0.1.2"
|
|
518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
520
|
-
|
|
521
|
-
[[package]]
|
|
522
|
-
name = "unicase"
|
|
523
|
-
version = "2.9.0"
|
|
524
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
525
|
-
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
526
|
-
|
|
527
|
-
[[package]]
|
|
528
|
-
name = "unicode-ident"
|
|
529
|
-
version = "1.0.24"
|
|
530
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
531
|
-
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
532
|
-
|
|
533
|
-
[[package]]
|
|
534
|
-
name = "unicode-normalization"
|
|
535
|
-
version = "0.1.25"
|
|
536
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
537
|
-
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
538
|
-
dependencies = [
|
|
539
|
-
"tinyvec",
|
|
540
|
-
]
|
|
541
|
-
|
|
542
|
-
[[package]]
|
|
543
|
-
name = "unicode-segmentation"
|
|
544
|
-
version = "1.13.3"
|
|
545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
546
|
-
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
|
547
|
-
|
|
548
|
-
[[package]]
|
|
549
|
-
name = "unicode-width"
|
|
550
|
-
version = "0.2.2"
|
|
551
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
552
|
-
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
553
|
-
|
|
554
|
-
[[package]]
|
|
555
|
-
name = "unsafe-libyaml"
|
|
556
|
-
version = "0.2.11"
|
|
557
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
558
|
-
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
559
|
-
|
|
560
|
-
[[package]]
|
|
561
|
-
name = "wasm-bindgen"
|
|
562
|
-
version = "0.2.126"
|
|
563
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
-
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
565
|
-
dependencies = [
|
|
566
|
-
"cfg-if",
|
|
567
|
-
"once_cell",
|
|
568
|
-
"rustversion",
|
|
569
|
-
"wasm-bindgen-macro",
|
|
570
|
-
"wasm-bindgen-shared",
|
|
571
|
-
]
|
|
572
|
-
|
|
573
|
-
[[package]]
|
|
574
|
-
name = "wasm-bindgen-macro"
|
|
575
|
-
version = "0.2.126"
|
|
576
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
577
|
-
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
578
|
-
dependencies = [
|
|
579
|
-
"quote",
|
|
580
|
-
"wasm-bindgen-macro-support",
|
|
581
|
-
]
|
|
582
|
-
|
|
583
|
-
[[package]]
|
|
584
|
-
name = "wasm-bindgen-macro-support"
|
|
585
|
-
version = "0.2.126"
|
|
586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
-
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
588
|
-
dependencies = [
|
|
589
|
-
"bumpalo",
|
|
590
|
-
"proc-macro2",
|
|
591
|
-
"quote",
|
|
592
|
-
"syn",
|
|
593
|
-
"wasm-bindgen-shared",
|
|
594
|
-
]
|
|
595
|
-
|
|
596
|
-
[[package]]
|
|
597
|
-
name = "wasm-bindgen-shared"
|
|
598
|
-
version = "0.2.126"
|
|
599
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
601
|
-
dependencies = [
|
|
602
|
-
"unicode-ident",
|
|
603
|
-
]
|
|
604
|
-
|
|
605
|
-
[[package]]
|
|
606
|
-
name = "windows-core"
|
|
607
|
-
version = "0.62.2"
|
|
608
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
-
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
610
|
-
dependencies = [
|
|
611
|
-
"windows-implement",
|
|
612
|
-
"windows-interface",
|
|
613
|
-
"windows-link",
|
|
614
|
-
"windows-result",
|
|
615
|
-
"windows-strings",
|
|
616
|
-
]
|
|
617
|
-
|
|
618
|
-
[[package]]
|
|
619
|
-
name = "windows-implement"
|
|
620
|
-
version = "0.60.2"
|
|
621
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
622
|
-
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
623
|
-
dependencies = [
|
|
624
|
-
"proc-macro2",
|
|
625
|
-
"quote",
|
|
626
|
-
"syn",
|
|
627
|
-
]
|
|
628
|
-
|
|
629
|
-
[[package]]
|
|
630
|
-
name = "windows-interface"
|
|
631
|
-
version = "0.59.3"
|
|
632
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
634
|
-
dependencies = [
|
|
635
|
-
"proc-macro2",
|
|
636
|
-
"quote",
|
|
637
|
-
"syn",
|
|
638
|
-
]
|
|
639
|
-
|
|
640
|
-
[[package]]
|
|
641
|
-
name = "windows-link"
|
|
642
|
-
version = "0.2.1"
|
|
643
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
644
|
-
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
645
|
-
|
|
646
|
-
[[package]]
|
|
647
|
-
name = "windows-result"
|
|
648
|
-
version = "0.4.1"
|
|
649
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
650
|
-
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
651
|
-
dependencies = [
|
|
652
|
-
"windows-link",
|
|
653
|
-
]
|
|
654
|
-
|
|
655
|
-
[[package]]
|
|
656
|
-
name = "windows-strings"
|
|
657
|
-
version = "0.5.1"
|
|
658
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
659
|
-
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
660
|
-
dependencies = [
|
|
661
|
-
"windows-link",
|
|
662
|
-
]
|
|
663
|
-
|
|
664
|
-
[[package]]
|
|
665
|
-
name = "windows-sys"
|
|
666
|
-
version = "0.61.2"
|
|
667
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
668
|
-
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
669
|
-
dependencies = [
|
|
670
|
-
"windows-link",
|
|
671
|
-
]
|
|
672
|
-
|
|
673
|
-
[[package]]
|
|
674
|
-
name = "winnow"
|
|
675
|
-
version = "0.7.15"
|
|
676
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
-
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
678
|
-
dependencies = [
|
|
679
|
-
"memchr",
|
|
680
|
-
]
|
|
681
|
-
|
|
682
|
-
[[package]]
|
|
683
|
-
name = "zmij"
|
|
684
|
-
version = "1.0.23"
|
|
685
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
686
|
-
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
package/Cargo.toml
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "handoff-mcp"
|
|
3
|
-
version = "0.26.0"
|
|
4
|
-
edition = "2021"
|
|
5
|
-
description = "MCP server that gives AI coding agents persistent memory across sessions"
|
|
6
|
-
license = "MIT"
|
|
7
|
-
repository = "https://github.com/alphaelements/handoff-mcp"
|
|
8
|
-
homepage = "https://github.com/alphaelements/handoff-mcp"
|
|
9
|
-
readme = "README.md"
|
|
10
|
-
keywords = ["mcp", "ai", "claude", "handoff", "context"]
|
|
11
|
-
categories = ["command-line-utilities", "development-tools"]
|
|
12
|
-
rust-version = "1.85"
|
|
13
|
-
exclude = ["lefthook.yml", "tmp/", "wiki/", ".claude/", ".vscode/"]
|
|
14
|
-
|
|
15
|
-
[dependencies]
|
|
16
|
-
serde = { version = "1", features = ["derive"] }
|
|
17
|
-
serde_json = { version = "1", features = ["preserve_order"] }
|
|
18
|
-
toml = "0.8"
|
|
19
|
-
toml_edit = "0.22"
|
|
20
|
-
chrono = { version = "0.4", features = ["serde"] }
|
|
21
|
-
anyhow = "1"
|
|
22
|
-
thiserror = "2"
|
|
23
|
-
lexsim = ">=0.7.0, <1.0.0"
|
|
24
|
-
pulldown-cmark = "0.13"
|
|
25
|
-
serde_yaml = "0.9"
|
|
26
|
-
|
|
27
|
-
[dev-dependencies]
|
|
28
|
-
serde_json = "1"
|
|
29
|
-
tempfile = "3.27.0"
|
|
30
|
-
|