@happyvertical/smrt-dev-mcp 0.40.59 → 0.40.60

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