@gotza02/sequential-thinking 10000.1.9 → 10000.2.1

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.
@@ -0,0 +1,1641 @@
1
+ {
2
+ "version": "2.0",
3
+ "files": {
4
+ "/home/thinking/dist/analyzers/ComplexityCalculator.d.ts": {
5
+ "mtime": 1769705671132.3545,
6
+ "imports": [
7
+ "typescript"
8
+ ],
9
+ "symbols": [
10
+ "interface:CodeMetrics",
11
+ "class:ComplexityCalculator",
12
+ "var:complexityCalculator"
13
+ ]
14
+ },
15
+ "/home/thinking/dist/analyzers/RefactoringEngine.d.ts": {
16
+ "mtime": 1769705671136.3545,
17
+ "imports": [
18
+ "typescript",
19
+ "./ComplexityCalculator.js"
20
+ ],
21
+ "symbols": [
22
+ "interface:RefactoringSuggestion",
23
+ "class:RefactoringEngine",
24
+ "var:refactoringEngine"
25
+ ]
26
+ },
27
+ "/home/thinking/dist/analyzers/RefactoringEngine.js": {
28
+ "mtime": 1769705671136.3545,
29
+ "imports": [
30
+ "typescript"
31
+ ],
32
+ "symbols": [
33
+ "class:RefactoringEngine",
34
+ "var:refactoringEngine"
35
+ ]
36
+ },
37
+ "/home/thinking/dist/analyzers/QualityAnalyzer.js": {
38
+ "mtime": 1769705671132.3545,
39
+ "imports": [
40
+ "typescript"
41
+ ],
42
+ "symbols": [
43
+ "class:QualityAnalyzer",
44
+ "var:qualityAnalyzer"
45
+ ]
46
+ },
47
+ "/home/thinking/dist/analyzers/index.d.ts": {
48
+ "mtime": 1769705671136.3545,
49
+ "imports": [
50
+ "./ComplexityCalculator.js",
51
+ "./ComplexityCalculator.js",
52
+ "./QualityAnalyzer.js",
53
+ "./QualityAnalyzer.js",
54
+ "./SymbolAnalyzer.js",
55
+ "./SymbolAnalyzer.js",
56
+ "./RefactoringEngine.js",
57
+ "./RefactoringEngine.js"
58
+ ],
59
+ "symbols": []
60
+ },
61
+ "/home/thinking/dist/chaos.test.d.ts": {
62
+ "mtime": 1769705670992.3545,
63
+ "imports": [],
64
+ "symbols": []
65
+ },
66
+ "/home/thinking/dist/chaos.test.js": {
67
+ "mtime": 1769705670992.3545,
68
+ "imports": [
69
+ "vitest",
70
+ "./notes.js",
71
+ "./graph.js",
72
+ "fs/promises",
73
+ "path"
74
+ ],
75
+ "symbols": []
76
+ },
77
+ "/home/thinking/dist/analyzers/SymbolAnalyzer.d.ts": {
78
+ "mtime": 1769705671136.3545,
79
+ "imports": [
80
+ "typescript"
81
+ ],
82
+ "symbols": [
83
+ "interface:SymbolAnalysis",
84
+ "class:SymbolAnalyzer",
85
+ "var:symbolAnalyzer"
86
+ ]
87
+ },
88
+ "/home/thinking/dist/codestore.d.ts": {
89
+ "mtime": 1769705671000.3545,
90
+ "imports": [],
91
+ "symbols": [
92
+ "interface:CodeSnippet",
93
+ "interface:CodeKnowledge",
94
+ "interface:SearchOptions",
95
+ "interface:SearchResult",
96
+ "class:CodeDatabase"
97
+ ]
98
+ },
99
+ "/home/thinking/dist/codestore.js": {
100
+ "mtime": 1769705671000.3545,
101
+ "imports": [
102
+ "fs/promises",
103
+ "fs",
104
+ "path",
105
+ "./utils.js"
106
+ ],
107
+ "symbols": [
108
+ "class:CodeDatabase"
109
+ ]
110
+ },
111
+ "/home/thinking/dist/analyzers/index.js": {
112
+ "mtime": 1769705671136.3545,
113
+ "imports": [
114
+ "./ComplexityCalculator.js",
115
+ "./QualityAnalyzer.js",
116
+ "./SymbolAnalyzer.js",
117
+ "./RefactoringEngine.js"
118
+ ],
119
+ "symbols": []
120
+ },
121
+ "/home/thinking/dist/codestore.test.d.ts": {
122
+ "mtime": 1769705671000.3545,
123
+ "imports": [],
124
+ "symbols": []
125
+ },
126
+ "/home/thinking/dist/codestore.test.js": {
127
+ "mtime": 1769705671000.3545,
128
+ "imports": [
129
+ "vitest",
130
+ "./codestore.js",
131
+ "fs/promises"
132
+ ],
133
+ "symbols": []
134
+ },
135
+ "/home/thinking/dist/core/ContextManager.d.ts": {
136
+ "mtime": 1769705671008.3545,
137
+ "imports": [
138
+ "../lib.js"
139
+ ],
140
+ "symbols": [
141
+ "class:ContextManager"
142
+ ]
143
+ },
144
+ "/home/thinking/dist/coding.test.d.ts": {
145
+ "mtime": 1769705671008.3545,
146
+ "imports": [],
147
+ "symbols": []
148
+ },
149
+ "/home/thinking/dist/core/ContextManager.js": {
150
+ "mtime": 1769705671008.3545,
151
+ "imports": [],
152
+ "symbols": [
153
+ "class:ContextManager"
154
+ ]
155
+ },
156
+ "/home/thinking/dist/core/RuleManager.d.ts": {
157
+ "mtime": 1769705671012.3545,
158
+ "imports": [],
159
+ "symbols": [
160
+ "class:RuleManager"
161
+ ]
162
+ },
163
+ "/home/thinking/dist/coding.test.js": {
164
+ "mtime": 1769705671008.3545,
165
+ "imports": [
166
+ "vitest",
167
+ "./tools/coding.js",
168
+ "./graph.js",
169
+ "fs/promises"
170
+ ],
171
+ "symbols": []
172
+ },
173
+ "/home/thinking/dist/dashboard/server.js": {
174
+ "mtime": 1769705671152.3545,
175
+ "imports": [
176
+ "http",
177
+ "fs",
178
+ "path",
179
+ "url",
180
+ "../graph.js",
181
+ "../intelligent-code.js"
182
+ ],
183
+ "symbols": [
184
+ "function:startDashboard"
185
+ ]
186
+ },
187
+ "/home/thinking/dist/dashboard/server.d.ts": {
188
+ "mtime": 1769705671152.3545,
189
+ "imports": [
190
+ "http"
191
+ ],
192
+ "symbols": [
193
+ "function:startDashboard"
194
+ ]
195
+ },
196
+ "/home/thinking/dist/e2e.test.d.ts": {
197
+ "mtime": 1769705671032.3545,
198
+ "imports": [],
199
+ "symbols": []
200
+ },
201
+ "/home/thinking/dist/e2e.test.js": {
202
+ "mtime": 1769705671032.3545,
203
+ "imports": [
204
+ "vitest",
205
+ "fs/promises",
206
+ "path",
207
+ "./lib.js",
208
+ "./notes.js",
209
+ "./graph.js",
210
+ "./tools/thinking.js",
211
+ "./tools/notes.js",
212
+ "./tools/filesystem.js",
213
+ "./tools/coding.js"
214
+ ],
215
+ "symbols": []
216
+ },
217
+ "/home/thinking/dist/core/RuleManager.js": {
218
+ "mtime": 1769705671012.3545,
219
+ "imports": [
220
+ "fs/promises",
221
+ "fs",
222
+ "path"
223
+ ],
224
+ "symbols": [
225
+ "class:RuleManager"
226
+ ]
227
+ },
228
+ "/home/thinking/dist/filesystem.test.js": {
229
+ "mtime": 1769705671036.3545,
230
+ "imports": [
231
+ "vitest",
232
+ "./tools/filesystem.js",
233
+ "fs/promises",
234
+ "path",
235
+ "./utils.js"
236
+ ],
237
+ "symbols": []
238
+ },
239
+ "/home/thinking/dist/graph.js": {
240
+ "mtime": 1769705670988.3545,
241
+ "imports": [
242
+ "fs/promises",
243
+ "path",
244
+ "fs",
245
+ "crypto",
246
+ "./parsers/index.js"
247
+ ],
248
+ "symbols": [
249
+ "class:ProjectKnowledgeGraph"
250
+ ]
251
+ },
252
+ "/home/thinking/dist/graph.test.d.ts": {
253
+ "mtime": 1769705671036.3545,
254
+ "imports": [],
255
+ "symbols": []
256
+ },
257
+ "/home/thinking/dist/graph.test.js": {
258
+ "mtime": 1769705671036.3545,
259
+ "imports": [
260
+ "vitest",
261
+ "./graph.js",
262
+ "fs/promises"
263
+ ],
264
+ "symbols": []
265
+ },
266
+ "/home/thinking/dist/graph.d.ts": {
267
+ "mtime": 1769705670992.3545,
268
+ "imports": [],
269
+ "symbols": [
270
+ "interface:FileNode",
271
+ "class:ProjectKnowledgeGraph"
272
+ ]
273
+ },
274
+ "/home/thinking/dist/graph_extra.test.d.ts": {
275
+ "mtime": 1769705671036.3545,
276
+ "imports": [],
277
+ "symbols": []
278
+ },
279
+ "/home/thinking/dist/graph_extra.test.js": {
280
+ "mtime": 1769705671036.3545,
281
+ "imports": [
282
+ "vitest",
283
+ "./graph.js",
284
+ "fs/promises",
285
+ "path",
286
+ "os"
287
+ ],
288
+ "symbols": []
289
+ },
290
+ "/home/thinking/dist/graph_repro.test.d.ts": {
291
+ "mtime": 1769705671040.3545,
292
+ "imports": [],
293
+ "symbols": []
294
+ },
295
+ "/home/thinking/dist/filesystem.test.d.ts": {
296
+ "mtime": 1769705671036.3545,
297
+ "imports": [],
298
+ "symbols": []
299
+ },
300
+ "/home/thinking/dist/graph_repro.test.js": {
301
+ "mtime": 1769705671040.3545,
302
+ "imports": [
303
+ "vitest",
304
+ "./graph.js",
305
+ "fs/promises"
306
+ ],
307
+ "symbols": []
308
+ },
309
+ "/home/thinking/dist/analyzers/SymbolAnalyzer.js": {
310
+ "mtime": 1769705671136.3545,
311
+ "imports": [
312
+ "typescript"
313
+ ],
314
+ "symbols": [
315
+ "class:SymbolAnalyzer",
316
+ "var:symbolAnalyzer"
317
+ ]
318
+ },
319
+ "/home/thinking/dist/http-server.js": {
320
+ "mtime": 1769705671048.3545,
321
+ "imports": [
322
+ "express",
323
+ "cors",
324
+ "./lib.js",
325
+ "./graph.js",
326
+ "./notes.js",
327
+ "./codestore.js",
328
+ "./utils.js",
329
+ "./utils.js"
330
+ ],
331
+ "symbols": []
332
+ },
333
+ "/home/thinking/dist/human.test.d.ts": {
334
+ "mtime": 1769705671056.3545,
335
+ "imports": [],
336
+ "symbols": []
337
+ },
338
+ "/home/thinking/dist/index.d.ts": {
339
+ "mtime": 1769705671152.3545,
340
+ "imports": [],
341
+ "symbols": []
342
+ },
343
+ "/home/thinking/dist/integration.test.d.ts": {
344
+ "mtime": 1769705671152.3545,
345
+ "imports": [],
346
+ "symbols": []
347
+ },
348
+ "/home/thinking/dist/index.js": {
349
+ "mtime": 1769705671152.3545,
350
+ "imports": [
351
+ "fs",
352
+ "url",
353
+ "path",
354
+ "@modelcontextprotocol/sdk/server/mcp.js",
355
+ "@modelcontextprotocol/sdk/server/stdio.js",
356
+ "./lib.js",
357
+ "./graph.js",
358
+ "./notes.js",
359
+ "./knowledge.js",
360
+ "./codestore.js",
361
+ "./tools/thinking.js",
362
+ "./tools/web.js",
363
+ "./tools/filesystem.js",
364
+ "./tools/graph.js",
365
+ "./tools/notes.js",
366
+ "./tools/knowledge.js",
367
+ "./tools/coding.js",
368
+ "./tools/codestore.js",
369
+ "./tools/human.js",
370
+ "./tools/sports.js",
371
+ "./tools/intelligent-code.js",
372
+ "./dashboard/server.js"
373
+ ],
374
+ "symbols": []
375
+ },
376
+ "/home/thinking/dist/intelligent-code.d.ts": {
377
+ "mtime": 1769705671144.3545,
378
+ "imports": [
379
+ "typescript",
380
+ "./graph.js",
381
+ "./analyzers/index.js",
382
+ "./analyzers/index.js"
383
+ ],
384
+ "symbols": [
385
+ "interface:ImpactAnalysis",
386
+ "interface:SemanticSearchResult",
387
+ "interface:CodePattern",
388
+ "class:IntelligentCodeAnalyzer",
389
+ "function:getIntelligentAnalyzer"
390
+ ]
391
+ },
392
+ "/home/thinking/dist/knowledge.d.ts": {
393
+ "mtime": 1769705671064.3545,
394
+ "imports": [],
395
+ "symbols": [
396
+ "interface:KnowledgeNode",
397
+ "interface:KnowledgeEdge",
398
+ "interface:GraphQuery",
399
+ "class:KnowledgeGraphManager"
400
+ ]
401
+ },
402
+ "/home/thinking/dist/human.test.js": {
403
+ "mtime": 1769705671056.3545,
404
+ "imports": [
405
+ "vitest",
406
+ "./tools/human.js"
407
+ ],
408
+ "symbols": []
409
+ },
410
+ "/home/thinking/dist/integration.test.js": {
411
+ "mtime": 1769705671152.3545,
412
+ "imports": [
413
+ "vitest",
414
+ "./tools/thinking.js",
415
+ "./tools/graph.js",
416
+ "./tools/notes.js"
417
+ ],
418
+ "symbols": []
419
+ },
420
+ "/home/thinking/dist/http-server.d.ts": {
421
+ "mtime": 1769705671048.3545,
422
+ "imports": [],
423
+ "symbols": []
424
+ },
425
+ "/home/thinking/dist/knowledge.test.d.ts": {
426
+ "mtime": 1769705671156.3545,
427
+ "imports": [],
428
+ "symbols": []
429
+ },
430
+ "/home/thinking/dist/knowledge.js": {
431
+ "mtime": 1769705671060.3545,
432
+ "imports": [
433
+ "fs/promises",
434
+ "fs",
435
+ "path",
436
+ "./utils.js"
437
+ ],
438
+ "symbols": [
439
+ "class:KnowledgeGraphManager"
440
+ ]
441
+ },
442
+ "/home/thinking/dist/intelligent-code.js": {
443
+ "mtime": 1769705671140.3545,
444
+ "imports": [
445
+ "fs/promises",
446
+ "path",
447
+ "child_process",
448
+ "util",
449
+ "typescript",
450
+ "./utils.js",
451
+ "./analyzers/index.js"
452
+ ],
453
+ "symbols": [
454
+ "class:IntelligentCodeAnalyzer",
455
+ "function:getIntelligentAnalyzer"
456
+ ]
457
+ },
458
+ "/home/thinking/dist/analyzers/QualityAnalyzer.d.ts": {
459
+ "mtime": 1769705671132.3545,
460
+ "imports": [
461
+ "typescript",
462
+ "./ComplexityCalculator.js"
463
+ ],
464
+ "symbols": [
465
+ "interface:QualityIssue",
466
+ "interface:CodeQualityScore",
467
+ "class:QualityAnalyzer",
468
+ "var:qualityAnalyzer"
469
+ ]
470
+ },
471
+ "/home/thinking/dist/knowledge.test.js": {
472
+ "mtime": 1769705671156.3545,
473
+ "imports": [
474
+ "vitest",
475
+ "./knowledge.js",
476
+ "fs/promises"
477
+ ],
478
+ "symbols": []
479
+ },
480
+ "/home/thinking/dist/analyzers/ComplexityCalculator.js": {
481
+ "mtime": 1769705671132.3545,
482
+ "imports": [
483
+ "typescript"
484
+ ],
485
+ "symbols": [
486
+ "class:ComplexityCalculator",
487
+ "var:complexityCalculator"
488
+ ]
489
+ },
490
+ "/home/thinking/dist/lib.d.ts": {
491
+ "mtime": 1769705671024.3545,
492
+ "imports": [],
493
+ "symbols": [
494
+ "type:ThoughtType",
495
+ "interface:ThoughtData",
496
+ "class:SequentialThinkingServer"
497
+ ]
498
+ },
499
+ "/home/thinking/dist/notes.js": {
500
+ "mtime": 1769705670960.3545,
501
+ "imports": [
502
+ "fs/promises",
503
+ "fs",
504
+ "path",
505
+ "./utils.js"
506
+ ],
507
+ "symbols": [
508
+ "class:NotesManager"
509
+ ]
510
+ },
511
+ "/home/thinking/dist/lib.js": {
512
+ "mtime": 1769705671020.3545,
513
+ "imports": [
514
+ "chalk",
515
+ "fs/promises",
516
+ "fs",
517
+ "path",
518
+ "./utils.js",
519
+ "./core/ContextManager.js",
520
+ "./core/RuleManager.js"
521
+ ],
522
+ "symbols": [
523
+ "class:SequentialThinkingServer"
524
+ ]
525
+ },
526
+ "/home/thinking/dist/notes.test.js": {
527
+ "mtime": 1769705671156.3545,
528
+ "imports": [
529
+ "vitest",
530
+ "./notes.js",
531
+ "fs/promises"
532
+ ],
533
+ "symbols": []
534
+ },
535
+ "/home/thinking/dist/parsers/GenericParser.d.ts": {
536
+ "mtime": 1769705670976.3545,
537
+ "imports": [
538
+ "./TypeScriptParser.js"
539
+ ],
540
+ "symbols": [
541
+ "class:GenericParser",
542
+ "var:genericParser"
543
+ ]
544
+ },
545
+ "/home/thinking/dist/parsers/GoParser.d.ts": {
546
+ "mtime": 1769705670972.3545,
547
+ "imports": [
548
+ "./TypeScriptParser.js"
549
+ ],
550
+ "symbols": [
551
+ "class:GoParser",
552
+ "var:goParser"
553
+ ]
554
+ },
555
+ "/home/thinking/dist/parsers/GoParser.js": {
556
+ "mtime": 1769705670972.3545,
557
+ "imports": [
558
+ "fs/promises"
559
+ ],
560
+ "symbols": [
561
+ "class:GoParser",
562
+ "var:goParser"
563
+ ]
564
+ },
565
+ "/home/thinking/dist/parsers/JavaParser.d.ts": {
566
+ "mtime": 1769705670972.3545,
567
+ "imports": [
568
+ "./TypeScriptParser.js"
569
+ ],
570
+ "symbols": [
571
+ "class:JavaParser",
572
+ "var:javaParser"
573
+ ]
574
+ },
575
+ "/home/thinking/dist/parsers/JavaParser.js": {
576
+ "mtime": 1769705670972.3545,
577
+ "imports": [
578
+ "fs/promises"
579
+ ],
580
+ "symbols": [
581
+ "class:JavaParser",
582
+ "var:javaParser"
583
+ ]
584
+ },
585
+ "/home/thinking/dist/parsers/PythonParser.d.ts": {
586
+ "mtime": 1769705670968.3545,
587
+ "imports": [
588
+ "./TypeScriptParser.js"
589
+ ],
590
+ "symbols": [
591
+ "class:PythonParser",
592
+ "var:pythonParser"
593
+ ]
594
+ },
595
+ "/home/thinking/dist/parsers/PythonParser.js": {
596
+ "mtime": 1769705670968.3545,
597
+ "imports": [
598
+ "fs/promises"
599
+ ],
600
+ "symbols": [
601
+ "class:PythonParser",
602
+ "var:pythonParser"
603
+ ]
604
+ },
605
+ "/home/thinking/dist/parsers/RustParser.d.ts": {
606
+ "mtime": 1769705670972.3545,
607
+ "imports": [
608
+ "./TypeScriptParser.js"
609
+ ],
610
+ "symbols": [
611
+ "class:RustParser",
612
+ "var:rustParser"
613
+ ]
614
+ },
615
+ "/home/thinking/dist/parsers/RustParser.js": {
616
+ "mtime": 1769705670972.3545,
617
+ "imports": [
618
+ "fs/promises"
619
+ ],
620
+ "symbols": [
621
+ "class:RustParser",
622
+ "var:rustParser"
623
+ ]
624
+ },
625
+ "/home/thinking/dist/parsers/TypeScriptParser.d.ts": {
626
+ "mtime": 1769705670968.3545,
627
+ "imports": [],
628
+ "symbols": [
629
+ "interface:ParseResult",
630
+ "class:TypeScriptParser",
631
+ "var:typeScriptParser"
632
+ ]
633
+ },
634
+ "/home/thinking/dist/parsers/TypeScriptParser.js": {
635
+ "mtime": 1769705670968.3545,
636
+ "imports": [
637
+ "fs/promises",
638
+ "typescript"
639
+ ],
640
+ "symbols": [
641
+ "class:TypeScriptParser",
642
+ "var:typeScriptParser"
643
+ ]
644
+ },
645
+ "/home/thinking/dist/parsers/index.d.ts": {
646
+ "mtime": 1769705670976.3545,
647
+ "imports": [
648
+ "./TypeScriptParser.js",
649
+ "./PythonParser.js",
650
+ "./GoParser.js",
651
+ "./RustParser.js",
652
+ "./JavaParser.js",
653
+ "./GenericParser.js",
654
+ "./TypeScriptParser.js"
655
+ ],
656
+ "symbols": []
657
+ },
658
+ "/home/thinking/dist/parsers/index.js": {
659
+ "mtime": 1769705670976.3545,
660
+ "imports": [
661
+ "./TypeScriptParser.js",
662
+ "./PythonParser.js",
663
+ "./GoParser.js",
664
+ "./RustParser.js",
665
+ "./JavaParser.js",
666
+ "./GenericParser.js"
667
+ ],
668
+ "symbols": []
669
+ },
670
+ "/home/thinking/dist/registration.test.d.ts": {
671
+ "mtime": 1769705671156.3545,
672
+ "imports": [],
673
+ "symbols": []
674
+ },
675
+ "/home/thinking/dist/registration.test.js": {
676
+ "mtime": 1769705671156.3545,
677
+ "imports": [
678
+ "vitest",
679
+ "./tools/thinking.js",
680
+ "./tools/graph.js",
681
+ "./tools/notes.js",
682
+ "./tools/web.js",
683
+ "./tools/filesystem.js",
684
+ "./tools/coding.js",
685
+ "./tools/codestore.js"
686
+ ],
687
+ "symbols": []
688
+ },
689
+ "/home/thinking/dist/server.test.d.ts": {
690
+ "mtime": 1769705671160.3545,
691
+ "imports": [],
692
+ "symbols": []
693
+ },
694
+ "/home/thinking/dist/server.test.js": {
695
+ "mtime": 1769705671160.3545,
696
+ "imports": [
697
+ "vitest",
698
+ "./lib.js",
699
+ "fs"
700
+ ],
701
+ "symbols": []
702
+ },
703
+ "/home/thinking/dist/stress.test.d.ts": {
704
+ "mtime": 1769705671160.3545,
705
+ "imports": [],
706
+ "symbols": []
707
+ },
708
+ "/home/thinking/dist/parsers/GenericParser.js": {
709
+ "mtime": 1769705670976.3545,
710
+ "imports": [
711
+ "fs/promises",
712
+ "path"
713
+ ],
714
+ "symbols": [
715
+ "class:GenericParser",
716
+ "var:genericParser"
717
+ ]
718
+ },
719
+ "/home/thinking/dist/system_test.d.ts": {
720
+ "mtime": 1769705671160.3545,
721
+ "imports": [],
722
+ "symbols": []
723
+ },
724
+ "/home/thinking/dist/stress.test.js": {
725
+ "mtime": 1769705671160.3545,
726
+ "imports": [
727
+ "vitest",
728
+ "./lib.js",
729
+ "./graph.js",
730
+ "fs/promises",
731
+ "path"
732
+ ],
733
+ "symbols": []
734
+ },
735
+ "/home/thinking/dist/tools/codestore.js": {
736
+ "mtime": 1769705671068.3545,
737
+ "imports": [
738
+ "zod"
739
+ ],
740
+ "symbols": [
741
+ "function:registerCodeDbTools"
742
+ ]
743
+ },
744
+ "/home/thinking/dist/tools/codestore_tools.test.d.ts": {
745
+ "mtime": 1769705671168.3545,
746
+ "imports": [],
747
+ "symbols": []
748
+ },
749
+ "/home/thinking/dist/tools/codestore_tools.test.js": {
750
+ "mtime": 1769705671168.3545,
751
+ "imports": [
752
+ "vitest",
753
+ "./codestore.js"
754
+ ],
755
+ "symbols": []
756
+ },
757
+ "/home/thinking/dist/tools/coding.d.ts": {
758
+ "mtime": 1769705671004.3545,
759
+ "imports": [
760
+ "@modelcontextprotocol/sdk/server/mcp.js",
761
+ "../graph.js"
762
+ ],
763
+ "symbols": [
764
+ "function:registerCodingTools"
765
+ ]
766
+ },
767
+ "/home/thinking/dist/tools/coding.js": {
768
+ "mtime": 1769705671004.3545,
769
+ "imports": [
770
+ "zod",
771
+ "fs/promises",
772
+ "path",
773
+ "../utils.js",
774
+ "child_process",
775
+ "util"
776
+ ],
777
+ "symbols": [
778
+ "function:registerCodingTools"
779
+ ]
780
+ },
781
+ "/home/thinking/dist/tools/filesystem.d.ts": {
782
+ "mtime": 1769705671032.3545,
783
+ "imports": [
784
+ "@modelcontextprotocol/sdk/server/mcp.js"
785
+ ],
786
+ "symbols": [
787
+ "function:registerFileSystemTools"
788
+ ]
789
+ },
790
+ "/home/thinking/dist/tools/filesystem.js": {
791
+ "mtime": 1769705671032.3545,
792
+ "imports": [
793
+ "zod",
794
+ "fs/promises",
795
+ "path",
796
+ "../utils.js"
797
+ ],
798
+ "symbols": [
799
+ "function:registerFileSystemTools"
800
+ ]
801
+ },
802
+ "/home/thinking/dist/tools/graph.d.ts": {
803
+ "mtime": 1769705671068.3545,
804
+ "imports": [
805
+ "@modelcontextprotocol/sdk/server/mcp.js",
806
+ "../graph.js"
807
+ ],
808
+ "symbols": [
809
+ "function:registerGraphTools"
810
+ ]
811
+ },
812
+ "/home/thinking/dist/tools/graph.js": {
813
+ "mtime": 1769705671068.3545,
814
+ "imports": [
815
+ "zod",
816
+ "../utils.js"
817
+ ],
818
+ "symbols": [
819
+ "function:registerGraphTools"
820
+ ]
821
+ },
822
+ "/home/thinking/dist/tools/human.d.ts": {
823
+ "mtime": 1769705671052.3545,
824
+ "imports": [
825
+ "@modelcontextprotocol/sdk/server/mcp.js"
826
+ ],
827
+ "symbols": [
828
+ "class:HumanInteractionManager",
829
+ "function:getHumanManager",
830
+ "function:registerHumanTools"
831
+ ]
832
+ },
833
+ "/home/thinking/dist/tools/human.js": {
834
+ "mtime": 1769705671052.3545,
835
+ "imports": [
836
+ "zod"
837
+ ],
838
+ "symbols": [
839
+ "class:HumanInteractionManager",
840
+ "function:getHumanManager",
841
+ "function:registerHumanTools"
842
+ ]
843
+ },
844
+ "/home/thinking/dist/tools/intelligent-code.d.ts": {
845
+ "mtime": 1769705671148.3545,
846
+ "imports": [
847
+ "@modelcontextprotocol/sdk/server/mcp.js",
848
+ "../graph.js"
849
+ ],
850
+ "symbols": [
851
+ "function:registerIntelligentCodeTools"
852
+ ]
853
+ },
854
+ "/home/thinking/dist/tools/intelligent-code.js": {
855
+ "mtime": 1769705671148.3545,
856
+ "imports": [
857
+ "zod",
858
+ "../intelligent-code.js",
859
+ "../utils.js",
860
+ "fs/promises"
861
+ ],
862
+ "symbols": [
863
+ "function:registerIntelligentCodeTools"
864
+ ]
865
+ },
866
+ "/home/thinking/dist/tools/knowledge.d.ts": {
867
+ "mtime": 1769705671068.3545,
868
+ "imports": [
869
+ "@modelcontextprotocol/sdk/server/mcp.js",
870
+ "../knowledge.js"
871
+ ],
872
+ "symbols": [
873
+ "function:registerKnowledgeTools"
874
+ ]
875
+ },
876
+ "/home/thinking/dist/notes.test.d.ts": {
877
+ "mtime": 1769705671156.3545,
878
+ "imports": [],
879
+ "symbols": []
880
+ },
881
+ "/home/thinking/dist/notes.d.ts": {
882
+ "mtime": 1769705670964.3545,
883
+ "imports": [],
884
+ "symbols": [
885
+ "type:Priority",
886
+ "interface:Note",
887
+ "class:NotesManager"
888
+ ]
889
+ },
890
+ "/home/thinking/dist/tools/knowledge.js": {
891
+ "mtime": 1769705671068.3545,
892
+ "imports": [
893
+ "zod"
894
+ ],
895
+ "symbols": [
896
+ "function:registerKnowledgeTools"
897
+ ]
898
+ },
899
+ "/home/thinking/dist/tools/notes.d.ts": {
900
+ "mtime": 1769705671028.3545,
901
+ "imports": [
902
+ "@modelcontextprotocol/sdk/server/mcp.js",
903
+ "../notes.js"
904
+ ],
905
+ "symbols": [
906
+ "function:registerNoteTools"
907
+ ]
908
+ },
909
+ "/home/thinking/dist/tools/sports/core/base.js": {
910
+ "mtime": 1769705671084.3545,
911
+ "imports": [
912
+ "./cache.js",
913
+ "../../../utils.js",
914
+ "../../../utils.js"
915
+ ],
916
+ "symbols": [
917
+ "class:APIProviderBase",
918
+ "class:ScraperProviderBase",
919
+ "class:FallbackProvider",
920
+ "class:SportsToolBase"
921
+ ]
922
+ },
923
+ "/home/thinking/dist/tools/sports/core/cache.d.ts": {
924
+ "mtime": 1769705671080.3545,
925
+ "imports": [],
926
+ "symbols": [
927
+ "class:CacheService",
928
+ "function:getGlobalCache",
929
+ "function:resetGlobalCache"
930
+ ]
931
+ },
932
+ "/home/thinking/dist/tools/sports/core/cache.js": {
933
+ "mtime": 1769705671080.3545,
934
+ "imports": [
935
+ "fs/promises",
936
+ "path",
937
+ "./constants.js",
938
+ "../../../utils.js"
939
+ ],
940
+ "symbols": [
941
+ "class:CacheService",
942
+ "function:getGlobalCache",
943
+ "function:resetGlobalCache"
944
+ ]
945
+ },
946
+ "/home/thinking/dist/tools/notes.js": {
947
+ "mtime": 1769705671028.3545,
948
+ "imports": [
949
+ "zod"
950
+ ],
951
+ "symbols": [
952
+ "function:registerNoteTools"
953
+ ]
954
+ },
955
+ "/home/thinking/dist/tools/sports/core/base.d.ts": {
956
+ "mtime": 1769705671088.3545,
957
+ "imports": [
958
+ "./types.js",
959
+ "./cache.js"
960
+ ],
961
+ "symbols": [
962
+ "interface:IDataProvider",
963
+ "class:APIProviderBase",
964
+ "class:ScraperProviderBase",
965
+ "class:FallbackProvider",
966
+ "class:SportsToolBase"
967
+ ]
968
+ },
969
+ "/home/thinking/dist/system_test.js": {
970
+ "mtime": 1769705671160.3545,
971
+ "imports": [
972
+ "./notes.js",
973
+ "./codestore.js",
974
+ "fs/promises"
975
+ ],
976
+ "symbols": []
977
+ },
978
+ "/home/thinking/dist/tools/codestore.d.ts": {
979
+ "mtime": 1769705671068.3545,
980
+ "imports": [
981
+ "@modelcontextprotocol/sdk/server/mcp.js",
982
+ "../codestore.js"
983
+ ],
984
+ "symbols": [
985
+ "function:registerCodeDbTools"
986
+ ]
987
+ },
988
+ "/home/thinking/dist/tools/sports/core/constants.d.ts": {
989
+ "mtime": 1769705671076.3545,
990
+ "imports": [],
991
+ "symbols": [
992
+ "var:API_CONFIG",
993
+ "var:CACHE_CONFIG",
994
+ "var:SCRAPER_CONFIG",
995
+ "var:LEAGUES",
996
+ "var:QUERY_TYPES",
997
+ "var:BETTING",
998
+ "var:POSITIONS",
999
+ "var:MATCH_STATUS",
1000
+ "var:ERRORS",
1001
+ "var:MODULE_INFO"
1002
+ ]
1003
+ },
1004
+ "/home/thinking/dist/tools/sports/core/constants.js": {
1005
+ "mtime": 1769705671076.3545,
1006
+ "imports": [],
1007
+ "symbols": [
1008
+ "var:API_CONFIG",
1009
+ "var:CACHE_CONFIG",
1010
+ "var:SCRAPER_CONFIG",
1011
+ "var:LEAGUES",
1012
+ "var:QUERY_TYPES",
1013
+ "var:BETTING",
1014
+ "var:POSITIONS",
1015
+ "var:MATCH_STATUS",
1016
+ "var:ERRORS",
1017
+ "var:MODULE_INFO"
1018
+ ]
1019
+ },
1020
+ "/home/thinking/dist/tools/sports/core/tracker.js": {
1021
+ "mtime": 1769705671124.3545,
1022
+ "imports": [
1023
+ "fs/promises",
1024
+ "fs",
1025
+ "path",
1026
+ "../../../utils.js"
1027
+ ],
1028
+ "symbols": [
1029
+ "class:PredictionTracker"
1030
+ ]
1031
+ },
1032
+ "/home/thinking/dist/tools/sports/core/tracker.d.ts": {
1033
+ "mtime": 1769705671128.3545,
1034
+ "imports": [],
1035
+ "symbols": [
1036
+ "interface:Prediction",
1037
+ "interface:PredictionStats",
1038
+ "class:PredictionTracker"
1039
+ ]
1040
+ },
1041
+ "/home/thinking/dist/tools/sports/core/types.js": {
1042
+ "mtime": 1769705671072.3545,
1043
+ "imports": [],
1044
+ "symbols": []
1045
+ },
1046
+ "/home/thinking/dist/tools/sports/core/types.d.ts": {
1047
+ "mtime": 1769705671072.3545,
1048
+ "imports": [],
1049
+ "symbols": [
1050
+ "type:Position",
1051
+ "type:MatchStatus",
1052
+ "type:BetType",
1053
+ "type:KellyVariant",
1054
+ "type:QueryType",
1055
+ "type:ProviderType",
1056
+ "interface:SearchQuery",
1057
+ "interface:Score",
1058
+ "interface:Team",
1059
+ "interface:TeamStats",
1060
+ "interface:Player",
1061
+ "interface:PlayerStats",
1062
+ "interface:League",
1063
+ "interface:TableEntry",
1064
+ "interface:Match",
1065
+ "interface:MatchOdds",
1066
+ "interface:MatchEvent",
1067
+ "interface:Referee",
1068
+ "interface:RefereeStats",
1069
+ "interface:ValueBet",
1070
+ "interface:WeatherInfo",
1071
+ "interface:TransferNews",
1072
+ "interface:HeadToHead",
1073
+ "interface:Formation",
1074
+ "interface:TacticalAnalysis",
1075
+ "interface:TacticalBattle",
1076
+ "interface:FatigueInfo",
1077
+ "interface:SetPieceStats",
1078
+ "interface:WatchlistAlert",
1079
+ "interface:CacheEntry",
1080
+ "interface:APIResponse",
1081
+ "interface:ProviderStatus",
1082
+ "interface:ComparisonResult",
1083
+ "interface:ComparisonMetric",
1084
+ "interface:LiveScoreUpdate",
1085
+ "interface:ProbabilityRange",
1086
+ "interface:DataQuality",
1087
+ "interface:ValueBetRecommendation",
1088
+ "interface:GameScenario",
1089
+ "interface:FatigueAssessment",
1090
+ "interface:SixPersonaAnalysis",
1091
+ "interface:MatchAnalysisResult",
1092
+ "interface:APIMatchData"
1093
+ ]
1094
+ },
1095
+ "/home/thinking/dist/tools/sports/providers/api.d.ts": {
1096
+ "mtime": 1769705671096.3545,
1097
+ "imports": [
1098
+ "../core/types.js",
1099
+ "../core/base.js"
1100
+ ],
1101
+ "symbols": [
1102
+ "class:APIFootballProvider",
1103
+ "class:FootballDataProvider",
1104
+ "class:SportsDBProvider",
1105
+ "function:createAPIProvider"
1106
+ ]
1107
+ },
1108
+ "/home/thinking/dist/tools/sports/providers/search.d.ts": {
1109
+ "mtime": 1769705671100.3545,
1110
+ "imports": [
1111
+ "../core/types.js"
1112
+ ],
1113
+ "symbols": [
1114
+ "interface:SearchResult",
1115
+ "class:SearchProvider",
1116
+ "function:getSearchProvider",
1117
+ "function:resetSearchProvider"
1118
+ ]
1119
+ },
1120
+ "/home/thinking/dist/tools/sports/providers/search.js": {
1121
+ "mtime": 1769705671100.3545,
1122
+ "imports": [
1123
+ "../core/constants.js",
1124
+ "../../../utils.js",
1125
+ "../../../utils.js"
1126
+ ],
1127
+ "symbols": [
1128
+ "class:SearchProvider",
1129
+ "function:getSearchProvider",
1130
+ "function:resetSearchProvider"
1131
+ ]
1132
+ },
1133
+ "/home/thinking/dist/tools/sports/tools/betting.d.ts": {
1134
+ "mtime": 1769705671120.3545,
1135
+ "imports": [
1136
+ "@modelcontextprotocol/sdk/server/mcp.js"
1137
+ ],
1138
+ "symbols": [
1139
+ "function:registerBettingTools"
1140
+ ]
1141
+ },
1142
+ "/home/thinking/dist/tools/sports/tools/betting.js": {
1143
+ "mtime": 1769705671120.3545,
1144
+ "imports": [
1145
+ "zod",
1146
+ "../providers/search.js",
1147
+ "../utils/calculator.js",
1148
+ "../utils/formatter.js",
1149
+ "../core/constants.js"
1150
+ ],
1151
+ "symbols": [
1152
+ "function:registerBettingTools"
1153
+ ]
1154
+ },
1155
+ "/home/thinking/dist/tools/sports/providers/scraper.d.ts": {
1156
+ "mtime": 1769705671104.3545,
1157
+ "imports": [
1158
+ "../core/types.js",
1159
+ "../core/base.js"
1160
+ ],
1161
+ "symbols": [
1162
+ "class:ScraperProvider",
1163
+ "function:scrapeMatchContent",
1164
+ "function:findBestMatchUrl",
1165
+ "function:findBestNewsUrl"
1166
+ ]
1167
+ },
1168
+ "/home/thinking/dist/tools/sports/providers/api.js": {
1169
+ "mtime": 1769705671096.3545,
1170
+ "imports": [
1171
+ "../core/base.js",
1172
+ "../core/constants.js",
1173
+ "../../../utils.js"
1174
+ ],
1175
+ "symbols": [
1176
+ "class:APIFootballProvider",
1177
+ "class:FootballDataProvider",
1178
+ "class:SportsDBProvider",
1179
+ "function:createAPIProvider"
1180
+ ]
1181
+ },
1182
+ "/home/thinking/dist/tools/sports/tools/league.d.ts": {
1183
+ "mtime": 1769705671168.3545,
1184
+ "imports": [],
1185
+ "symbols": []
1186
+ },
1187
+ "/home/thinking/dist/tools/sports/providers/scraper.js": {
1188
+ "mtime": 1769705671100.3545,
1189
+ "imports": [
1190
+ "../core/base.js",
1191
+ "../core/constants.js",
1192
+ "../../../utils.js",
1193
+ "jsdom",
1194
+ "@mozilla/readability",
1195
+ "turndown"
1196
+ ],
1197
+ "symbols": [
1198
+ "class:ScraperProvider",
1199
+ "function:scrapeMatchContent",
1200
+ "function:findBestMatchUrl",
1201
+ "function:findBestNewsUrl"
1202
+ ]
1203
+ },
1204
+ "/home/thinking/dist/tools/sports/tools/league.js": {
1205
+ "mtime": 1769705671168.3545,
1206
+ "imports": [],
1207
+ "symbols": []
1208
+ },
1209
+ "/home/thinking/dist/tools/sports/tools/live.d.ts": {
1210
+ "mtime": 1769705671124.3545,
1211
+ "imports": [
1212
+ "@modelcontextprotocol/sdk/server/mcp.js"
1213
+ ],
1214
+ "symbols": [
1215
+ "function:registerLiveTools"
1216
+ ]
1217
+ },
1218
+ "/home/thinking/dist/tools/sports/tools/live.js": {
1219
+ "mtime": 1769705671124.3545,
1220
+ "imports": [
1221
+ "zod",
1222
+ "fs/promises",
1223
+ "path",
1224
+ "../providers/search.js"
1225
+ ],
1226
+ "symbols": [
1227
+ "function:registerLiveTools"
1228
+ ]
1229
+ },
1230
+ "/home/thinking/dist/tools/sports/tools/match.js": {
1231
+ "mtime": 1769705671112.3545,
1232
+ "imports": [
1233
+ "zod",
1234
+ "../providers/api.js",
1235
+ "../providers/search.js",
1236
+ "../providers/scraper.js",
1237
+ "../core/cache.js",
1238
+ "../utils/formatter.js",
1239
+ "../core/constants.js",
1240
+ "../../../utils.js"
1241
+ ],
1242
+ "symbols": [
1243
+ "function:performMatchAnalysis",
1244
+ "function:performStructuredMatchAnalysis",
1245
+ "function:registerMatchTools"
1246
+ ]
1247
+ },
1248
+ "/home/thinking/dist/tools/sports/tools/match.test.js": {
1249
+ "mtime": 1769705671168.3545,
1250
+ "imports": [
1251
+ "vitest",
1252
+ "./match.js",
1253
+ "../providers/scraper.js"
1254
+ ],
1255
+ "symbols": []
1256
+ },
1257
+ "/home/thinking/dist/tools/sports/tools/player.d.ts": {
1258
+ "mtime": 1769705671116.3545,
1259
+ "imports": [
1260
+ "@modelcontextprotocol/sdk/server/mcp.js"
1261
+ ],
1262
+ "symbols": [
1263
+ "function:registerPlayerTools"
1264
+ ]
1265
+ },
1266
+ "/home/thinking/dist/tools/sports/tools/player.js": {
1267
+ "mtime": 1769705671116.3545,
1268
+ "imports": [
1269
+ "zod",
1270
+ "../providers/api.js",
1271
+ "../providers/search.js",
1272
+ "../core/cache.js",
1273
+ "../utils/formatter.js",
1274
+ "../core/constants.js"
1275
+ ],
1276
+ "symbols": [
1277
+ "function:registerPlayerTools"
1278
+ ]
1279
+ },
1280
+ "/home/thinking/dist/tools/sports/tools/team.d.ts": {
1281
+ "mtime": 1769705671116.3545,
1282
+ "imports": [
1283
+ "@modelcontextprotocol/sdk/server/mcp.js"
1284
+ ],
1285
+ "symbols": [
1286
+ "function:registerTeamTools"
1287
+ ]
1288
+ },
1289
+ "/home/thinking/dist/tools/sports/tools/team.js": {
1290
+ "mtime": 1769705671116.3545,
1291
+ "imports": [
1292
+ "zod",
1293
+ "../providers/api.js",
1294
+ "../providers/search.js",
1295
+ "../core/cache.js",
1296
+ "../utils/formatter.js",
1297
+ "../core/constants.js",
1298
+ "../utils/charts.js"
1299
+ ],
1300
+ "symbols": [
1301
+ "function:registerTeamTools"
1302
+ ]
1303
+ },
1304
+ "/home/thinking/dist/tools/sports/tools/tracker.d.ts": {
1305
+ "mtime": 1769705671128.3545,
1306
+ "imports": [
1307
+ "@modelcontextprotocol/sdk/server/mcp.js"
1308
+ ],
1309
+ "symbols": [
1310
+ "function:registerTrackerTools"
1311
+ ]
1312
+ },
1313
+ "/home/thinking/dist/tools/sports/tools/tracker.js": {
1314
+ "mtime": 1769705671128.3545,
1315
+ "imports": [
1316
+ "zod",
1317
+ "../core/tracker.js"
1318
+ ],
1319
+ "symbols": [
1320
+ "function:registerTrackerTools"
1321
+ ]
1322
+ },
1323
+ "/home/thinking/dist/tools/sports/tracker.test.d.ts": {
1324
+ "mtime": 1769705671168.3545,
1325
+ "imports": [],
1326
+ "symbols": []
1327
+ },
1328
+ "/home/thinking/dist/tools/sports/tracker.test.js": {
1329
+ "mtime": 1769705671168.3545,
1330
+ "imports": [
1331
+ "vitest",
1332
+ "./core/tracker.js",
1333
+ "fs/promises"
1334
+ ],
1335
+ "symbols": []
1336
+ },
1337
+ "/home/thinking/dist/tools/sports/utils/calculator.d.ts": {
1338
+ "mtime": 1769705671120.3545,
1339
+ "imports": [
1340
+ "../core/types.js"
1341
+ ],
1342
+ "symbols": [
1343
+ "function:calculateValue",
1344
+ "function:calculateKelly",
1345
+ "function:calculateRecommendedStake",
1346
+ "function:analyzeValueBet",
1347
+ "function:fractionalToDecimal",
1348
+ "function:decimalToFractional",
1349
+ "function:americanToDecimal",
1350
+ "function:decimalToAmerican",
1351
+ "function:oddsToProbability",
1352
+ "function:calculateOverround",
1353
+ "function:removeOverround"
1354
+ ]
1355
+ },
1356
+ "/home/thinking/dist/tools/sports/utils/charts.d.ts": {
1357
+ "mtime": 1769705671112.3545,
1358
+ "imports": [],
1359
+ "symbols": [
1360
+ "interface:TeamMetrics",
1361
+ "function:generateRadarChartUrl"
1362
+ ]
1363
+ },
1364
+ "/home/thinking/dist/tools/sports/utils/calculator.js": {
1365
+ "mtime": 1769705671120.3545,
1366
+ "imports": [
1367
+ "../core/constants.js"
1368
+ ],
1369
+ "symbols": [
1370
+ "function:calculateValue",
1371
+ "function:calculateKelly",
1372
+ "function:calculateRecommendedStake",
1373
+ "function:analyzeValueBet",
1374
+ "function:fractionalToDecimal",
1375
+ "function:decimalToFractional",
1376
+ "function:americanToDecimal",
1377
+ "function:decimalToAmerican",
1378
+ "function:oddsToProbability",
1379
+ "function:calculateOverround",
1380
+ "function:removeOverround"
1381
+ ]
1382
+ },
1383
+ "/home/thinking/dist/tools/sports/utils/charts.js": {
1384
+ "mtime": 1769705671112.3545,
1385
+ "imports": [],
1386
+ "symbols": [
1387
+ "function:generateRadarChartUrl"
1388
+ ]
1389
+ },
1390
+ "/home/thinking/dist/tools/sports/utils/formatter.d.ts": {
1391
+ "mtime": 1769705671104.3545,
1392
+ "imports": [
1393
+ "../core/types.js"
1394
+ ],
1395
+ "symbols": [
1396
+ "function:formatMatchRow",
1397
+ "function:formatStandingsTable",
1398
+ "function:formatPlayerStats",
1399
+ "function:formatComparisonResult",
1400
+ "function:formatHeadToHead",
1401
+ "function:formatMatchStatus",
1402
+ "function:formatScore",
1403
+ "function:formatOdds",
1404
+ "function:formatProbability",
1405
+ "function:formatValueBet",
1406
+ "function:formatMatchesTable",
1407
+ "function:truncate",
1408
+ "function:formatRelativeDate"
1409
+ ]
1410
+ },
1411
+ "/home/thinking/dist/tools/sports/utils/formatter.js": {
1412
+ "mtime": 1769705671104.3545,
1413
+ "imports": [
1414
+ "../core/constants.js"
1415
+ ],
1416
+ "symbols": [
1417
+ "function:formatMatchRow",
1418
+ "function:formatStandingsTable",
1419
+ "function:formatPlayerStats",
1420
+ "function:formatComparisonResult",
1421
+ "function:formatHeadToHead",
1422
+ "function:formatMatchStatus",
1423
+ "function:formatScore",
1424
+ "function:formatOdds",
1425
+ "function:formatProbability",
1426
+ "function:formatValueBet",
1427
+ "function:formatMatchesTable",
1428
+ "function:truncate",
1429
+ "function:formatRelativeDate"
1430
+ ]
1431
+ },
1432
+ "/home/thinking/dist/tools/sports.d.ts": {
1433
+ "mtime": 1769705671128.3545,
1434
+ "imports": [
1435
+ "@modelcontextprotocol/sdk/server/mcp.js"
1436
+ ],
1437
+ "symbols": [
1438
+ "function:registerSportsTools"
1439
+ ]
1440
+ },
1441
+ "/home/thinking/dist/tools/sports.js": {
1442
+ "mtime": 1769705671128.3545,
1443
+ "imports": [
1444
+ "./sports/tools/match.js",
1445
+ "./sports/tools/team.js",
1446
+ "./sports/tools/player.js",
1447
+ "./sports/tools/betting.js",
1448
+ "./sports/tools/live.js",
1449
+ "./sports/tools/tracker.js",
1450
+ "zod",
1451
+ "../utils.js",
1452
+ "./web.js"
1453
+ ],
1454
+ "symbols": [
1455
+ "function:registerSportsTools"
1456
+ ]
1457
+ },
1458
+ "/home/thinking/dist/tools/thinking.d.ts": {
1459
+ "mtime": 1769705671024.3545,
1460
+ "imports": [
1461
+ "@modelcontextprotocol/sdk/server/mcp.js",
1462
+ "../lib.js"
1463
+ ],
1464
+ "symbols": [
1465
+ "function:registerThinkingTools"
1466
+ ]
1467
+ },
1468
+ "/home/thinking/dist/tools/thinking.js": {
1469
+ "mtime": 1769705671024.3545,
1470
+ "imports": [
1471
+ "zod"
1472
+ ],
1473
+ "symbols": [
1474
+ "function:registerThinkingTools"
1475
+ ]
1476
+ },
1477
+ "/home/thinking/dist/tools/web.d.ts": {
1478
+ "mtime": 1769705671068.3545,
1479
+ "imports": [
1480
+ "@modelcontextprotocol/sdk/server/mcp.js"
1481
+ ],
1482
+ "symbols": [
1483
+ "function:scrapeWebpage",
1484
+ "function:registerWebTools"
1485
+ ]
1486
+ },
1487
+ "/home/thinking/dist/tools/web.js": {
1488
+ "mtime": 1769705671064.3545,
1489
+ "imports": [
1490
+ "zod",
1491
+ "../utils.js",
1492
+ "jsdom",
1493
+ "@mozilla/readability",
1494
+ "turndown"
1495
+ ],
1496
+ "symbols": [
1497
+ "function:scrapeWebpage",
1498
+ "function:registerWebTools"
1499
+ ]
1500
+ },
1501
+ "/home/thinking/dist/tools/sports/tools/match.test.d.ts": {
1502
+ "mtime": 1769705671168.3545,
1503
+ "imports": [],
1504
+ "symbols": []
1505
+ },
1506
+ "/home/thinking/dist/utils.js": {
1507
+ "mtime": 1769705670940.3545,
1508
+ "imports": [
1509
+ "child_process",
1510
+ "path",
1511
+ "fs",
1512
+ "dns/promises",
1513
+ "url",
1514
+ "chalk"
1515
+ ],
1516
+ "symbols": [
1517
+ "function:execAsync",
1518
+ "class:AsyncMutex",
1519
+ "function:validatePath",
1520
+ "function:validatePublicUrl",
1521
+ "var:logger",
1522
+ "function:validateRegexPattern",
1523
+ "function:createSafeRegex",
1524
+ "var:DEFAULT_HEADERS",
1525
+ "function:fetchWithRetry",
1526
+ "function:withRetry",
1527
+ "class:FileLock",
1528
+ "var:fileLock",
1529
+ "function:sanitizeInput"
1530
+ ]
1531
+ },
1532
+ "/home/thinking/dist/utils.d.ts": {
1533
+ "mtime": 1769705670956.3545,
1534
+ "imports": [],
1535
+ "symbols": [
1536
+ "function:execAsync",
1537
+ "class:AsyncMutex",
1538
+ "function:validatePath",
1539
+ "function:validatePublicUrl",
1540
+ "type:LogLevel",
1541
+ "var:logger",
1542
+ "function:validateRegexPattern",
1543
+ "function:createSafeRegex",
1544
+ "var:DEFAULT_HEADERS",
1545
+ "function:fetchWithRetry",
1546
+ "function:withRetry",
1547
+ "class:FileLock",
1548
+ "var:fileLock",
1549
+ "function:sanitizeInput"
1550
+ ]
1551
+ },
1552
+ "/home/thinking/dist/utils.test.js": {
1553
+ "mtime": 1769705671160.3545,
1554
+ "imports": [
1555
+ "vitest",
1556
+ "./utils.js",
1557
+ "path"
1558
+ ],
1559
+ "symbols": []
1560
+ },
1561
+ "/home/thinking/dist/verify_all_tools.d.ts": {
1562
+ "mtime": 1769705671160.3545,
1563
+ "imports": [],
1564
+ "symbols": []
1565
+ },
1566
+ "/home/thinking/dist/verify_all_tools.js": {
1567
+ "mtime": 1769705671160.3545,
1568
+ "imports": [
1569
+ "./lib.js",
1570
+ "./graph.js",
1571
+ "./notes.js",
1572
+ "./codestore.js",
1573
+ "./utils.js",
1574
+ "fs/promises"
1575
+ ],
1576
+ "symbols": []
1577
+ },
1578
+ "/home/thinking/dist/verify_cache.test.d.ts": {
1579
+ "mtime": 1769705671164.3545,
1580
+ "imports": [],
1581
+ "symbols": []
1582
+ },
1583
+ "/home/thinking/dist/verify_cache.test.js": {
1584
+ "mtime": 1769705671164.3545,
1585
+ "imports": [
1586
+ "vitest",
1587
+ "./graph.js",
1588
+ "fs/promises",
1589
+ "path",
1590
+ "os"
1591
+ ],
1592
+ "symbols": []
1593
+ },
1594
+ "/home/thinking/dist/utils.test.d.ts": {
1595
+ "mtime": 1769705671160.3545,
1596
+ "imports": [],
1597
+ "symbols": []
1598
+ },
1599
+ "/home/thinking/dist/tools/sports/tools/match.d.ts": {
1600
+ "mtime": 1769705671112.3545,
1601
+ "imports": [
1602
+ "@modelcontextprotocol/sdk/server/mcp.js",
1603
+ "../core/types.js"
1604
+ ],
1605
+ "symbols": [
1606
+ "function:performMatchAnalysis",
1607
+ "function:performStructuredMatchAnalysis",
1608
+ "function:registerMatchTools"
1609
+ ]
1610
+ },
1611
+ "/home/thinking/dist/web_fallback.test.d.ts": {
1612
+ "mtime": 1769705671164.3545,
1613
+ "imports": [],
1614
+ "symbols": []
1615
+ },
1616
+ "/home/thinking/dist/web_fallback.test.js": {
1617
+ "mtime": 1769705671164.3545,
1618
+ "imports": [
1619
+ "vitest",
1620
+ "./tools/web.js",
1621
+ "./utils.js"
1622
+ ],
1623
+ "symbols": []
1624
+ },
1625
+ "/home/thinking/dist/web_read.test.js": {
1626
+ "mtime": 1769705671164.3545,
1627
+ "imports": [
1628
+ "vitest",
1629
+ "./tools/web.js",
1630
+ "./utils.js"
1631
+ ],
1632
+ "symbols": []
1633
+ },
1634
+ "/home/thinking/dist/web_read.test.d.ts": {
1635
+ "mtime": 1769705671164.3545,
1636
+ "imports": [],
1637
+ "symbols": []
1638
+ }
1639
+ },
1640
+ "configHash": "194d63626417a62bf5e9c01e79eeabe8"
1641
+ }