takomi 2.1.39 → 2.1.41

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 (68) hide show
  1. package/.agents/plugins/marketplace.json +22 -22
  2. package/README.md +217 -422
  3. package/assets/.agent/skills/remotion/rules/assets/charts-bar-chart.tsx +173 -173
  4. package/assets/.agent/skills/remotion/rules/assets/text-animations-typewriter.tsx +100 -100
  5. package/assets/.agent/skills/remotion/rules/text-animations.md +20 -20
  6. package/assets/.agent/skills/remotion/rules/videos.md +171 -171
  7. package/assets/.agent/skills/remotion-real-ui-video/SKILL.md +264 -0
  8. package/assets/.agent/skills/remotion-real-ui-video/references/anti-patterns.md +114 -0
  9. package/assets/.agent/skills/remotion-real-ui-video/references/completion-checklist.md +75 -0
  10. package/assets/.agent/skills/remotion-real-ui-video/references/real-ui-bridge-example.md +93 -0
  11. package/assets/.agent/skills/takomi-flow/SKILL.md +244 -235
  12. package/docs/features/TakomiFlow_Portable_Plugin.md +82 -78
  13. package/docs/takomi-flow-onboarding.md +86 -76
  14. package/docs/takomi-flow-public-distribution.md +94 -94
  15. package/package.json +1 -1
  16. package/plugins/takomi-flow/.mcp.json +11 -11
  17. package/plugins/takomi-flow/assets/capabilities.json +203 -171
  18. package/plugins/takomi-flow/assets/collection.schema.json +29 -29
  19. package/plugins/takomi-flow/assets/examples.json +94 -94
  20. package/plugins/takomi-flow/assets/request.schema.json +91 -67
  21. package/plugins/takomi-flow/assets/result.schema.json +46 -45
  22. package/plugins/takomi-flow/assets/templates/image-request.json +17 -13
  23. package/plugins/takomi-flow/assets/templates/video-request.json +19 -15
  24. package/plugins/takomi-flow/package.json +38 -38
  25. package/plugins/takomi-flow/pnpm-lock.yaml +813 -813
  26. package/plugins/takomi-flow/references/flow-provider-contract.md +349 -326
  27. package/plugins/takomi-flow/scripts/lib/agent-plan.mjs +140 -130
  28. package/plugins/takomi-flow/scripts/lib/api.mjs +113 -113
  29. package/plugins/takomi-flow/scripts/lib/args.mjs +66 -57
  30. package/plugins/takomi-flow/scripts/lib/audit.mjs +65 -65
  31. package/plugins/takomi-flow/scripts/lib/browser.mjs +78 -39
  32. package/plugins/takomi-flow/scripts/lib/capabilities.mjs +11 -11
  33. package/plugins/takomi-flow/scripts/lib/collect.mjs +53 -53
  34. package/plugins/takomi-flow/scripts/lib/commands.mjs +192 -175
  35. package/plugins/takomi-flow/scripts/lib/doctor.mjs +77 -77
  36. package/plugins/takomi-flow/scripts/lib/examples.mjs +17 -17
  37. package/plugins/takomi-flow/scripts/lib/flow-media.mjs +39 -0
  38. package/plugins/takomi-flow/scripts/lib/flow-outcome.mjs +115 -90
  39. package/plugins/takomi-flow/scripts/lib/flow-project-session.mjs +153 -0
  40. package/plugins/takomi-flow/scripts/lib/flow-ui.mjs +204 -165
  41. package/plugins/takomi-flow/scripts/lib/generation.mjs +190 -90
  42. package/plugins/takomi-flow/scripts/lib/inspect.mjs +81 -81
  43. package/plugins/takomi-flow/scripts/lib/mcp-prompts.mjs +39 -39
  44. package/plugins/takomi-flow/scripts/lib/mcp-resources.mjs +16 -16
  45. package/plugins/takomi-flow/scripts/lib/mcp-tools.mjs +165 -150
  46. package/plugins/takomi-flow/scripts/lib/media.mjs +78 -78
  47. package/plugins/takomi-flow/scripts/lib/observe.mjs +54 -54
  48. package/plugins/takomi-flow/scripts/lib/paths.mjs +37 -37
  49. package/plugins/takomi-flow/scripts/lib/playwright-loader.mjs +23 -23
  50. package/plugins/takomi-flow/scripts/lib/prompts.mjs +72 -72
  51. package/plugins/takomi-flow/scripts/lib/report.mjs +141 -141
  52. package/plugins/takomi-flow/scripts/lib/request-validator.mjs +73 -58
  53. package/plugins/takomi-flow/scripts/lib/request.mjs +66 -55
  54. package/plugins/takomi-flow/scripts/lib/resource-files.mjs +69 -69
  55. package/plugins/takomi-flow/scripts/lib/result.mjs +31 -31
  56. package/plugins/takomi-flow/scripts/lib/review.mjs +44 -44
  57. package/plugins/takomi-flow/scripts/lib/selftest.mjs +153 -153
  58. package/plugins/takomi-flow/scripts/lib/settings-plan.mjs +44 -39
  59. package/plugins/takomi-flow/scripts/lib/templates.mjs +37 -37
  60. package/plugins/takomi-flow/scripts/lib/trusted-chrome.mjs +67 -67
  61. package/plugins/takomi-flow/scripts/lib/workflow.mjs +56 -56
  62. package/plugins/takomi-flow/scripts/mcp-server.mjs +18 -18
  63. package/plugins/takomi-flow/scripts/mcp-smoke.mjs +144 -142
  64. package/plugins/takomi-flow/scripts/takomi-flow.mjs +17 -17
  65. package/plugins/takomi-flow/skills/takomi-flow/SKILL.md +244 -235
  66. package/plugins/takomi-flow/skills/takomi-flow/agents/openai.yaml +7 -7
  67. package/scripts/install-takomi-flow.ps1 +85 -85
  68. package/src/skills-catalog.js +10 -9
@@ -1,813 +1,813 @@
1
- lockfileVersion: '9.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- importers:
8
-
9
- .:
10
- dependencies:
11
- '@modelcontextprotocol/sdk':
12
- specifier: ^1.29.0
13
- version: 1.29.0(zod@4.4.3)
14
- playwright:
15
- specifier: ^1.61.1
16
- version: 1.61.1
17
- zod:
18
- specifier: ^4.4.3
19
- version: 4.4.3
20
-
21
- packages:
22
-
23
- '@hono/node-server@1.19.14':
24
- resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==}
25
- engines: {node: '>=18.14.1'}
26
- peerDependencies:
27
- hono: ^4
28
-
29
- '@modelcontextprotocol/sdk@1.29.0':
30
- resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==}
31
- engines: {node: '>=18'}
32
- peerDependencies:
33
- '@cfworker/json-schema': ^4.1.1
34
- zod: ^3.25 || ^4.0
35
- peerDependenciesMeta:
36
- '@cfworker/json-schema':
37
- optional: true
38
-
39
- accepts@2.0.0:
40
- resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
41
- engines: {node: '>= 0.6'}
42
-
43
- ajv-formats@3.0.1:
44
- resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
45
- peerDependencies:
46
- ajv: ^8.0.0
47
- peerDependenciesMeta:
48
- ajv:
49
- optional: true
50
-
51
- ajv@8.20.0:
52
- resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
53
-
54
- body-parser@2.3.0:
55
- resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==}
56
- engines: {node: '>=18'}
57
-
58
- bytes@3.1.2:
59
- resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
60
- engines: {node: '>= 0.8'}
61
-
62
- call-bind-apply-helpers@1.0.2:
63
- resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
64
- engines: {node: '>= 0.4'}
65
-
66
- call-bound@1.0.4:
67
- resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
68
- engines: {node: '>= 0.4'}
69
-
70
- content-disposition@1.1.0:
71
- resolution: {integrity: sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==}
72
- engines: {node: '>=18'}
73
-
74
- content-type@1.0.5:
75
- resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
76
- engines: {node: '>= 0.6'}
77
-
78
- content-type@2.0.0:
79
- resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==}
80
- engines: {node: '>=18'}
81
-
82
- cookie-signature@1.2.2:
83
- resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
84
- engines: {node: '>=6.6.0'}
85
-
86
- cookie@0.7.2:
87
- resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
88
- engines: {node: '>= 0.6'}
89
-
90
- cors@2.8.6:
91
- resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
92
- engines: {node: '>= 0.10'}
93
-
94
- cross-spawn@7.0.6:
95
- resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
96
- engines: {node: '>= 8'}
97
-
98
- debug@4.4.3:
99
- resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
100
- engines: {node: '>=6.0'}
101
- peerDependencies:
102
- supports-color: '*'
103
- peerDependenciesMeta:
104
- supports-color:
105
- optional: true
106
-
107
- depd@2.0.0:
108
- resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
109
- engines: {node: '>= 0.8'}
110
-
111
- dunder-proto@1.0.1:
112
- resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
113
- engines: {node: '>= 0.4'}
114
-
115
- ee-first@1.1.1:
116
- resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
117
-
118
- encodeurl@2.0.0:
119
- resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
120
- engines: {node: '>= 0.8'}
121
-
122
- es-define-property@1.0.1:
123
- resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
124
- engines: {node: '>= 0.4'}
125
-
126
- es-errors@1.3.0:
127
- resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
128
- engines: {node: '>= 0.4'}
129
-
130
- es-object-atoms@1.1.2:
131
- resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
132
- engines: {node: '>= 0.4'}
133
-
134
- escape-html@1.0.3:
135
- resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
136
-
137
- etag@1.8.1:
138
- resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
139
- engines: {node: '>= 0.6'}
140
-
141
- eventsource-parser@3.1.0:
142
- resolution: {integrity: sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==}
143
- engines: {node: '>=18.0.0'}
144
-
145
- eventsource@3.0.7:
146
- resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==}
147
- engines: {node: '>=18.0.0'}
148
-
149
- express-rate-limit@8.5.2:
150
- resolution: {integrity: sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==}
151
- engines: {node: '>= 16'}
152
- peerDependencies:
153
- express: '>= 4.11'
154
-
155
- express@5.2.1:
156
- resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
157
- engines: {node: '>= 18'}
158
-
159
- fast-deep-equal@3.1.3:
160
- resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
161
-
162
- fast-uri@3.1.3:
163
- resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==}
164
-
165
- finalhandler@2.1.1:
166
- resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
167
- engines: {node: '>= 18.0.0'}
168
-
169
- forwarded@0.2.0:
170
- resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
171
- engines: {node: '>= 0.6'}
172
-
173
- fresh@2.0.0:
174
- resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
175
- engines: {node: '>= 0.8'}
176
-
177
- fsevents@2.3.2:
178
- resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
179
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
180
- os: [darwin]
181
-
182
- function-bind@1.1.2:
183
- resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
184
-
185
- get-intrinsic@1.3.0:
186
- resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
187
- engines: {node: '>= 0.4'}
188
-
189
- get-proto@1.0.1:
190
- resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
191
- engines: {node: '>= 0.4'}
192
-
193
- gopd@1.2.0:
194
- resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
195
- engines: {node: '>= 0.4'}
196
-
197
- has-symbols@1.1.0:
198
- resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
199
- engines: {node: '>= 0.4'}
200
-
201
- hasown@2.0.4:
202
- resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
203
- engines: {node: '>= 0.4'}
204
-
205
- hono@4.12.27:
206
- resolution: {integrity: sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==}
207
- engines: {node: '>=16.9.0'}
208
-
209
- http-errors@2.0.1:
210
- resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
211
- engines: {node: '>= 0.8'}
212
-
213
- iconv-lite@0.7.2:
214
- resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
215
- engines: {node: '>=0.10.0'}
216
-
217
- inherits@2.0.4:
218
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
219
-
220
- ip-address@10.2.0:
221
- resolution: {integrity: sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==}
222
- engines: {node: '>= 12'}
223
-
224
- ipaddr.js@1.9.1:
225
- resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
226
- engines: {node: '>= 0.10'}
227
-
228
- is-promise@4.0.0:
229
- resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
230
-
231
- isexe@2.0.0:
232
- resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
233
-
234
- jose@6.2.3:
235
- resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==}
236
-
237
- json-schema-traverse@1.0.0:
238
- resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
239
-
240
- json-schema-typed@8.0.2:
241
- resolution: {integrity: sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==}
242
-
243
- math-intrinsics@1.1.0:
244
- resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
245
- engines: {node: '>= 0.4'}
246
-
247
- media-typer@1.1.0:
248
- resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
249
- engines: {node: '>= 0.8'}
250
-
251
- merge-descriptors@2.0.0:
252
- resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
253
- engines: {node: '>=18'}
254
-
255
- mime-db@1.54.0:
256
- resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
257
- engines: {node: '>= 0.6'}
258
-
259
- mime-types@3.0.2:
260
- resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
261
- engines: {node: '>=18'}
262
-
263
- ms@2.1.3:
264
- resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
265
-
266
- negotiator@1.0.0:
267
- resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
268
- engines: {node: '>= 0.6'}
269
-
270
- object-assign@4.1.1:
271
- resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
272
- engines: {node: '>=0.10.0'}
273
-
274
- object-inspect@1.13.4:
275
- resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
276
- engines: {node: '>= 0.4'}
277
-
278
- on-finished@2.4.1:
279
- resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
280
- engines: {node: '>= 0.8'}
281
-
282
- once@1.4.0:
283
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
284
-
285
- parseurl@1.3.3:
286
- resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
287
- engines: {node: '>= 0.8'}
288
-
289
- path-key@3.1.1:
290
- resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
291
- engines: {node: '>=8'}
292
-
293
- path-to-regexp@8.4.2:
294
- resolution: {integrity: sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==}
295
-
296
- pkce-challenge@5.0.1:
297
- resolution: {integrity: sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==}
298
- engines: {node: '>=16.20.0'}
299
-
300
- playwright-core@1.61.1:
301
- resolution: {integrity: sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==}
302
- engines: {node: '>=18'}
303
- hasBin: true
304
-
305
- playwright@1.61.1:
306
- resolution: {integrity: sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==}
307
- engines: {node: '>=18'}
308
- hasBin: true
309
-
310
- proxy-addr@2.0.7:
311
- resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
312
- engines: {node: '>= 0.10'}
313
-
314
- qs@6.15.3:
315
- resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==}
316
- engines: {node: '>=0.6'}
317
-
318
- range-parser@1.3.0:
319
- resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==}
320
- engines: {node: '>= 0.6'}
321
-
322
- raw-body@3.0.2:
323
- resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
324
- engines: {node: '>= 0.10'}
325
-
326
- require-from-string@2.0.2:
327
- resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
328
- engines: {node: '>=0.10.0'}
329
-
330
- router@2.2.0:
331
- resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
332
- engines: {node: '>= 18'}
333
-
334
- safer-buffer@2.1.2:
335
- resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
336
-
337
- send@1.2.1:
338
- resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
339
- engines: {node: '>= 18'}
340
-
341
- serve-static@2.2.1:
342
- resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
343
- engines: {node: '>= 18'}
344
-
345
- setprototypeof@1.2.0:
346
- resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
347
-
348
- shebang-command@2.0.0:
349
- resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
350
- engines: {node: '>=8'}
351
-
352
- shebang-regex@3.0.0:
353
- resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
354
- engines: {node: '>=8'}
355
-
356
- side-channel-list@1.0.1:
357
- resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==}
358
- engines: {node: '>= 0.4'}
359
-
360
- side-channel-map@1.0.1:
361
- resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
362
- engines: {node: '>= 0.4'}
363
-
364
- side-channel-weakmap@1.0.2:
365
- resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
366
- engines: {node: '>= 0.4'}
367
-
368
- side-channel@1.1.1:
369
- resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==}
370
- engines: {node: '>= 0.4'}
371
-
372
- statuses@2.0.2:
373
- resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
374
- engines: {node: '>= 0.8'}
375
-
376
- toidentifier@1.0.1:
377
- resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
378
- engines: {node: '>=0.6'}
379
-
380
- type-is@2.1.0:
381
- resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==}
382
- engines: {node: '>= 18'}
383
-
384
- unpipe@1.0.0:
385
- resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
386
- engines: {node: '>= 0.8'}
387
-
388
- vary@1.1.2:
389
- resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
390
- engines: {node: '>= 0.8'}
391
-
392
- which@2.0.2:
393
- resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
394
- engines: {node: '>= 8'}
395
- hasBin: true
396
-
397
- wrappy@1.0.2:
398
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
399
-
400
- zod-to-json-schema@3.25.2:
401
- resolution: {integrity: sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==}
402
- peerDependencies:
403
- zod: ^3.25.28 || ^4
404
-
405
- zod@4.4.3:
406
- resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
407
-
408
- snapshots:
409
-
410
- '@hono/node-server@1.19.14(hono@4.12.27)':
411
- dependencies:
412
- hono: 4.12.27
413
-
414
- '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)':
415
- dependencies:
416
- '@hono/node-server': 1.19.14(hono@4.12.27)
417
- ajv: 8.20.0
418
- ajv-formats: 3.0.1(ajv@8.20.0)
419
- content-type: 1.0.5
420
- cors: 2.8.6
421
- cross-spawn: 7.0.6
422
- eventsource: 3.0.7
423
- eventsource-parser: 3.1.0
424
- express: 5.2.1
425
- express-rate-limit: 8.5.2(express@5.2.1)
426
- hono: 4.12.27
427
- jose: 6.2.3
428
- json-schema-typed: 8.0.2
429
- pkce-challenge: 5.0.1
430
- raw-body: 3.0.2
431
- zod: 4.4.3
432
- zod-to-json-schema: 3.25.2(zod@4.4.3)
433
- transitivePeerDependencies:
434
- - supports-color
435
-
436
- accepts@2.0.0:
437
- dependencies:
438
- mime-types: 3.0.2
439
- negotiator: 1.0.0
440
-
441
- ajv-formats@3.0.1(ajv@8.20.0):
442
- optionalDependencies:
443
- ajv: 8.20.0
444
-
445
- ajv@8.20.0:
446
- dependencies:
447
- fast-deep-equal: 3.1.3
448
- fast-uri: 3.1.3
449
- json-schema-traverse: 1.0.0
450
- require-from-string: 2.0.2
451
-
452
- body-parser@2.3.0:
453
- dependencies:
454
- bytes: 3.1.2
455
- content-type: 2.0.0
456
- debug: 4.4.3
457
- http-errors: 2.0.1
458
- iconv-lite: 0.7.2
459
- on-finished: 2.4.1
460
- qs: 6.15.3
461
- raw-body: 3.0.2
462
- type-is: 2.1.0
463
- transitivePeerDependencies:
464
- - supports-color
465
-
466
- bytes@3.1.2: {}
467
-
468
- call-bind-apply-helpers@1.0.2:
469
- dependencies:
470
- es-errors: 1.3.0
471
- function-bind: 1.1.2
472
-
473
- call-bound@1.0.4:
474
- dependencies:
475
- call-bind-apply-helpers: 1.0.2
476
- get-intrinsic: 1.3.0
477
-
478
- content-disposition@1.1.0: {}
479
-
480
- content-type@1.0.5: {}
481
-
482
- content-type@2.0.0: {}
483
-
484
- cookie-signature@1.2.2: {}
485
-
486
- cookie@0.7.2: {}
487
-
488
- cors@2.8.6:
489
- dependencies:
490
- object-assign: 4.1.1
491
- vary: 1.1.2
492
-
493
- cross-spawn@7.0.6:
494
- dependencies:
495
- path-key: 3.1.1
496
- shebang-command: 2.0.0
497
- which: 2.0.2
498
-
499
- debug@4.4.3:
500
- dependencies:
501
- ms: 2.1.3
502
-
503
- depd@2.0.0: {}
504
-
505
- dunder-proto@1.0.1:
506
- dependencies:
507
- call-bind-apply-helpers: 1.0.2
508
- es-errors: 1.3.0
509
- gopd: 1.2.0
510
-
511
- ee-first@1.1.1: {}
512
-
513
- encodeurl@2.0.0: {}
514
-
515
- es-define-property@1.0.1: {}
516
-
517
- es-errors@1.3.0: {}
518
-
519
- es-object-atoms@1.1.2:
520
- dependencies:
521
- es-errors: 1.3.0
522
-
523
- escape-html@1.0.3: {}
524
-
525
- etag@1.8.1: {}
526
-
527
- eventsource-parser@3.1.0: {}
528
-
529
- eventsource@3.0.7:
530
- dependencies:
531
- eventsource-parser: 3.1.0
532
-
533
- express-rate-limit@8.5.2(express@5.2.1):
534
- dependencies:
535
- express: 5.2.1
536
- ip-address: 10.2.0
537
-
538
- express@5.2.1:
539
- dependencies:
540
- accepts: 2.0.0
541
- body-parser: 2.3.0
542
- content-disposition: 1.1.0
543
- content-type: 1.0.5
544
- cookie: 0.7.2
545
- cookie-signature: 1.2.2
546
- debug: 4.4.3
547
- depd: 2.0.0
548
- encodeurl: 2.0.0
549
- escape-html: 1.0.3
550
- etag: 1.8.1
551
- finalhandler: 2.1.1
552
- fresh: 2.0.0
553
- http-errors: 2.0.1
554
- merge-descriptors: 2.0.0
555
- mime-types: 3.0.2
556
- on-finished: 2.4.1
557
- once: 1.4.0
558
- parseurl: 1.3.3
559
- proxy-addr: 2.0.7
560
- qs: 6.15.3
561
- range-parser: 1.3.0
562
- router: 2.2.0
563
- send: 1.2.1
564
- serve-static: 2.2.1
565
- statuses: 2.0.2
566
- type-is: 2.1.0
567
- vary: 1.1.2
568
- transitivePeerDependencies:
569
- - supports-color
570
-
571
- fast-deep-equal@3.1.3: {}
572
-
573
- fast-uri@3.1.3: {}
574
-
575
- finalhandler@2.1.1:
576
- dependencies:
577
- debug: 4.4.3
578
- encodeurl: 2.0.0
579
- escape-html: 1.0.3
580
- on-finished: 2.4.1
581
- parseurl: 1.3.3
582
- statuses: 2.0.2
583
- transitivePeerDependencies:
584
- - supports-color
585
-
586
- forwarded@0.2.0: {}
587
-
588
- fresh@2.0.0: {}
589
-
590
- fsevents@2.3.2:
591
- optional: true
592
-
593
- function-bind@1.1.2: {}
594
-
595
- get-intrinsic@1.3.0:
596
- dependencies:
597
- call-bind-apply-helpers: 1.0.2
598
- es-define-property: 1.0.1
599
- es-errors: 1.3.0
600
- es-object-atoms: 1.1.2
601
- function-bind: 1.1.2
602
- get-proto: 1.0.1
603
- gopd: 1.2.0
604
- has-symbols: 1.1.0
605
- hasown: 2.0.4
606
- math-intrinsics: 1.1.0
607
-
608
- get-proto@1.0.1:
609
- dependencies:
610
- dunder-proto: 1.0.1
611
- es-object-atoms: 1.1.2
612
-
613
- gopd@1.2.0: {}
614
-
615
- has-symbols@1.1.0: {}
616
-
617
- hasown@2.0.4:
618
- dependencies:
619
- function-bind: 1.1.2
620
-
621
- hono@4.12.27: {}
622
-
623
- http-errors@2.0.1:
624
- dependencies:
625
- depd: 2.0.0
626
- inherits: 2.0.4
627
- setprototypeof: 1.2.0
628
- statuses: 2.0.2
629
- toidentifier: 1.0.1
630
-
631
- iconv-lite@0.7.2:
632
- dependencies:
633
- safer-buffer: 2.1.2
634
-
635
- inherits@2.0.4: {}
636
-
637
- ip-address@10.2.0: {}
638
-
639
- ipaddr.js@1.9.1: {}
640
-
641
- is-promise@4.0.0: {}
642
-
643
- isexe@2.0.0: {}
644
-
645
- jose@6.2.3: {}
646
-
647
- json-schema-traverse@1.0.0: {}
648
-
649
- json-schema-typed@8.0.2: {}
650
-
651
- math-intrinsics@1.1.0: {}
652
-
653
- media-typer@1.1.0: {}
654
-
655
- merge-descriptors@2.0.0: {}
656
-
657
- mime-db@1.54.0: {}
658
-
659
- mime-types@3.0.2:
660
- dependencies:
661
- mime-db: 1.54.0
662
-
663
- ms@2.1.3: {}
664
-
665
- negotiator@1.0.0: {}
666
-
667
- object-assign@4.1.1: {}
668
-
669
- object-inspect@1.13.4: {}
670
-
671
- on-finished@2.4.1:
672
- dependencies:
673
- ee-first: 1.1.1
674
-
675
- once@1.4.0:
676
- dependencies:
677
- wrappy: 1.0.2
678
-
679
- parseurl@1.3.3: {}
680
-
681
- path-key@3.1.1: {}
682
-
683
- path-to-regexp@8.4.2: {}
684
-
685
- pkce-challenge@5.0.1: {}
686
-
687
- playwright-core@1.61.1: {}
688
-
689
- playwright@1.61.1:
690
- dependencies:
691
- playwright-core: 1.61.1
692
- optionalDependencies:
693
- fsevents: 2.3.2
694
-
695
- proxy-addr@2.0.7:
696
- dependencies:
697
- forwarded: 0.2.0
698
- ipaddr.js: 1.9.1
699
-
700
- qs@6.15.3:
701
- dependencies:
702
- es-define-property: 1.0.1
703
- side-channel: 1.1.1
704
-
705
- range-parser@1.3.0: {}
706
-
707
- raw-body@3.0.2:
708
- dependencies:
709
- bytes: 3.1.2
710
- http-errors: 2.0.1
711
- iconv-lite: 0.7.2
712
- unpipe: 1.0.0
713
-
714
- require-from-string@2.0.2: {}
715
-
716
- router@2.2.0:
717
- dependencies:
718
- debug: 4.4.3
719
- depd: 2.0.0
720
- is-promise: 4.0.0
721
- parseurl: 1.3.3
722
- path-to-regexp: 8.4.2
723
- transitivePeerDependencies:
724
- - supports-color
725
-
726
- safer-buffer@2.1.2: {}
727
-
728
- send@1.2.1:
729
- dependencies:
730
- debug: 4.4.3
731
- encodeurl: 2.0.0
732
- escape-html: 1.0.3
733
- etag: 1.8.1
734
- fresh: 2.0.0
735
- http-errors: 2.0.1
736
- mime-types: 3.0.2
737
- ms: 2.1.3
738
- on-finished: 2.4.1
739
- range-parser: 1.3.0
740
- statuses: 2.0.2
741
- transitivePeerDependencies:
742
- - supports-color
743
-
744
- serve-static@2.2.1:
745
- dependencies:
746
- encodeurl: 2.0.0
747
- escape-html: 1.0.3
748
- parseurl: 1.3.3
749
- send: 1.2.1
750
- transitivePeerDependencies:
751
- - supports-color
752
-
753
- setprototypeof@1.2.0: {}
754
-
755
- shebang-command@2.0.0:
756
- dependencies:
757
- shebang-regex: 3.0.0
758
-
759
- shebang-regex@3.0.0: {}
760
-
761
- side-channel-list@1.0.1:
762
- dependencies:
763
- es-errors: 1.3.0
764
- object-inspect: 1.13.4
765
-
766
- side-channel-map@1.0.1:
767
- dependencies:
768
- call-bound: 1.0.4
769
- es-errors: 1.3.0
770
- get-intrinsic: 1.3.0
771
- object-inspect: 1.13.4
772
-
773
- side-channel-weakmap@1.0.2:
774
- dependencies:
775
- call-bound: 1.0.4
776
- es-errors: 1.3.0
777
- get-intrinsic: 1.3.0
778
- object-inspect: 1.13.4
779
- side-channel-map: 1.0.1
780
-
781
- side-channel@1.1.1:
782
- dependencies:
783
- es-errors: 1.3.0
784
- object-inspect: 1.13.4
785
- side-channel-list: 1.0.1
786
- side-channel-map: 1.0.1
787
- side-channel-weakmap: 1.0.2
788
-
789
- statuses@2.0.2: {}
790
-
791
- toidentifier@1.0.1: {}
792
-
793
- type-is@2.1.0:
794
- dependencies:
795
- content-type: 2.0.0
796
- media-typer: 1.1.0
797
- mime-types: 3.0.2
798
-
799
- unpipe@1.0.0: {}
800
-
801
- vary@1.1.2: {}
802
-
803
- which@2.0.2:
804
- dependencies:
805
- isexe: 2.0.0
806
-
807
- wrappy@1.0.2: {}
808
-
809
- zod-to-json-schema@3.25.2(zod@4.4.3):
810
- dependencies:
811
- zod: 4.4.3
812
-
813
- zod@4.4.3: {}
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@modelcontextprotocol/sdk':
12
+ specifier: ^1.29.0
13
+ version: 1.29.0(zod@4.4.3)
14
+ playwright:
15
+ specifier: ^1.61.1
16
+ version: 1.61.1
17
+ zod:
18
+ specifier: ^4.4.3
19
+ version: 4.4.3
20
+
21
+ packages:
22
+
23
+ '@hono/node-server@1.19.14':
24
+ resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==}
25
+ engines: {node: '>=18.14.1'}
26
+ peerDependencies:
27
+ hono: ^4
28
+
29
+ '@modelcontextprotocol/sdk@1.29.0':
30
+ resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==}
31
+ engines: {node: '>=18'}
32
+ peerDependencies:
33
+ '@cfworker/json-schema': ^4.1.1
34
+ zod: ^3.25 || ^4.0
35
+ peerDependenciesMeta:
36
+ '@cfworker/json-schema':
37
+ optional: true
38
+
39
+ accepts@2.0.0:
40
+ resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
41
+ engines: {node: '>= 0.6'}
42
+
43
+ ajv-formats@3.0.1:
44
+ resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
45
+ peerDependencies:
46
+ ajv: ^8.0.0
47
+ peerDependenciesMeta:
48
+ ajv:
49
+ optional: true
50
+
51
+ ajv@8.20.0:
52
+ resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
53
+
54
+ body-parser@2.3.0:
55
+ resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==}
56
+ engines: {node: '>=18'}
57
+
58
+ bytes@3.1.2:
59
+ resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
60
+ engines: {node: '>= 0.8'}
61
+
62
+ call-bind-apply-helpers@1.0.2:
63
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
64
+ engines: {node: '>= 0.4'}
65
+
66
+ call-bound@1.0.4:
67
+ resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
68
+ engines: {node: '>= 0.4'}
69
+
70
+ content-disposition@1.1.0:
71
+ resolution: {integrity: sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==}
72
+ engines: {node: '>=18'}
73
+
74
+ content-type@1.0.5:
75
+ resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
76
+ engines: {node: '>= 0.6'}
77
+
78
+ content-type@2.0.0:
79
+ resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==}
80
+ engines: {node: '>=18'}
81
+
82
+ cookie-signature@1.2.2:
83
+ resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
84
+ engines: {node: '>=6.6.0'}
85
+
86
+ cookie@0.7.2:
87
+ resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
88
+ engines: {node: '>= 0.6'}
89
+
90
+ cors@2.8.6:
91
+ resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
92
+ engines: {node: '>= 0.10'}
93
+
94
+ cross-spawn@7.0.6:
95
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
96
+ engines: {node: '>= 8'}
97
+
98
+ debug@4.4.3:
99
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
100
+ engines: {node: '>=6.0'}
101
+ peerDependencies:
102
+ supports-color: '*'
103
+ peerDependenciesMeta:
104
+ supports-color:
105
+ optional: true
106
+
107
+ depd@2.0.0:
108
+ resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
109
+ engines: {node: '>= 0.8'}
110
+
111
+ dunder-proto@1.0.1:
112
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
113
+ engines: {node: '>= 0.4'}
114
+
115
+ ee-first@1.1.1:
116
+ resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
117
+
118
+ encodeurl@2.0.0:
119
+ resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
120
+ engines: {node: '>= 0.8'}
121
+
122
+ es-define-property@1.0.1:
123
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
124
+ engines: {node: '>= 0.4'}
125
+
126
+ es-errors@1.3.0:
127
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
128
+ engines: {node: '>= 0.4'}
129
+
130
+ es-object-atoms@1.1.2:
131
+ resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
132
+ engines: {node: '>= 0.4'}
133
+
134
+ escape-html@1.0.3:
135
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
136
+
137
+ etag@1.8.1:
138
+ resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
139
+ engines: {node: '>= 0.6'}
140
+
141
+ eventsource-parser@3.1.0:
142
+ resolution: {integrity: sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==}
143
+ engines: {node: '>=18.0.0'}
144
+
145
+ eventsource@3.0.7:
146
+ resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==}
147
+ engines: {node: '>=18.0.0'}
148
+
149
+ express-rate-limit@8.5.2:
150
+ resolution: {integrity: sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==}
151
+ engines: {node: '>= 16'}
152
+ peerDependencies:
153
+ express: '>= 4.11'
154
+
155
+ express@5.2.1:
156
+ resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
157
+ engines: {node: '>= 18'}
158
+
159
+ fast-deep-equal@3.1.3:
160
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
161
+
162
+ fast-uri@3.1.3:
163
+ resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==}
164
+
165
+ finalhandler@2.1.1:
166
+ resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
167
+ engines: {node: '>= 18.0.0'}
168
+
169
+ forwarded@0.2.0:
170
+ resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
171
+ engines: {node: '>= 0.6'}
172
+
173
+ fresh@2.0.0:
174
+ resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
175
+ engines: {node: '>= 0.8'}
176
+
177
+ fsevents@2.3.2:
178
+ resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
179
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
180
+ os: [darwin]
181
+
182
+ function-bind@1.1.2:
183
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
184
+
185
+ get-intrinsic@1.3.0:
186
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
187
+ engines: {node: '>= 0.4'}
188
+
189
+ get-proto@1.0.1:
190
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
191
+ engines: {node: '>= 0.4'}
192
+
193
+ gopd@1.2.0:
194
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
195
+ engines: {node: '>= 0.4'}
196
+
197
+ has-symbols@1.1.0:
198
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
199
+ engines: {node: '>= 0.4'}
200
+
201
+ hasown@2.0.4:
202
+ resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
203
+ engines: {node: '>= 0.4'}
204
+
205
+ hono@4.12.27:
206
+ resolution: {integrity: sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==}
207
+ engines: {node: '>=16.9.0'}
208
+
209
+ http-errors@2.0.1:
210
+ resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
211
+ engines: {node: '>= 0.8'}
212
+
213
+ iconv-lite@0.7.2:
214
+ resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
215
+ engines: {node: '>=0.10.0'}
216
+
217
+ inherits@2.0.4:
218
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
219
+
220
+ ip-address@10.2.0:
221
+ resolution: {integrity: sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==}
222
+ engines: {node: '>= 12'}
223
+
224
+ ipaddr.js@1.9.1:
225
+ resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
226
+ engines: {node: '>= 0.10'}
227
+
228
+ is-promise@4.0.0:
229
+ resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
230
+
231
+ isexe@2.0.0:
232
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
233
+
234
+ jose@6.2.3:
235
+ resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==}
236
+
237
+ json-schema-traverse@1.0.0:
238
+ resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
239
+
240
+ json-schema-typed@8.0.2:
241
+ resolution: {integrity: sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==}
242
+
243
+ math-intrinsics@1.1.0:
244
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
245
+ engines: {node: '>= 0.4'}
246
+
247
+ media-typer@1.1.0:
248
+ resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
249
+ engines: {node: '>= 0.8'}
250
+
251
+ merge-descriptors@2.0.0:
252
+ resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
253
+ engines: {node: '>=18'}
254
+
255
+ mime-db@1.54.0:
256
+ resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
257
+ engines: {node: '>= 0.6'}
258
+
259
+ mime-types@3.0.2:
260
+ resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
261
+ engines: {node: '>=18'}
262
+
263
+ ms@2.1.3:
264
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
265
+
266
+ negotiator@1.0.0:
267
+ resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
268
+ engines: {node: '>= 0.6'}
269
+
270
+ object-assign@4.1.1:
271
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
272
+ engines: {node: '>=0.10.0'}
273
+
274
+ object-inspect@1.13.4:
275
+ resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
276
+ engines: {node: '>= 0.4'}
277
+
278
+ on-finished@2.4.1:
279
+ resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
280
+ engines: {node: '>= 0.8'}
281
+
282
+ once@1.4.0:
283
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
284
+
285
+ parseurl@1.3.3:
286
+ resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
287
+ engines: {node: '>= 0.8'}
288
+
289
+ path-key@3.1.1:
290
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
291
+ engines: {node: '>=8'}
292
+
293
+ path-to-regexp@8.4.2:
294
+ resolution: {integrity: sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==}
295
+
296
+ pkce-challenge@5.0.1:
297
+ resolution: {integrity: sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==}
298
+ engines: {node: '>=16.20.0'}
299
+
300
+ playwright-core@1.61.1:
301
+ resolution: {integrity: sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==}
302
+ engines: {node: '>=18'}
303
+ hasBin: true
304
+
305
+ playwright@1.61.1:
306
+ resolution: {integrity: sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==}
307
+ engines: {node: '>=18'}
308
+ hasBin: true
309
+
310
+ proxy-addr@2.0.7:
311
+ resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
312
+ engines: {node: '>= 0.10'}
313
+
314
+ qs@6.15.3:
315
+ resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==}
316
+ engines: {node: '>=0.6'}
317
+
318
+ range-parser@1.3.0:
319
+ resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==}
320
+ engines: {node: '>= 0.6'}
321
+
322
+ raw-body@3.0.2:
323
+ resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
324
+ engines: {node: '>= 0.10'}
325
+
326
+ require-from-string@2.0.2:
327
+ resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
328
+ engines: {node: '>=0.10.0'}
329
+
330
+ router@2.2.0:
331
+ resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
332
+ engines: {node: '>= 18'}
333
+
334
+ safer-buffer@2.1.2:
335
+ resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
336
+
337
+ send@1.2.1:
338
+ resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
339
+ engines: {node: '>= 18'}
340
+
341
+ serve-static@2.2.1:
342
+ resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
343
+ engines: {node: '>= 18'}
344
+
345
+ setprototypeof@1.2.0:
346
+ resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
347
+
348
+ shebang-command@2.0.0:
349
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
350
+ engines: {node: '>=8'}
351
+
352
+ shebang-regex@3.0.0:
353
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
354
+ engines: {node: '>=8'}
355
+
356
+ side-channel-list@1.0.1:
357
+ resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==}
358
+ engines: {node: '>= 0.4'}
359
+
360
+ side-channel-map@1.0.1:
361
+ resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
362
+ engines: {node: '>= 0.4'}
363
+
364
+ side-channel-weakmap@1.0.2:
365
+ resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
366
+ engines: {node: '>= 0.4'}
367
+
368
+ side-channel@1.1.1:
369
+ resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==}
370
+ engines: {node: '>= 0.4'}
371
+
372
+ statuses@2.0.2:
373
+ resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
374
+ engines: {node: '>= 0.8'}
375
+
376
+ toidentifier@1.0.1:
377
+ resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
378
+ engines: {node: '>=0.6'}
379
+
380
+ type-is@2.1.0:
381
+ resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==}
382
+ engines: {node: '>= 18'}
383
+
384
+ unpipe@1.0.0:
385
+ resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
386
+ engines: {node: '>= 0.8'}
387
+
388
+ vary@1.1.2:
389
+ resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
390
+ engines: {node: '>= 0.8'}
391
+
392
+ which@2.0.2:
393
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
394
+ engines: {node: '>= 8'}
395
+ hasBin: true
396
+
397
+ wrappy@1.0.2:
398
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
399
+
400
+ zod-to-json-schema@3.25.2:
401
+ resolution: {integrity: sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==}
402
+ peerDependencies:
403
+ zod: ^3.25.28 || ^4
404
+
405
+ zod@4.4.3:
406
+ resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
407
+
408
+ snapshots:
409
+
410
+ '@hono/node-server@1.19.14(hono@4.12.27)':
411
+ dependencies:
412
+ hono: 4.12.27
413
+
414
+ '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)':
415
+ dependencies:
416
+ '@hono/node-server': 1.19.14(hono@4.12.27)
417
+ ajv: 8.20.0
418
+ ajv-formats: 3.0.1(ajv@8.20.0)
419
+ content-type: 1.0.5
420
+ cors: 2.8.6
421
+ cross-spawn: 7.0.6
422
+ eventsource: 3.0.7
423
+ eventsource-parser: 3.1.0
424
+ express: 5.2.1
425
+ express-rate-limit: 8.5.2(express@5.2.1)
426
+ hono: 4.12.27
427
+ jose: 6.2.3
428
+ json-schema-typed: 8.0.2
429
+ pkce-challenge: 5.0.1
430
+ raw-body: 3.0.2
431
+ zod: 4.4.3
432
+ zod-to-json-schema: 3.25.2(zod@4.4.3)
433
+ transitivePeerDependencies:
434
+ - supports-color
435
+
436
+ accepts@2.0.0:
437
+ dependencies:
438
+ mime-types: 3.0.2
439
+ negotiator: 1.0.0
440
+
441
+ ajv-formats@3.0.1(ajv@8.20.0):
442
+ optionalDependencies:
443
+ ajv: 8.20.0
444
+
445
+ ajv@8.20.0:
446
+ dependencies:
447
+ fast-deep-equal: 3.1.3
448
+ fast-uri: 3.1.3
449
+ json-schema-traverse: 1.0.0
450
+ require-from-string: 2.0.2
451
+
452
+ body-parser@2.3.0:
453
+ dependencies:
454
+ bytes: 3.1.2
455
+ content-type: 2.0.0
456
+ debug: 4.4.3
457
+ http-errors: 2.0.1
458
+ iconv-lite: 0.7.2
459
+ on-finished: 2.4.1
460
+ qs: 6.15.3
461
+ raw-body: 3.0.2
462
+ type-is: 2.1.0
463
+ transitivePeerDependencies:
464
+ - supports-color
465
+
466
+ bytes@3.1.2: {}
467
+
468
+ call-bind-apply-helpers@1.0.2:
469
+ dependencies:
470
+ es-errors: 1.3.0
471
+ function-bind: 1.1.2
472
+
473
+ call-bound@1.0.4:
474
+ dependencies:
475
+ call-bind-apply-helpers: 1.0.2
476
+ get-intrinsic: 1.3.0
477
+
478
+ content-disposition@1.1.0: {}
479
+
480
+ content-type@1.0.5: {}
481
+
482
+ content-type@2.0.0: {}
483
+
484
+ cookie-signature@1.2.2: {}
485
+
486
+ cookie@0.7.2: {}
487
+
488
+ cors@2.8.6:
489
+ dependencies:
490
+ object-assign: 4.1.1
491
+ vary: 1.1.2
492
+
493
+ cross-spawn@7.0.6:
494
+ dependencies:
495
+ path-key: 3.1.1
496
+ shebang-command: 2.0.0
497
+ which: 2.0.2
498
+
499
+ debug@4.4.3:
500
+ dependencies:
501
+ ms: 2.1.3
502
+
503
+ depd@2.0.0: {}
504
+
505
+ dunder-proto@1.0.1:
506
+ dependencies:
507
+ call-bind-apply-helpers: 1.0.2
508
+ es-errors: 1.3.0
509
+ gopd: 1.2.0
510
+
511
+ ee-first@1.1.1: {}
512
+
513
+ encodeurl@2.0.0: {}
514
+
515
+ es-define-property@1.0.1: {}
516
+
517
+ es-errors@1.3.0: {}
518
+
519
+ es-object-atoms@1.1.2:
520
+ dependencies:
521
+ es-errors: 1.3.0
522
+
523
+ escape-html@1.0.3: {}
524
+
525
+ etag@1.8.1: {}
526
+
527
+ eventsource-parser@3.1.0: {}
528
+
529
+ eventsource@3.0.7:
530
+ dependencies:
531
+ eventsource-parser: 3.1.0
532
+
533
+ express-rate-limit@8.5.2(express@5.2.1):
534
+ dependencies:
535
+ express: 5.2.1
536
+ ip-address: 10.2.0
537
+
538
+ express@5.2.1:
539
+ dependencies:
540
+ accepts: 2.0.0
541
+ body-parser: 2.3.0
542
+ content-disposition: 1.1.0
543
+ content-type: 1.0.5
544
+ cookie: 0.7.2
545
+ cookie-signature: 1.2.2
546
+ debug: 4.4.3
547
+ depd: 2.0.0
548
+ encodeurl: 2.0.0
549
+ escape-html: 1.0.3
550
+ etag: 1.8.1
551
+ finalhandler: 2.1.1
552
+ fresh: 2.0.0
553
+ http-errors: 2.0.1
554
+ merge-descriptors: 2.0.0
555
+ mime-types: 3.0.2
556
+ on-finished: 2.4.1
557
+ once: 1.4.0
558
+ parseurl: 1.3.3
559
+ proxy-addr: 2.0.7
560
+ qs: 6.15.3
561
+ range-parser: 1.3.0
562
+ router: 2.2.0
563
+ send: 1.2.1
564
+ serve-static: 2.2.1
565
+ statuses: 2.0.2
566
+ type-is: 2.1.0
567
+ vary: 1.1.2
568
+ transitivePeerDependencies:
569
+ - supports-color
570
+
571
+ fast-deep-equal@3.1.3: {}
572
+
573
+ fast-uri@3.1.3: {}
574
+
575
+ finalhandler@2.1.1:
576
+ dependencies:
577
+ debug: 4.4.3
578
+ encodeurl: 2.0.0
579
+ escape-html: 1.0.3
580
+ on-finished: 2.4.1
581
+ parseurl: 1.3.3
582
+ statuses: 2.0.2
583
+ transitivePeerDependencies:
584
+ - supports-color
585
+
586
+ forwarded@0.2.0: {}
587
+
588
+ fresh@2.0.0: {}
589
+
590
+ fsevents@2.3.2:
591
+ optional: true
592
+
593
+ function-bind@1.1.2: {}
594
+
595
+ get-intrinsic@1.3.0:
596
+ dependencies:
597
+ call-bind-apply-helpers: 1.0.2
598
+ es-define-property: 1.0.1
599
+ es-errors: 1.3.0
600
+ es-object-atoms: 1.1.2
601
+ function-bind: 1.1.2
602
+ get-proto: 1.0.1
603
+ gopd: 1.2.0
604
+ has-symbols: 1.1.0
605
+ hasown: 2.0.4
606
+ math-intrinsics: 1.1.0
607
+
608
+ get-proto@1.0.1:
609
+ dependencies:
610
+ dunder-proto: 1.0.1
611
+ es-object-atoms: 1.1.2
612
+
613
+ gopd@1.2.0: {}
614
+
615
+ has-symbols@1.1.0: {}
616
+
617
+ hasown@2.0.4:
618
+ dependencies:
619
+ function-bind: 1.1.2
620
+
621
+ hono@4.12.27: {}
622
+
623
+ http-errors@2.0.1:
624
+ dependencies:
625
+ depd: 2.0.0
626
+ inherits: 2.0.4
627
+ setprototypeof: 1.2.0
628
+ statuses: 2.0.2
629
+ toidentifier: 1.0.1
630
+
631
+ iconv-lite@0.7.2:
632
+ dependencies:
633
+ safer-buffer: 2.1.2
634
+
635
+ inherits@2.0.4: {}
636
+
637
+ ip-address@10.2.0: {}
638
+
639
+ ipaddr.js@1.9.1: {}
640
+
641
+ is-promise@4.0.0: {}
642
+
643
+ isexe@2.0.0: {}
644
+
645
+ jose@6.2.3: {}
646
+
647
+ json-schema-traverse@1.0.0: {}
648
+
649
+ json-schema-typed@8.0.2: {}
650
+
651
+ math-intrinsics@1.1.0: {}
652
+
653
+ media-typer@1.1.0: {}
654
+
655
+ merge-descriptors@2.0.0: {}
656
+
657
+ mime-db@1.54.0: {}
658
+
659
+ mime-types@3.0.2:
660
+ dependencies:
661
+ mime-db: 1.54.0
662
+
663
+ ms@2.1.3: {}
664
+
665
+ negotiator@1.0.0: {}
666
+
667
+ object-assign@4.1.1: {}
668
+
669
+ object-inspect@1.13.4: {}
670
+
671
+ on-finished@2.4.1:
672
+ dependencies:
673
+ ee-first: 1.1.1
674
+
675
+ once@1.4.0:
676
+ dependencies:
677
+ wrappy: 1.0.2
678
+
679
+ parseurl@1.3.3: {}
680
+
681
+ path-key@3.1.1: {}
682
+
683
+ path-to-regexp@8.4.2: {}
684
+
685
+ pkce-challenge@5.0.1: {}
686
+
687
+ playwright-core@1.61.1: {}
688
+
689
+ playwright@1.61.1:
690
+ dependencies:
691
+ playwright-core: 1.61.1
692
+ optionalDependencies:
693
+ fsevents: 2.3.2
694
+
695
+ proxy-addr@2.0.7:
696
+ dependencies:
697
+ forwarded: 0.2.0
698
+ ipaddr.js: 1.9.1
699
+
700
+ qs@6.15.3:
701
+ dependencies:
702
+ es-define-property: 1.0.1
703
+ side-channel: 1.1.1
704
+
705
+ range-parser@1.3.0: {}
706
+
707
+ raw-body@3.0.2:
708
+ dependencies:
709
+ bytes: 3.1.2
710
+ http-errors: 2.0.1
711
+ iconv-lite: 0.7.2
712
+ unpipe: 1.0.0
713
+
714
+ require-from-string@2.0.2: {}
715
+
716
+ router@2.2.0:
717
+ dependencies:
718
+ debug: 4.4.3
719
+ depd: 2.0.0
720
+ is-promise: 4.0.0
721
+ parseurl: 1.3.3
722
+ path-to-regexp: 8.4.2
723
+ transitivePeerDependencies:
724
+ - supports-color
725
+
726
+ safer-buffer@2.1.2: {}
727
+
728
+ send@1.2.1:
729
+ dependencies:
730
+ debug: 4.4.3
731
+ encodeurl: 2.0.0
732
+ escape-html: 1.0.3
733
+ etag: 1.8.1
734
+ fresh: 2.0.0
735
+ http-errors: 2.0.1
736
+ mime-types: 3.0.2
737
+ ms: 2.1.3
738
+ on-finished: 2.4.1
739
+ range-parser: 1.3.0
740
+ statuses: 2.0.2
741
+ transitivePeerDependencies:
742
+ - supports-color
743
+
744
+ serve-static@2.2.1:
745
+ dependencies:
746
+ encodeurl: 2.0.0
747
+ escape-html: 1.0.3
748
+ parseurl: 1.3.3
749
+ send: 1.2.1
750
+ transitivePeerDependencies:
751
+ - supports-color
752
+
753
+ setprototypeof@1.2.0: {}
754
+
755
+ shebang-command@2.0.0:
756
+ dependencies:
757
+ shebang-regex: 3.0.0
758
+
759
+ shebang-regex@3.0.0: {}
760
+
761
+ side-channel-list@1.0.1:
762
+ dependencies:
763
+ es-errors: 1.3.0
764
+ object-inspect: 1.13.4
765
+
766
+ side-channel-map@1.0.1:
767
+ dependencies:
768
+ call-bound: 1.0.4
769
+ es-errors: 1.3.0
770
+ get-intrinsic: 1.3.0
771
+ object-inspect: 1.13.4
772
+
773
+ side-channel-weakmap@1.0.2:
774
+ dependencies:
775
+ call-bound: 1.0.4
776
+ es-errors: 1.3.0
777
+ get-intrinsic: 1.3.0
778
+ object-inspect: 1.13.4
779
+ side-channel-map: 1.0.1
780
+
781
+ side-channel@1.1.1:
782
+ dependencies:
783
+ es-errors: 1.3.0
784
+ object-inspect: 1.13.4
785
+ side-channel-list: 1.0.1
786
+ side-channel-map: 1.0.1
787
+ side-channel-weakmap: 1.0.2
788
+
789
+ statuses@2.0.2: {}
790
+
791
+ toidentifier@1.0.1: {}
792
+
793
+ type-is@2.1.0:
794
+ dependencies:
795
+ content-type: 2.0.0
796
+ media-typer: 1.1.0
797
+ mime-types: 3.0.2
798
+
799
+ unpipe@1.0.0: {}
800
+
801
+ vary@1.1.2: {}
802
+
803
+ which@2.0.2:
804
+ dependencies:
805
+ isexe: 2.0.0
806
+
807
+ wrappy@1.0.2: {}
808
+
809
+ zod-to-json-schema@3.25.2(zod@4.4.3):
810
+ dependencies:
811
+ zod: 4.4.3
812
+
813
+ zod@4.4.3: {}