token-pilot 0.14.1 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,958 @@
1
+ /**
2
+ * MCP tool definitions and system instructions.
3
+ * Pure static data — no runtime dependencies.
4
+ */
5
+ export declare const MCP_INSTRUCTIONS: string;
6
+ export declare const TOOL_DEFINITIONS: ({
7
+ name: string;
8
+ description: string;
9
+ inputSchema: {
10
+ type: "object";
11
+ properties: {
12
+ path: {
13
+ type: string;
14
+ description: string;
15
+ };
16
+ show_imports: {
17
+ type: string;
18
+ description: string;
19
+ };
20
+ show_docs: {
21
+ type: string;
22
+ description: string;
23
+ };
24
+ depth: {
25
+ type: string;
26
+ description: string;
27
+ };
28
+ symbol?: undefined;
29
+ context_before?: undefined;
30
+ context_after?: undefined;
31
+ show?: undefined;
32
+ start_line?: undefined;
33
+ end_line?: undefined;
34
+ context_lines?: undefined;
35
+ line?: undefined;
36
+ context?: undefined;
37
+ include_callers?: undefined;
38
+ include_tests?: undefined;
39
+ include_changes?: undefined;
40
+ paths?: undefined;
41
+ scope?: undefined;
42
+ kind?: undefined;
43
+ limit?: undefined;
44
+ lang?: undefined;
45
+ include?: undefined;
46
+ recursive?: undefined;
47
+ max_depth?: undefined;
48
+ module?: undefined;
49
+ export_only?: undefined;
50
+ check?: undefined;
51
+ pattern?: undefined;
52
+ name?: undefined;
53
+ ref?: undefined;
54
+ count?: undefined;
55
+ command?: undefined;
56
+ runner?: undefined;
57
+ timeout?: undefined;
58
+ };
59
+ required: string[];
60
+ };
61
+ } | {
62
+ name: string;
63
+ description: string;
64
+ inputSchema: {
65
+ type: "object";
66
+ properties: {
67
+ path: {
68
+ type: string;
69
+ description: string;
70
+ };
71
+ symbol: {
72
+ type: string;
73
+ description: string;
74
+ };
75
+ context_before: {
76
+ type: string;
77
+ description: string;
78
+ };
79
+ context_after: {
80
+ type: string;
81
+ description: string;
82
+ };
83
+ show: {
84
+ type: string;
85
+ enum: string[];
86
+ description: string;
87
+ };
88
+ show_imports?: undefined;
89
+ show_docs?: undefined;
90
+ depth?: undefined;
91
+ start_line?: undefined;
92
+ end_line?: undefined;
93
+ context_lines?: undefined;
94
+ line?: undefined;
95
+ context?: undefined;
96
+ include_callers?: undefined;
97
+ include_tests?: undefined;
98
+ include_changes?: undefined;
99
+ paths?: undefined;
100
+ scope?: undefined;
101
+ kind?: undefined;
102
+ limit?: undefined;
103
+ lang?: undefined;
104
+ include?: undefined;
105
+ recursive?: undefined;
106
+ max_depth?: undefined;
107
+ module?: undefined;
108
+ export_only?: undefined;
109
+ check?: undefined;
110
+ pattern?: undefined;
111
+ name?: undefined;
112
+ ref?: undefined;
113
+ count?: undefined;
114
+ command?: undefined;
115
+ runner?: undefined;
116
+ timeout?: undefined;
117
+ };
118
+ required: string[];
119
+ };
120
+ } | {
121
+ name: string;
122
+ description: string;
123
+ inputSchema: {
124
+ type: "object";
125
+ properties: {
126
+ path: {
127
+ type: string;
128
+ description: string;
129
+ };
130
+ start_line: {
131
+ type: string;
132
+ description: string;
133
+ };
134
+ end_line: {
135
+ type: string;
136
+ description: string;
137
+ };
138
+ show_imports?: undefined;
139
+ show_docs?: undefined;
140
+ depth?: undefined;
141
+ symbol?: undefined;
142
+ context_before?: undefined;
143
+ context_after?: undefined;
144
+ show?: undefined;
145
+ context_lines?: undefined;
146
+ line?: undefined;
147
+ context?: undefined;
148
+ include_callers?: undefined;
149
+ include_tests?: undefined;
150
+ include_changes?: undefined;
151
+ paths?: undefined;
152
+ scope?: undefined;
153
+ kind?: undefined;
154
+ limit?: undefined;
155
+ lang?: undefined;
156
+ include?: undefined;
157
+ recursive?: undefined;
158
+ max_depth?: undefined;
159
+ module?: undefined;
160
+ export_only?: undefined;
161
+ check?: undefined;
162
+ pattern?: undefined;
163
+ name?: undefined;
164
+ ref?: undefined;
165
+ count?: undefined;
166
+ command?: undefined;
167
+ runner?: undefined;
168
+ timeout?: undefined;
169
+ };
170
+ required: string[];
171
+ };
172
+ } | {
173
+ name: string;
174
+ description: string;
175
+ inputSchema: {
176
+ type: "object";
177
+ properties: {
178
+ path: {
179
+ type: string;
180
+ description: string;
181
+ };
182
+ context_lines: {
183
+ type: string;
184
+ description: string;
185
+ };
186
+ show_imports?: undefined;
187
+ show_docs?: undefined;
188
+ depth?: undefined;
189
+ symbol?: undefined;
190
+ context_before?: undefined;
191
+ context_after?: undefined;
192
+ show?: undefined;
193
+ start_line?: undefined;
194
+ end_line?: undefined;
195
+ line?: undefined;
196
+ context?: undefined;
197
+ include_callers?: undefined;
198
+ include_tests?: undefined;
199
+ include_changes?: undefined;
200
+ paths?: undefined;
201
+ scope?: undefined;
202
+ kind?: undefined;
203
+ limit?: undefined;
204
+ lang?: undefined;
205
+ include?: undefined;
206
+ recursive?: undefined;
207
+ max_depth?: undefined;
208
+ module?: undefined;
209
+ export_only?: undefined;
210
+ check?: undefined;
211
+ pattern?: undefined;
212
+ name?: undefined;
213
+ ref?: undefined;
214
+ count?: undefined;
215
+ command?: undefined;
216
+ runner?: undefined;
217
+ timeout?: undefined;
218
+ };
219
+ required: string[];
220
+ };
221
+ } | {
222
+ name: string;
223
+ description: string;
224
+ inputSchema: {
225
+ type: "object";
226
+ properties: {
227
+ path: {
228
+ type: string;
229
+ description: string;
230
+ };
231
+ symbol: {
232
+ type: string;
233
+ description: string;
234
+ };
235
+ line: {
236
+ type: string;
237
+ description: string;
238
+ };
239
+ context: {
240
+ type: string;
241
+ description: string;
242
+ };
243
+ include_callers: {
244
+ type: string;
245
+ description: string;
246
+ };
247
+ include_tests: {
248
+ type: string;
249
+ description: string;
250
+ };
251
+ include_changes: {
252
+ type: string;
253
+ description: string;
254
+ };
255
+ show_imports?: undefined;
256
+ show_docs?: undefined;
257
+ depth?: undefined;
258
+ context_before?: undefined;
259
+ context_after?: undefined;
260
+ show?: undefined;
261
+ start_line?: undefined;
262
+ end_line?: undefined;
263
+ context_lines?: undefined;
264
+ paths?: undefined;
265
+ scope?: undefined;
266
+ kind?: undefined;
267
+ limit?: undefined;
268
+ lang?: undefined;
269
+ include?: undefined;
270
+ recursive?: undefined;
271
+ max_depth?: undefined;
272
+ module?: undefined;
273
+ export_only?: undefined;
274
+ check?: undefined;
275
+ pattern?: undefined;
276
+ name?: undefined;
277
+ ref?: undefined;
278
+ count?: undefined;
279
+ command?: undefined;
280
+ runner?: undefined;
281
+ timeout?: undefined;
282
+ };
283
+ required: string[];
284
+ };
285
+ } | {
286
+ name: string;
287
+ description: string;
288
+ inputSchema: {
289
+ type: "object";
290
+ properties: {
291
+ paths: {
292
+ type: string;
293
+ items: {
294
+ type: string;
295
+ };
296
+ description: string;
297
+ };
298
+ path?: undefined;
299
+ show_imports?: undefined;
300
+ show_docs?: undefined;
301
+ depth?: undefined;
302
+ symbol?: undefined;
303
+ context_before?: undefined;
304
+ context_after?: undefined;
305
+ show?: undefined;
306
+ start_line?: undefined;
307
+ end_line?: undefined;
308
+ context_lines?: undefined;
309
+ line?: undefined;
310
+ context?: undefined;
311
+ include_callers?: undefined;
312
+ include_tests?: undefined;
313
+ include_changes?: undefined;
314
+ scope?: undefined;
315
+ kind?: undefined;
316
+ limit?: undefined;
317
+ lang?: undefined;
318
+ include?: undefined;
319
+ recursive?: undefined;
320
+ max_depth?: undefined;
321
+ module?: undefined;
322
+ export_only?: undefined;
323
+ check?: undefined;
324
+ pattern?: undefined;
325
+ name?: undefined;
326
+ ref?: undefined;
327
+ count?: undefined;
328
+ command?: undefined;
329
+ runner?: undefined;
330
+ timeout?: undefined;
331
+ };
332
+ required: string[];
333
+ };
334
+ } | {
335
+ name: string;
336
+ description: string;
337
+ inputSchema: {
338
+ type: "object";
339
+ properties: {
340
+ symbol: {
341
+ type: string;
342
+ description: string;
343
+ };
344
+ scope: {
345
+ type: string;
346
+ description: string;
347
+ enum?: undefined;
348
+ };
349
+ kind: {
350
+ type: string;
351
+ enum: string[];
352
+ description: string;
353
+ };
354
+ limit: {
355
+ type: string;
356
+ description: string;
357
+ };
358
+ lang: {
359
+ type: string;
360
+ description: string;
361
+ };
362
+ path?: undefined;
363
+ show_imports?: undefined;
364
+ show_docs?: undefined;
365
+ depth?: undefined;
366
+ context_before?: undefined;
367
+ context_after?: undefined;
368
+ show?: undefined;
369
+ start_line?: undefined;
370
+ end_line?: undefined;
371
+ context_lines?: undefined;
372
+ line?: undefined;
373
+ context?: undefined;
374
+ include_callers?: undefined;
375
+ include_tests?: undefined;
376
+ include_changes?: undefined;
377
+ paths?: undefined;
378
+ include?: undefined;
379
+ recursive?: undefined;
380
+ max_depth?: undefined;
381
+ module?: undefined;
382
+ export_only?: undefined;
383
+ check?: undefined;
384
+ pattern?: undefined;
385
+ name?: undefined;
386
+ ref?: undefined;
387
+ count?: undefined;
388
+ command?: undefined;
389
+ runner?: undefined;
390
+ timeout?: undefined;
391
+ };
392
+ required: string[];
393
+ };
394
+ } | {
395
+ name: string;
396
+ description: string;
397
+ inputSchema: {
398
+ type: "object";
399
+ properties: {
400
+ include: {
401
+ type: string;
402
+ items: {
403
+ type: string;
404
+ enum: string[];
405
+ };
406
+ description: string;
407
+ };
408
+ path?: undefined;
409
+ show_imports?: undefined;
410
+ show_docs?: undefined;
411
+ depth?: undefined;
412
+ symbol?: undefined;
413
+ context_before?: undefined;
414
+ context_after?: undefined;
415
+ show?: undefined;
416
+ start_line?: undefined;
417
+ end_line?: undefined;
418
+ context_lines?: undefined;
419
+ line?: undefined;
420
+ context?: undefined;
421
+ include_callers?: undefined;
422
+ include_tests?: undefined;
423
+ include_changes?: undefined;
424
+ paths?: undefined;
425
+ scope?: undefined;
426
+ kind?: undefined;
427
+ limit?: undefined;
428
+ lang?: undefined;
429
+ recursive?: undefined;
430
+ max_depth?: undefined;
431
+ module?: undefined;
432
+ export_only?: undefined;
433
+ check?: undefined;
434
+ pattern?: undefined;
435
+ name?: undefined;
436
+ ref?: undefined;
437
+ count?: undefined;
438
+ command?: undefined;
439
+ runner?: undefined;
440
+ timeout?: undefined;
441
+ };
442
+ required?: undefined;
443
+ };
444
+ } | {
445
+ name: string;
446
+ description: string;
447
+ inputSchema: {
448
+ type: "object";
449
+ properties: {
450
+ path: {
451
+ type: string;
452
+ description: string;
453
+ };
454
+ show_imports?: undefined;
455
+ show_docs?: undefined;
456
+ depth?: undefined;
457
+ symbol?: undefined;
458
+ context_before?: undefined;
459
+ context_after?: undefined;
460
+ show?: undefined;
461
+ start_line?: undefined;
462
+ end_line?: undefined;
463
+ context_lines?: undefined;
464
+ line?: undefined;
465
+ context?: undefined;
466
+ include_callers?: undefined;
467
+ include_tests?: undefined;
468
+ include_changes?: undefined;
469
+ paths?: undefined;
470
+ scope?: undefined;
471
+ kind?: undefined;
472
+ limit?: undefined;
473
+ lang?: undefined;
474
+ include?: undefined;
475
+ recursive?: undefined;
476
+ max_depth?: undefined;
477
+ module?: undefined;
478
+ export_only?: undefined;
479
+ check?: undefined;
480
+ pattern?: undefined;
481
+ name?: undefined;
482
+ ref?: undefined;
483
+ count?: undefined;
484
+ command?: undefined;
485
+ runner?: undefined;
486
+ timeout?: undefined;
487
+ };
488
+ required: string[];
489
+ };
490
+ } | {
491
+ name: string;
492
+ description: string;
493
+ inputSchema: {
494
+ type: "object";
495
+ properties: {
496
+ path: {
497
+ type: string;
498
+ description: string;
499
+ };
500
+ recursive: {
501
+ type: string;
502
+ description: string;
503
+ };
504
+ max_depth: {
505
+ type: string;
506
+ description: string;
507
+ };
508
+ show_imports?: undefined;
509
+ show_docs?: undefined;
510
+ depth?: undefined;
511
+ symbol?: undefined;
512
+ context_before?: undefined;
513
+ context_after?: undefined;
514
+ show?: undefined;
515
+ start_line?: undefined;
516
+ end_line?: undefined;
517
+ context_lines?: undefined;
518
+ line?: undefined;
519
+ context?: undefined;
520
+ include_callers?: undefined;
521
+ include_tests?: undefined;
522
+ include_changes?: undefined;
523
+ paths?: undefined;
524
+ scope?: undefined;
525
+ kind?: undefined;
526
+ limit?: undefined;
527
+ lang?: undefined;
528
+ include?: undefined;
529
+ module?: undefined;
530
+ export_only?: undefined;
531
+ check?: undefined;
532
+ pattern?: undefined;
533
+ name?: undefined;
534
+ ref?: undefined;
535
+ count?: undefined;
536
+ command?: undefined;
537
+ runner?: undefined;
538
+ timeout?: undefined;
539
+ };
540
+ required: string[];
541
+ };
542
+ } | {
543
+ name: string;
544
+ description: string;
545
+ inputSchema: {
546
+ type: "object";
547
+ properties: {
548
+ path?: undefined;
549
+ show_imports?: undefined;
550
+ show_docs?: undefined;
551
+ depth?: undefined;
552
+ symbol?: undefined;
553
+ context_before?: undefined;
554
+ context_after?: undefined;
555
+ show?: undefined;
556
+ start_line?: undefined;
557
+ end_line?: undefined;
558
+ context_lines?: undefined;
559
+ line?: undefined;
560
+ context?: undefined;
561
+ include_callers?: undefined;
562
+ include_tests?: undefined;
563
+ include_changes?: undefined;
564
+ paths?: undefined;
565
+ scope?: undefined;
566
+ kind?: undefined;
567
+ limit?: undefined;
568
+ lang?: undefined;
569
+ include?: undefined;
570
+ recursive?: undefined;
571
+ max_depth?: undefined;
572
+ module?: undefined;
573
+ export_only?: undefined;
574
+ check?: undefined;
575
+ pattern?: undefined;
576
+ name?: undefined;
577
+ ref?: undefined;
578
+ count?: undefined;
579
+ command?: undefined;
580
+ runner?: undefined;
581
+ timeout?: undefined;
582
+ };
583
+ required?: undefined;
584
+ };
585
+ } | {
586
+ name: string;
587
+ description: string;
588
+ inputSchema: {
589
+ type: "object";
590
+ properties: {
591
+ module: {
592
+ type: string;
593
+ description: string;
594
+ };
595
+ export_only: {
596
+ type: string;
597
+ description: string;
598
+ };
599
+ limit: {
600
+ type: string;
601
+ description: string;
602
+ };
603
+ path?: undefined;
604
+ show_imports?: undefined;
605
+ show_docs?: undefined;
606
+ depth?: undefined;
607
+ symbol?: undefined;
608
+ context_before?: undefined;
609
+ context_after?: undefined;
610
+ show?: undefined;
611
+ start_line?: undefined;
612
+ end_line?: undefined;
613
+ context_lines?: undefined;
614
+ line?: undefined;
615
+ context?: undefined;
616
+ include_callers?: undefined;
617
+ include_tests?: undefined;
618
+ include_changes?: undefined;
619
+ paths?: undefined;
620
+ scope?: undefined;
621
+ kind?: undefined;
622
+ lang?: undefined;
623
+ include?: undefined;
624
+ recursive?: undefined;
625
+ max_depth?: undefined;
626
+ check?: undefined;
627
+ pattern?: undefined;
628
+ name?: undefined;
629
+ ref?: undefined;
630
+ count?: undefined;
631
+ command?: undefined;
632
+ runner?: undefined;
633
+ timeout?: undefined;
634
+ };
635
+ required?: undefined;
636
+ };
637
+ } | {
638
+ name: string;
639
+ description: string;
640
+ inputSchema: {
641
+ type: "object";
642
+ properties: {
643
+ check: {
644
+ type: string;
645
+ enum: string[];
646
+ description: string;
647
+ };
648
+ pattern: {
649
+ type: string;
650
+ description: string;
651
+ };
652
+ name: {
653
+ type: string;
654
+ description: string;
655
+ };
656
+ lang: {
657
+ type: string;
658
+ description: string;
659
+ };
660
+ limit: {
661
+ type: string;
662
+ description: string;
663
+ };
664
+ path?: undefined;
665
+ show_imports?: undefined;
666
+ show_docs?: undefined;
667
+ depth?: undefined;
668
+ symbol?: undefined;
669
+ context_before?: undefined;
670
+ context_after?: undefined;
671
+ show?: undefined;
672
+ start_line?: undefined;
673
+ end_line?: undefined;
674
+ context_lines?: undefined;
675
+ line?: undefined;
676
+ context?: undefined;
677
+ include_callers?: undefined;
678
+ include_tests?: undefined;
679
+ include_changes?: undefined;
680
+ paths?: undefined;
681
+ scope?: undefined;
682
+ kind?: undefined;
683
+ include?: undefined;
684
+ recursive?: undefined;
685
+ max_depth?: undefined;
686
+ module?: undefined;
687
+ export_only?: undefined;
688
+ ref?: undefined;
689
+ count?: undefined;
690
+ command?: undefined;
691
+ runner?: undefined;
692
+ timeout?: undefined;
693
+ };
694
+ required: string[];
695
+ };
696
+ } | {
697
+ name: string;
698
+ description: string;
699
+ inputSchema: {
700
+ type: "object";
701
+ properties: {
702
+ module: {
703
+ type: string;
704
+ description: string;
705
+ };
706
+ check: {
707
+ type: string;
708
+ enum: string[];
709
+ description: string;
710
+ };
711
+ path?: undefined;
712
+ show_imports?: undefined;
713
+ show_docs?: undefined;
714
+ depth?: undefined;
715
+ symbol?: undefined;
716
+ context_before?: undefined;
717
+ context_after?: undefined;
718
+ show?: undefined;
719
+ start_line?: undefined;
720
+ end_line?: undefined;
721
+ context_lines?: undefined;
722
+ line?: undefined;
723
+ context?: undefined;
724
+ include_callers?: undefined;
725
+ include_tests?: undefined;
726
+ include_changes?: undefined;
727
+ paths?: undefined;
728
+ scope?: undefined;
729
+ kind?: undefined;
730
+ limit?: undefined;
731
+ lang?: undefined;
732
+ include?: undefined;
733
+ recursive?: undefined;
734
+ max_depth?: undefined;
735
+ export_only?: undefined;
736
+ pattern?: undefined;
737
+ name?: undefined;
738
+ ref?: undefined;
739
+ count?: undefined;
740
+ command?: undefined;
741
+ runner?: undefined;
742
+ timeout?: undefined;
743
+ };
744
+ required: string[];
745
+ };
746
+ } | {
747
+ name: string;
748
+ description: string;
749
+ inputSchema: {
750
+ type: "object";
751
+ properties: {
752
+ scope: {
753
+ type: string;
754
+ enum: string[];
755
+ description: string;
756
+ };
757
+ path: {
758
+ type: string;
759
+ description: string;
760
+ };
761
+ ref: {
762
+ type: string;
763
+ description: string;
764
+ };
765
+ show_imports?: undefined;
766
+ show_docs?: undefined;
767
+ depth?: undefined;
768
+ symbol?: undefined;
769
+ context_before?: undefined;
770
+ context_after?: undefined;
771
+ show?: undefined;
772
+ start_line?: undefined;
773
+ end_line?: undefined;
774
+ context_lines?: undefined;
775
+ line?: undefined;
776
+ context?: undefined;
777
+ include_callers?: undefined;
778
+ include_tests?: undefined;
779
+ include_changes?: undefined;
780
+ paths?: undefined;
781
+ kind?: undefined;
782
+ limit?: undefined;
783
+ lang?: undefined;
784
+ include?: undefined;
785
+ recursive?: undefined;
786
+ max_depth?: undefined;
787
+ module?: undefined;
788
+ export_only?: undefined;
789
+ check?: undefined;
790
+ pattern?: undefined;
791
+ name?: undefined;
792
+ count?: undefined;
793
+ command?: undefined;
794
+ runner?: undefined;
795
+ timeout?: undefined;
796
+ };
797
+ required?: undefined;
798
+ };
799
+ } | {
800
+ name: string;
801
+ description: string;
802
+ inputSchema: {
803
+ type: "object";
804
+ properties: {
805
+ path: {
806
+ type: string;
807
+ description: string;
808
+ };
809
+ include: {
810
+ type: string;
811
+ items: {
812
+ type: string;
813
+ enum: string[];
814
+ };
815
+ description: string;
816
+ };
817
+ show_imports?: undefined;
818
+ show_docs?: undefined;
819
+ depth?: undefined;
820
+ symbol?: undefined;
821
+ context_before?: undefined;
822
+ context_after?: undefined;
823
+ show?: undefined;
824
+ start_line?: undefined;
825
+ end_line?: undefined;
826
+ context_lines?: undefined;
827
+ line?: undefined;
828
+ context?: undefined;
829
+ include_callers?: undefined;
830
+ include_tests?: undefined;
831
+ include_changes?: undefined;
832
+ paths?: undefined;
833
+ scope?: undefined;
834
+ kind?: undefined;
835
+ limit?: undefined;
836
+ lang?: undefined;
837
+ recursive?: undefined;
838
+ max_depth?: undefined;
839
+ module?: undefined;
840
+ export_only?: undefined;
841
+ check?: undefined;
842
+ pattern?: undefined;
843
+ name?: undefined;
844
+ ref?: undefined;
845
+ count?: undefined;
846
+ command?: undefined;
847
+ runner?: undefined;
848
+ timeout?: undefined;
849
+ };
850
+ required: string[];
851
+ };
852
+ } | {
853
+ name: string;
854
+ description: string;
855
+ inputSchema: {
856
+ type: "object";
857
+ properties: {
858
+ path: {
859
+ type: string;
860
+ description: string;
861
+ };
862
+ count: {
863
+ type: string;
864
+ description: string;
865
+ };
866
+ ref: {
867
+ type: string;
868
+ description: string;
869
+ };
870
+ show_imports?: undefined;
871
+ show_docs?: undefined;
872
+ depth?: undefined;
873
+ symbol?: undefined;
874
+ context_before?: undefined;
875
+ context_after?: undefined;
876
+ show?: undefined;
877
+ start_line?: undefined;
878
+ end_line?: undefined;
879
+ context_lines?: undefined;
880
+ line?: undefined;
881
+ context?: undefined;
882
+ include_callers?: undefined;
883
+ include_tests?: undefined;
884
+ include_changes?: undefined;
885
+ paths?: undefined;
886
+ scope?: undefined;
887
+ kind?: undefined;
888
+ limit?: undefined;
889
+ lang?: undefined;
890
+ include?: undefined;
891
+ recursive?: undefined;
892
+ max_depth?: undefined;
893
+ module?: undefined;
894
+ export_only?: undefined;
895
+ check?: undefined;
896
+ pattern?: undefined;
897
+ name?: undefined;
898
+ command?: undefined;
899
+ runner?: undefined;
900
+ timeout?: undefined;
901
+ };
902
+ required?: undefined;
903
+ };
904
+ } | {
905
+ name: string;
906
+ description: string;
907
+ inputSchema: {
908
+ type: "object";
909
+ properties: {
910
+ command: {
911
+ type: string;
912
+ description: string;
913
+ };
914
+ runner: {
915
+ type: string;
916
+ enum: string[];
917
+ description: string;
918
+ };
919
+ timeout: {
920
+ type: string;
921
+ description: string;
922
+ };
923
+ path?: undefined;
924
+ show_imports?: undefined;
925
+ show_docs?: undefined;
926
+ depth?: undefined;
927
+ symbol?: undefined;
928
+ context_before?: undefined;
929
+ context_after?: undefined;
930
+ show?: undefined;
931
+ start_line?: undefined;
932
+ end_line?: undefined;
933
+ context_lines?: undefined;
934
+ line?: undefined;
935
+ context?: undefined;
936
+ include_callers?: undefined;
937
+ include_tests?: undefined;
938
+ include_changes?: undefined;
939
+ paths?: undefined;
940
+ scope?: undefined;
941
+ kind?: undefined;
942
+ limit?: undefined;
943
+ lang?: undefined;
944
+ include?: undefined;
945
+ recursive?: undefined;
946
+ max_depth?: undefined;
947
+ module?: undefined;
948
+ export_only?: undefined;
949
+ check?: undefined;
950
+ pattern?: undefined;
951
+ name?: undefined;
952
+ ref?: undefined;
953
+ count?: undefined;
954
+ };
955
+ required: string[];
956
+ };
957
+ })[];
958
+ //# sourceMappingURL=tool-definitions.d.ts.map