@rekog/mcp-nest 1.5.0 → 1.5.2
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/.github/workflows/pipeline.yml +11 -1
- package/README.md +28 -42
- package/coverage/clover.xml +324 -325
- package/coverage/coverage-final.json +20 -20
- package/coverage/lcov-report/decorators/constants.ts.html +4 -4
- package/coverage/lcov-report/decorators/index.html +1 -1
- package/coverage/lcov-report/decorators/index.ts.html +5 -5
- package/coverage/lcov-report/decorators/prompt.decorator.ts.html +4 -4
- package/coverage/lcov-report/decorators/resource.decorator.ts.html +4 -4
- package/coverage/lcov-report/decorators/tool.decorator.ts.html +5 -5
- package/coverage/lcov-report/index.html +37 -37
- package/coverage/lcov-report/services/index.html +9 -39
- package/coverage/lcov-report/services/mcp-registry.service.ts.html +6 -6
- package/coverage/lcov-report/tests/index.html +21 -21
- package/coverage/lcov-report/tests/utils.ts.html +45 -45
- package/coverage/lcov.info +446 -449
- package/dist/interfaces/mcp-tool.interface.d.ts +7 -1
- package/dist/interfaces/mcp-tool.interface.d.ts.map +1 -1
- package/dist/services/handlers/mcp-handler.base.d.ts +3 -5
- package/dist/services/handlers/mcp-handler.base.d.ts.map +1 -1
- package/dist/services/handlers/mcp-handler.base.js +6 -2
- package/dist/services/handlers/mcp-handler.base.js.map +1 -1
- package/dist/transport/streamable-http.controller.factory.js +2 -2
- package/dist/transport/streamable-http.controller.factory.js.map +1 -1
- package/package.json +5 -3
- package/playground/resources/greeting.tool.ts +4 -3
- package/tests/mcp-tool.e2e.spec.ts +74 -10
- package/tsconfig.build.tsbuildinfo +1 -1
- package/coverage/lcov-report/services/handlers/index.html +0 -161
- package/coverage/lcov-report/services/handlers/mcp-handler.base.ts.html +0 -421
- package/coverage/lcov-report/services/handlers/mcp-prompts.handler.ts.html +0 -385
- package/coverage/lcov-report/services/handlers/mcp-resources.handler.ts.html +0 -361
- package/coverage/lcov-report/services/handlers/mcp-tools.handler.ts.html +0 -355
- package/coverage/lcov-report/services/mcp-executor.service.ts.html +0 -199
- package/coverage/lcov-report/services/sse-ping.service.ts.html +0 -499
- package/coverage/lcov-report/transport/index.html +0 -131
- package/coverage/lcov-report/transport/sse.controller.factory.ts.html +0 -532
- package/coverage/lcov-report/transport/streamable-http.controller.factory.ts.html +0 -1258
package/coverage/clover.xml
CHANGED
|
@@ -1,169 +1,169 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1746278012633" clover="3.2.0">
|
|
3
|
+
<project timestamp="1746278012633" name="All files">
|
|
4
|
+
<metrics statements="492" coveredstatements="343" conditionals="136" coveredconditionals="44" methods="103" coveredmethods="75" elements="731" coveredelements="462" complexity="0" loc="492" ncloc="492" packages="7" files="20" classes="20"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="43" coveredstatements="43" conditionals="25" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
7
7
|
<file name="index.ts" path="/home/rinor/explore/nest-mcp/src/index.ts">
|
|
8
8
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
-
<line num="1" count="
|
|
10
|
-
<line num="2" count="
|
|
11
|
-
<line num="3" count="
|
|
12
|
-
<line num="4" count="
|
|
13
|
-
<line num="5" count="
|
|
9
|
+
<line num="1" count="2" type="stmt"/>
|
|
10
|
+
<line num="2" count="2" type="stmt"/>
|
|
11
|
+
<line num="3" count="2" type="stmt"/>
|
|
12
|
+
<line num="4" count="2" type="stmt"/>
|
|
13
|
+
<line num="5" count="2" type="stmt"/>
|
|
14
14
|
</file>
|
|
15
15
|
<file name="mcp.module.ts" path="/home/rinor/explore/nest-mcp/src/mcp.module.ts">
|
|
16
16
|
<metrics statements="38" coveredstatements="38" conditionals="25" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
17
|
-
<line num="1" count="
|
|
18
|
-
<line num="2" count="
|
|
19
|
-
<line num="3" count="
|
|
20
|
-
<line num="4" count="
|
|
21
|
-
<line num="5" count="
|
|
22
|
-
<line num="6" count="
|
|
23
|
-
<line num="7" count="
|
|
24
|
-
<line num="8" count="
|
|
25
|
-
<line num="9" count="
|
|
26
|
-
<line num="15" count="
|
|
27
|
-
<line num="17" count="
|
|
28
|
-
<line num="39" count="
|
|
29
|
-
<line num="40" count="
|
|
30
|
-
<line num="41" count="
|
|
31
|
-
<line num="43" count="
|
|
32
|
-
<line num="54" count="
|
|
33
|
-
<line num="55" count="
|
|
34
|
-
<line num="56" count="
|
|
35
|
-
<line num="57" count="
|
|
36
|
-
<line num="58" count="
|
|
37
|
-
<line num="59" count="
|
|
38
|
-
<line num="62" count="
|
|
39
|
-
<line num="63" count="
|
|
40
|
-
<line num="65" count="
|
|
41
|
-
<line num="66" count="
|
|
42
|
-
<line num="73" count="
|
|
43
|
-
<line num="76" count="
|
|
44
|
-
<line num="77" count="
|
|
45
|
-
<line num="83" count="
|
|
46
|
-
<line num="86" count="
|
|
47
|
-
<line num="90" count="
|
|
48
|
-
<line num="94" count="
|
|
49
|
-
<line num="103" count="
|
|
50
|
-
<line num="107" count="
|
|
51
|
-
<line num="108" count="
|
|
52
|
-
<line num="111" count="
|
|
53
|
-
<line num="112" count="
|
|
54
|
-
<line num="115" count="
|
|
17
|
+
<line num="1" count="4" type="stmt"/>
|
|
18
|
+
<line num="2" count="4" type="stmt"/>
|
|
19
|
+
<line num="3" count="4" type="stmt"/>
|
|
20
|
+
<line num="4" count="4" type="stmt"/>
|
|
21
|
+
<line num="5" count="4" type="stmt"/>
|
|
22
|
+
<line num="6" count="4" type="stmt"/>
|
|
23
|
+
<line num="7" count="4" type="stmt"/>
|
|
24
|
+
<line num="8" count="4" type="stmt"/>
|
|
25
|
+
<line num="9" count="4" type="stmt"/>
|
|
26
|
+
<line num="15" count="4" type="stmt"/>
|
|
27
|
+
<line num="17" count="4" type="stmt"/>
|
|
28
|
+
<line num="39" count="4" type="stmt"/>
|
|
29
|
+
<line num="40" count="4" type="stmt"/>
|
|
30
|
+
<line num="41" count="4" type="stmt"/>
|
|
31
|
+
<line num="43" count="4" type="stmt"/>
|
|
32
|
+
<line num="54" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
33
|
+
<line num="55" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
34
|
+
<line num="56" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
35
|
+
<line num="57" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
36
|
+
<line num="58" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
37
|
+
<line num="59" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
38
|
+
<line num="62" count="4" type="stmt"/>
|
|
39
|
+
<line num="63" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
40
|
+
<line num="65" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
41
|
+
<line num="66" count="4" type="stmt"/>
|
|
42
|
+
<line num="73" count="4" type="stmt"/>
|
|
43
|
+
<line num="76" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
44
|
+
<line num="77" count="4" type="stmt"/>
|
|
45
|
+
<line num="83" count="4" type="stmt"/>
|
|
46
|
+
<line num="86" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
47
|
+
<line num="90" count="4" type="stmt"/>
|
|
48
|
+
<line num="94" count="4" type="stmt"/>
|
|
49
|
+
<line num="103" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
50
|
+
<line num="107" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
51
|
+
<line num="108" count="4" type="stmt"/>
|
|
52
|
+
<line num="111" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
53
|
+
<line num="112" count="4" type="stmt"/>
|
|
54
|
+
<line num="115" count="4" type="stmt"/>
|
|
55
55
|
</file>
|
|
56
56
|
</package>
|
|
57
57
|
<package name="src.decorators">
|
|
58
58
|
<metrics statements="22" coveredstatements="21" conditionals="1" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
59
59
|
<file name="constants.ts" path="/home/rinor/explore/nest-mcp/src/decorators/constants.ts">
|
|
60
60
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
61
|
-
<line num="1" count="
|
|
62
|
-
<line num="2" count="
|
|
63
|
-
<line num="3" count="
|
|
61
|
+
<line num="1" count="6" type="stmt"/>
|
|
62
|
+
<line num="2" count="6" type="stmt"/>
|
|
63
|
+
<line num="3" count="6" type="stmt"/>
|
|
64
64
|
</file>
|
|
65
65
|
<file name="index.ts" path="/home/rinor/explore/nest-mcp/src/decorators/index.ts">
|
|
66
66
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
67
|
-
<line num="1" count="
|
|
68
|
-
<line num="2" count="
|
|
69
|
-
<line num="3" count="
|
|
70
|
-
<line num="4" count="
|
|
67
|
+
<line num="1" count="6" type="stmt"/>
|
|
68
|
+
<line num="2" count="6" type="stmt"/>
|
|
69
|
+
<line num="3" count="6" type="stmt"/>
|
|
70
|
+
<line num="4" count="6" type="stmt"/>
|
|
71
71
|
</file>
|
|
72
72
|
<file name="prompt.decorator.ts" path="/home/rinor/explore/nest-mcp/src/decorators/prompt.decorator.ts">
|
|
73
73
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
74
|
-
<line num="1" count="
|
|
75
|
-
<line num="2" count="
|
|
76
|
-
<line num="23" count="
|
|
74
|
+
<line num="1" count="6" type="stmt"/>
|
|
75
|
+
<line num="2" count="6" type="stmt"/>
|
|
76
|
+
<line num="23" count="6" type="stmt"/>
|
|
77
77
|
<line num="24" count="1" type="stmt"/>
|
|
78
78
|
</file>
|
|
79
79
|
<file name="resource.decorator.ts" path="/home/rinor/explore/nest-mcp/src/decorators/resource.decorator.ts">
|
|
80
80
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
81
|
-
<line num="1" count="
|
|
82
|
-
<line num="2" count="
|
|
83
|
-
<line num="27" count="
|
|
81
|
+
<line num="1" count="6" type="stmt"/>
|
|
82
|
+
<line num="2" count="6" type="stmt"/>
|
|
83
|
+
<line num="27" count="6" type="stmt"/>
|
|
84
84
|
<line num="28" count="4" type="stmt"/>
|
|
85
85
|
</file>
|
|
86
86
|
<file name="tool.decorator.ts" path="/home/rinor/explore/nest-mcp/src/decorators/tool.decorator.ts">
|
|
87
87
|
<metrics statements="7" coveredstatements="6" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
88
|
-
<line num="1" count="
|
|
89
|
-
<line num="2" count="
|
|
90
|
-
<line num="3" count="
|
|
91
|
-
<line num="25" count="
|
|
92
|
-
<line num="26" count="
|
|
88
|
+
<line num="1" count="6" type="stmt"/>
|
|
89
|
+
<line num="2" count="6" type="stmt"/>
|
|
90
|
+
<line num="3" count="6" type="stmt"/>
|
|
91
|
+
<line num="25" count="6" type="stmt"/>
|
|
92
|
+
<line num="26" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
93
93
|
<line num="27" count="0" type="stmt"/>
|
|
94
|
-
<line num="29" count="
|
|
94
|
+
<line num="29" count="1" type="stmt"/>
|
|
95
95
|
</file>
|
|
96
96
|
</package>
|
|
97
97
|
<package name="src.interfaces">
|
|
98
98
|
<metrics statements="6" coveredstatements="6" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
99
99
|
<file name="index.ts" path="/home/rinor/explore/nest-mcp/src/interfaces/index.ts">
|
|
100
100
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
101
|
-
<line num="1" count="
|
|
102
|
-
<line num="2" count="
|
|
101
|
+
<line num="1" count="4" type="stmt"/>
|
|
102
|
+
<line num="2" count="4" type="stmt"/>
|
|
103
103
|
</file>
|
|
104
104
|
<file name="mcp-options.interface.ts" path="/home/rinor/explore/nest-mcp/src/interfaces/mcp-options.interface.ts">
|
|
105
105
|
<metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
106
|
-
<line num="4" count="
|
|
107
|
-
<line num="5" count="
|
|
108
|
-
<line num="6" count="
|
|
109
|
-
<line num="7" count="
|
|
106
|
+
<line num="4" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
107
|
+
<line num="5" count="4" type="stmt"/>
|
|
108
|
+
<line num="6" count="4" type="stmt"/>
|
|
109
|
+
<line num="7" count="4" type="stmt"/>
|
|
110
110
|
</file>
|
|
111
111
|
</package>
|
|
112
112
|
<package name="src.services">
|
|
113
113
|
<metrics statements="109" coveredstatements="90" conditionals="21" coveredconditionals="11" methods="39" coveredmethods="36"/>
|
|
114
114
|
<file name="mcp-executor.service.ts" path="/home/rinor/explore/nest-mcp/src/services/mcp-executor.service.ts">
|
|
115
115
|
<metrics statements="15" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
116
|
-
<line num="2" count="
|
|
117
|
-
<line num="3" count="
|
|
118
|
-
<line num="5" count="
|
|
119
|
-
<line num="6" count="
|
|
120
|
-
<line num="7" count="
|
|
121
|
-
<line num="8" count="
|
|
122
|
-
<line num="14" count="
|
|
123
|
-
<line num="15" count="
|
|
124
|
-
<line num="21" count="
|
|
125
|
-
<line num="22" count="
|
|
126
|
-
<line num="23" count="
|
|
127
|
-
<line num="32" count="
|
|
128
|
-
<line num="34" count="
|
|
129
|
-
<line num="35" count="
|
|
130
|
-
<line num="36" count="
|
|
116
|
+
<line num="2" count="5" type="stmt"/>
|
|
117
|
+
<line num="3" count="5" type="stmt"/>
|
|
118
|
+
<line num="5" count="5" type="stmt"/>
|
|
119
|
+
<line num="6" count="5" type="stmt"/>
|
|
120
|
+
<line num="7" count="5" type="stmt"/>
|
|
121
|
+
<line num="8" count="5" type="stmt"/>
|
|
122
|
+
<line num="14" count="5" type="stmt"/>
|
|
123
|
+
<line num="15" count="30" type="stmt"/>
|
|
124
|
+
<line num="21" count="30" type="stmt"/>
|
|
125
|
+
<line num="22" count="30" type="stmt"/>
|
|
126
|
+
<line num="23" count="30" type="stmt"/>
|
|
127
|
+
<line num="32" count="30" type="stmt"/>
|
|
128
|
+
<line num="34" count="30" type="stmt"/>
|
|
129
|
+
<line num="35" count="30" type="stmt"/>
|
|
130
|
+
<line num="36" count="30" type="stmt"/>
|
|
131
131
|
</file>
|
|
132
132
|
<file name="mcp-registry.service.ts" path="/home/rinor/explore/nest-mcp/src/services/mcp-registry.service.ts">
|
|
133
133
|
<metrics statements="54" coveredstatements="53" conditionals="11" coveredconditionals="8" methods="27" coveredmethods="27"/>
|
|
134
|
-
<line num="1" count="
|
|
135
|
-
<line num="6" count="
|
|
136
|
-
<line num="7" count="
|
|
137
|
-
<line num="14" count="
|
|
138
|
-
<line num="31" count="
|
|
139
|
-
<line num="32" count="
|
|
140
|
-
<line num="35" count="
|
|
141
|
-
<line num="36" count="
|
|
142
|
-
<line num="40" count="
|
|
143
|
-
<line num="47" count="
|
|
144
|
-
<line num="48" count="
|
|
145
|
-
<line num="49" count="
|
|
146
|
-
<line num="52" count="
|
|
147
|
-
<line num="56" count="
|
|
148
|
-
<line num="61" count="
|
|
149
|
-
<line num="62" count="
|
|
150
|
-
<line num="63" count="
|
|
151
|
-
<line num="64" count="
|
|
152
|
-
<line num="66" count="
|
|
153
|
-
<line num="67" count="
|
|
154
|
-
<line num="70" count="
|
|
134
|
+
<line num="1" count="6" type="stmt"/>
|
|
135
|
+
<line num="6" count="6" type="stmt"/>
|
|
136
|
+
<line num="7" count="6" type="stmt"/>
|
|
137
|
+
<line num="14" count="6" type="stmt"/>
|
|
138
|
+
<line num="31" count="6" type="stmt"/>
|
|
139
|
+
<line num="32" count="9" type="stmt"/>
|
|
140
|
+
<line num="35" count="9" type="stmt"/>
|
|
141
|
+
<line num="36" count="9" type="stmt"/>
|
|
142
|
+
<line num="40" count="4" type="stmt"/>
|
|
143
|
+
<line num="47" count="4" type="stmt"/>
|
|
144
|
+
<line num="48" count="4" type="stmt"/>
|
|
145
|
+
<line num="49" count="4" type="stmt"/>
|
|
146
|
+
<line num="52" count="126" type="cond" truecount="3" falsecount="0"/>
|
|
147
|
+
<line num="56" count="118" type="stmt"/>
|
|
148
|
+
<line num="61" count="4" type="stmt"/>
|
|
149
|
+
<line num="62" count="118" type="stmt"/>
|
|
150
|
+
<line num="63" count="925" type="stmt"/>
|
|
151
|
+
<line num="64" count="925" type="stmt"/>
|
|
152
|
+
<line num="66" count="925" type="cond" truecount="1" falsecount="0"/>
|
|
153
|
+
<line num="67" count="1" type="stmt"/>
|
|
154
|
+
<line num="70" count="925" type="cond" truecount="1" falsecount="0"/>
|
|
155
155
|
<line num="71" count="4" type="stmt"/>
|
|
156
|
-
<line num="74" count="
|
|
156
|
+
<line num="74" count="925" type="cond" truecount="1" falsecount="0"/>
|
|
157
157
|
<line num="75" count="1" type="stmt"/>
|
|
158
|
-
<line num="91" count="
|
|
159
|
-
<line num="93" count="
|
|
158
|
+
<line num="91" count="6" type="stmt"/>
|
|
159
|
+
<line num="93" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
160
160
|
<line num="94" count="0" type="stmt"/>
|
|
161
|
-
<line num="97" count="
|
|
161
|
+
<line num="97" count="6" type="stmt"/>
|
|
162
162
|
<line num="110" count="1" type="stmt"/>
|
|
163
|
-
<line num="124" count="
|
|
163
|
+
<line num="124" count="1" type="stmt"/>
|
|
164
164
|
<line num="138" count="4" type="stmt"/>
|
|
165
|
-
<line num="151" count="
|
|
166
|
-
<line num="158" count="
|
|
165
|
+
<line num="151" count="3" type="stmt"/>
|
|
166
|
+
<line num="158" count="1" type="stmt"/>
|
|
167
167
|
<line num="165" count="64" type="stmt"/>
|
|
168
168
|
<line num="172" count="19" type="stmt"/>
|
|
169
169
|
<line num="179" count="2" type="stmt"/>
|
|
@@ -188,33 +188,33 @@
|
|
|
188
188
|
</file>
|
|
189
189
|
<file name="sse-ping.service.ts" path="/home/rinor/explore/nest-mcp/src/services/sse-ping.service.ts">
|
|
190
190
|
<metrics statements="40" coveredstatements="22" conditionals="10" coveredconditionals="3" methods="10" coveredmethods="7"/>
|
|
191
|
-
<line num="1" count="
|
|
192
|
-
<line num="15" count="
|
|
193
|
-
<line num="16" count="
|
|
194
|
-
<line num="17" count="
|
|
195
|
-
<line num="18" count="
|
|
196
|
-
<line num="27" count="
|
|
197
|
-
<line num="32" count="
|
|
198
|
-
<line num="36" count="
|
|
199
|
-
<line num="37" count="
|
|
200
|
-
<line num="44" count="
|
|
201
|
-
<line num="45" count="
|
|
202
|
-
<line num="48" count="
|
|
203
|
-
<line num="49" count="
|
|
191
|
+
<line num="1" count="5" type="stmt"/>
|
|
192
|
+
<line num="15" count="5" type="stmt"/>
|
|
193
|
+
<line num="16" count="4" type="stmt"/>
|
|
194
|
+
<line num="17" count="4" type="stmt"/>
|
|
195
|
+
<line num="18" count="4" type="stmt"/>
|
|
196
|
+
<line num="27" count="4" type="stmt"/>
|
|
197
|
+
<line num="32" count="4" type="stmt"/>
|
|
198
|
+
<line num="36" count="4" type="stmt"/>
|
|
199
|
+
<line num="37" count="4" type="stmt"/>
|
|
200
|
+
<line num="44" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
201
|
+
<line num="45" count="4" type="stmt"/>
|
|
202
|
+
<line num="48" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
203
|
+
<line num="49" count="4" type="stmt"/>
|
|
204
204
|
<line num="51" count="0" type="stmt"/>
|
|
205
|
-
<line num="63" count="
|
|
206
|
-
<line num="64" count="
|
|
205
|
+
<line num="63" count="11" type="stmt"/>
|
|
206
|
+
<line num="64" count="11" type="stmt"/>
|
|
207
207
|
<line num="71" count="0" type="stmt"/>
|
|
208
208
|
<line num="72" count="0" type="stmt"/>
|
|
209
|
-
<line num="79" count="
|
|
209
|
+
<line num="79" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
210
210
|
<line num="80" count="0" type="stmt"/>
|
|
211
|
-
<line num="83" count="
|
|
212
|
-
<line num="86" count="
|
|
211
|
+
<line num="83" count="4" type="stmt"/>
|
|
212
|
+
<line num="86" count="4" type="stmt"/>
|
|
213
213
|
<line num="87" count="0" type="stmt"/>
|
|
214
|
-
<line num="95" count="
|
|
215
|
-
<line num="96" count="
|
|
216
|
-
<line num="97" count="
|
|
217
|
-
<line num="98" count="
|
|
214
|
+
<line num="95" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
215
|
+
<line num="96" count="4" type="stmt"/>
|
|
216
|
+
<line num="97" count="4" type="stmt"/>
|
|
217
|
+
<line num="98" count="4" type="stmt"/>
|
|
218
218
|
<line num="106" count="0" type="stmt"/>
|
|
219
219
|
<line num="107" count="0" type="stmt"/>
|
|
220
220
|
<line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
@@ -231,20 +231,20 @@
|
|
|
231
231
|
</file>
|
|
232
232
|
</package>
|
|
233
233
|
<package name="src.services.handlers">
|
|
234
|
-
<metrics statements="113" coveredstatements="
|
|
234
|
+
<metrics statements="113" coveredstatements="90" conditionals="12" coveredconditionals="3" methods="30" coveredmethods="19"/>
|
|
235
235
|
<file name="mcp-handler.base.ts" path="/home/rinor/explore/nest-mcp/src/services/handlers/mcp-handler.base.ts">
|
|
236
236
|
<metrics statements="23" coveredstatements="10" conditionals="2" coveredconditionals="1" methods="14" coveredmethods="3"/>
|
|
237
|
-
<line num="1" count="
|
|
238
|
-
<line num="17" count="
|
|
239
|
-
<line num="21" count="
|
|
240
|
-
<line num="22" count="
|
|
241
|
-
<line num="25" count="
|
|
242
|
-
<line num="37" count="
|
|
237
|
+
<line num="1" count="5" type="stmt"/>
|
|
238
|
+
<line num="17" count="5" type="stmt"/>
|
|
239
|
+
<line num="21" count="90" type="stmt"/>
|
|
240
|
+
<line num="22" count="90" type="stmt"/>
|
|
241
|
+
<line num="25" count="90" type="stmt"/>
|
|
242
|
+
<line num="37" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
243
243
|
<line num="38" count="0" type="stmt"/>
|
|
244
|
-
<line num="41" count="
|
|
245
|
-
<line num="42" count="
|
|
246
|
-
<line num="44" count="
|
|
247
|
-
<line num="45" count="
|
|
244
|
+
<line num="41" count="5" type="stmt"/>
|
|
245
|
+
<line num="42" count="5" type="stmt"/>
|
|
246
|
+
<line num="44" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
247
|
+
<line num="45" count="5" type="stmt"/>
|
|
248
248
|
<line num="56" count="0" type="stmt"/>
|
|
249
249
|
<line num="62" count="0" type="stmt"/>
|
|
250
250
|
<line num="68" count="0" type="stmt"/>
|
|
@@ -260,19 +260,19 @@
|
|
|
260
260
|
</file>
|
|
261
261
|
<file name="mcp-prompts.handler.ts" path="/home/rinor/explore/nest-mcp/src/services/handlers/mcp-prompts.handler.ts">
|
|
262
262
|
<metrics statements="31" coveredstatements="27" conditionals="4" coveredconditionals="1" methods="6" coveredmethods="6"/>
|
|
263
|
-
<line num="1" count="
|
|
264
|
-
<line num="2" count="
|
|
265
|
-
<line num="4" count="
|
|
266
|
-
<line num="12" count="
|
|
267
|
-
<line num="13" count="
|
|
268
|
-
<line num="16" count="
|
|
269
|
-
<line num="18" count="
|
|
270
|
-
<line num="22" count="
|
|
263
|
+
<line num="1" count="5" type="stmt"/>
|
|
264
|
+
<line num="2" count="5" type="stmt"/>
|
|
265
|
+
<line num="4" count="5" type="stmt"/>
|
|
266
|
+
<line num="12" count="5" type="stmt"/>
|
|
267
|
+
<line num="13" count="5" type="stmt"/>
|
|
268
|
+
<line num="16" count="5" type="stmt"/>
|
|
269
|
+
<line num="18" count="30" type="stmt"/>
|
|
270
|
+
<line num="22" count="30" type="stmt"/>
|
|
271
271
|
<line num="23" count="1" type="stmt"/>
|
|
272
272
|
<line num="25" count="1" type="stmt"/>
|
|
273
273
|
<line num="30" count="1" type="stmt"/>
|
|
274
274
|
<line num="39" count="1" type="stmt"/>
|
|
275
|
-
<line num="44" count="
|
|
275
|
+
<line num="44" count="30" type="stmt"/>
|
|
276
276
|
<line num="47" count="1" type="stmt"/>
|
|
277
277
|
<line num="49" count="1" type="stmt"/>
|
|
278
278
|
<line num="50" count="1" type="stmt"/>
|
|
@@ -294,18 +294,18 @@
|
|
|
294
294
|
</file>
|
|
295
295
|
<file name="mcp-resources.handler.ts" path="/home/rinor/explore/nest-mcp/src/services/handlers/mcp-resources.handler.ts">
|
|
296
296
|
<metrics statements="31" coveredstatements="29" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="5"/>
|
|
297
|
-
<line num="1" count="
|
|
298
|
-
<line num="2" count="
|
|
299
|
-
<line num="4" count="
|
|
300
|
-
<line num="11" count="
|
|
301
|
-
<line num="12" count="
|
|
302
|
-
<line num="15" count="
|
|
303
|
-
<line num="17" count="
|
|
304
|
-
<line num="21" count="
|
|
297
|
+
<line num="1" count="5" type="stmt"/>
|
|
298
|
+
<line num="2" count="5" type="stmt"/>
|
|
299
|
+
<line num="4" count="5" type="stmt"/>
|
|
300
|
+
<line num="11" count="5" type="stmt"/>
|
|
301
|
+
<line num="12" count="5" type="stmt"/>
|
|
302
|
+
<line num="15" count="5" type="stmt"/>
|
|
303
|
+
<line num="17" count="30" type="stmt"/>
|
|
304
|
+
<line num="21" count="30" type="stmt"/>
|
|
305
305
|
<line num="22" count="1" type="stmt"/>
|
|
306
306
|
<line num="23" count="1" type="stmt"/>
|
|
307
307
|
<line num="26" count="4" type="stmt"/>
|
|
308
|
-
<line num="30" count="
|
|
308
|
+
<line num="30" count="30" type="stmt"/>
|
|
309
309
|
<line num="33" count="3" type="stmt"/>
|
|
310
310
|
<line num="35" count="3" type="stmt"/>
|
|
311
311
|
<line num="36" count="3" type="stmt"/>
|
|
@@ -327,98 +327,98 @@
|
|
|
327
327
|
<line num="84" count="1" type="stmt"/>
|
|
328
328
|
</file>
|
|
329
329
|
<file name="mcp-tools.handler.ts" path="/home/rinor/explore/nest-mcp/src/services/handlers/mcp-tools.handler.ts">
|
|
330
|
-
<metrics statements="28" coveredstatements="
|
|
331
|
-
<line num="2" count="
|
|
332
|
-
<line num="8" count="
|
|
333
|
-
<line num="9" count="
|
|
334
|
-
<line num="11" count="
|
|
335
|
-
<line num="12" count="
|
|
336
|
-
<line num="13" count="
|
|
337
|
-
<line num="16" count="
|
|
338
|
-
<line num="18" count="
|
|
339
|
-
<line num="22" count="
|
|
340
|
-
<line num="23" count="
|
|
341
|
-
<line num="31" count="
|
|
342
|
-
<line num="36" count="
|
|
343
|
-
<line num="39" count="
|
|
344
|
-
<line num="41" count="
|
|
345
|
-
<line num="43" count="
|
|
330
|
+
<metrics statements="28" coveredstatements="24" conditionals="4" coveredconditionals="1" methods="5" coveredmethods="5"/>
|
|
331
|
+
<line num="2" count="5" type="stmt"/>
|
|
332
|
+
<line num="8" count="5" type="stmt"/>
|
|
333
|
+
<line num="9" count="5" type="stmt"/>
|
|
334
|
+
<line num="11" count="5" type="stmt"/>
|
|
335
|
+
<line num="12" count="5" type="stmt"/>
|
|
336
|
+
<line num="13" count="5" type="stmt"/>
|
|
337
|
+
<line num="16" count="5" type="stmt"/>
|
|
338
|
+
<line num="18" count="30" type="stmt"/>
|
|
339
|
+
<line num="22" count="30" type="stmt"/>
|
|
340
|
+
<line num="23" count="2" type="stmt"/>
|
|
341
|
+
<line num="31" count="2" type="stmt"/>
|
|
342
|
+
<line num="36" count="30" type="stmt"/>
|
|
343
|
+
<line num="39" count="1" type="stmt"/>
|
|
344
|
+
<line num="41" count="1" type="stmt"/>
|
|
345
|
+
<line num="43" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
346
346
|
<line num="44" count="0" type="stmt"/>
|
|
347
|
-
<line num="50" count="
|
|
348
|
-
<line num="51" count="
|
|
349
|
-
<line num="52" count="
|
|
350
|
-
<line num="54" count="
|
|
351
|
-
<line num="60" count="
|
|
352
|
-
<line num="62" count="
|
|
347
|
+
<line num="50" count="1" type="stmt"/>
|
|
348
|
+
<line num="51" count="1" type="stmt"/>
|
|
349
|
+
<line num="52" count="1" type="stmt"/>
|
|
350
|
+
<line num="54" count="1" type="stmt"/>
|
|
351
|
+
<line num="60" count="1" type="stmt"/>
|
|
352
|
+
<line num="62" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
353
353
|
<line num="63" count="0" type="stmt"/>
|
|
354
|
-
<line num="69" count="
|
|
355
|
-
<line num="76" count="
|
|
356
|
-
<line num="79" count="
|
|
357
|
-
<line num="81" count="
|
|
358
|
-
<line num="82" count="
|
|
354
|
+
<line num="69" count="1" type="stmt"/>
|
|
355
|
+
<line num="76" count="1" type="stmt"/>
|
|
356
|
+
<line num="79" count="1" type="stmt"/>
|
|
357
|
+
<line num="81" count="0" type="stmt"/>
|
|
358
|
+
<line num="82" count="0" type="stmt"/>
|
|
359
359
|
</file>
|
|
360
360
|
</package>
|
|
361
361
|
<package name="src.transport">
|
|
362
|
-
<metrics statements="
|
|
362
|
+
<metrics statements="177" coveredstatements="81" conditionals="71" coveredconditionals="14" methods="24" coveredmethods="12"/>
|
|
363
363
|
<file name="sse.controller.factory.ts" path="/home/rinor/explore/nest-mcp/src/transport/sse.controller.factory.ts">
|
|
364
364
|
<metrics statements="42" coveredstatements="37" conditionals="8" coveredconditionals="6" methods="6" coveredmethods="5"/>
|
|
365
|
-
<line num="1" count="
|
|
366
|
-
<line num="17" count="
|
|
367
|
-
<line num="19" count="
|
|
368
|
-
<line num="20" count="
|
|
369
|
-
<line num="22" count="
|
|
370
|
-
<line num="23" count="
|
|
371
|
-
<line num="24" count="
|
|
372
|
-
<line num="29" count="
|
|
373
|
-
<line num="36" count="
|
|
374
|
-
<line num="40" count="
|
|
375
|
-
<line num="45" count="
|
|
376
|
-
<line num="47" count="
|
|
377
|
-
<line num="50" count="
|
|
378
|
-
<line num="51" count="
|
|
379
|
-
<line num="52" count="
|
|
380
|
-
<line num="53" count="
|
|
381
|
-
<line num="61" count="
|
|
382
|
-
<line num="71" count="
|
|
383
|
-
<line num="72" count="
|
|
384
|
-
<line num="77" count="
|
|
385
|
-
<line num="80" count="
|
|
386
|
-
<line num="94" count="
|
|
387
|
-
<line num="95" count="
|
|
388
|
-
<line num="98" count="
|
|
389
|
-
<line num="100" count="
|
|
365
|
+
<line num="1" count="5" type="stmt"/>
|
|
366
|
+
<line num="17" count="5" type="stmt"/>
|
|
367
|
+
<line num="19" count="5" type="stmt"/>
|
|
368
|
+
<line num="20" count="5" type="stmt"/>
|
|
369
|
+
<line num="22" count="5" type="stmt"/>
|
|
370
|
+
<line num="23" count="5" type="stmt"/>
|
|
371
|
+
<line num="24" count="5" type="stmt"/>
|
|
372
|
+
<line num="29" count="5" type="stmt"/>
|
|
373
|
+
<line num="36" count="6" type="stmt"/>
|
|
374
|
+
<line num="40" count="6" type="stmt"/>
|
|
375
|
+
<line num="45" count="4" type="stmt"/>
|
|
376
|
+
<line num="47" count="4" type="stmt"/>
|
|
377
|
+
<line num="50" count="4" type="stmt"/>
|
|
378
|
+
<line num="51" count="4" type="stmt"/>
|
|
379
|
+
<line num="52" count="4" type="stmt"/>
|
|
380
|
+
<line num="53" count="4" type="stmt"/>
|
|
381
|
+
<line num="61" count="4" type="stmt"/>
|
|
382
|
+
<line num="71" count="6" type="stmt"/>
|
|
383
|
+
<line num="72" count="11" type="stmt"/>
|
|
384
|
+
<line num="77" count="11" type="stmt"/>
|
|
385
|
+
<line num="80" count="11" type="stmt"/>
|
|
386
|
+
<line num="94" count="11" type="stmt"/>
|
|
387
|
+
<line num="95" count="11" type="stmt"/>
|
|
388
|
+
<line num="98" count="11" type="stmt"/>
|
|
389
|
+
<line num="100" count="11" type="stmt"/>
|
|
390
390
|
<line num="102" count="0" type="stmt"/>
|
|
391
391
|
<line num="103" count="0" type="stmt"/>
|
|
392
392
|
<line num="104" count="0" type="stmt"/>
|
|
393
|
-
<line num="107" count="
|
|
394
|
-
<line num="115" count="
|
|
395
|
-
<line num="120" count="
|
|
396
|
-
<line num="121" count="
|
|
397
|
-
<line num="123" count="
|
|
393
|
+
<line num="107" count="11" type="stmt"/>
|
|
394
|
+
<line num="115" count="6" type="stmt"/>
|
|
395
|
+
<line num="120" count="30" type="stmt"/>
|
|
396
|
+
<line num="121" count="30" type="stmt"/>
|
|
397
|
+
<line num="123" count="30" type="cond" truecount="0" falsecount="1"/>
|
|
398
398
|
<line num="124" count="0" type="stmt"/>
|
|
399
|
-
<line num="127" count="
|
|
400
|
-
<line num="128" count="
|
|
399
|
+
<line num="127" count="30" type="stmt"/>
|
|
400
|
+
<line num="128" count="30" type="cond" truecount="0" falsecount="1"/>
|
|
401
401
|
<line num="129" count="0" type="stmt"/>
|
|
402
|
-
<line num="133" count="
|
|
403
|
-
<line num="134" count="
|
|
404
|
-
<line num="141" count="
|
|
405
|
-
<line num="144" count="
|
|
406
|
-
<line num="148" count="
|
|
402
|
+
<line num="133" count="30" type="stmt"/>
|
|
403
|
+
<line num="134" count="30" type="stmt"/>
|
|
404
|
+
<line num="141" count="30" type="stmt"/>
|
|
405
|
+
<line num="144" count="30" type="stmt"/>
|
|
406
|
+
<line num="148" count="6" type="stmt"/>
|
|
407
407
|
</file>
|
|
408
408
|
<file name="stdio.service.ts" path="/home/rinor/explore/nest-mcp/src/transport/stdio.service.ts">
|
|
409
409
|
<metrics statements="20" coveredstatements="12" conditionals="3" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
410
|
-
<line num="1" count="
|
|
411
|
-
<line num="2" count="
|
|
412
|
-
<line num="3" count="
|
|
413
|
-
<line num="4" count="
|
|
414
|
-
<line num="5" count="
|
|
415
|
-
<line num="6" count="
|
|
416
|
-
<line num="9" count="
|
|
417
|
-
<line num="10" count="
|
|
418
|
-
<line num="13" count="
|
|
419
|
-
<line num="14" count="
|
|
420
|
-
<line num="18" count="
|
|
421
|
-
<line num="19" count="
|
|
410
|
+
<line num="1" count="4" type="stmt"/>
|
|
411
|
+
<line num="2" count="4" type="stmt"/>
|
|
412
|
+
<line num="3" count="4" type="stmt"/>
|
|
413
|
+
<line num="4" count="4" type="stmt"/>
|
|
414
|
+
<line num="5" count="4" type="stmt"/>
|
|
415
|
+
<line num="6" count="4" type="stmt"/>
|
|
416
|
+
<line num="9" count="4" type="stmt"/>
|
|
417
|
+
<line num="10" count="4" type="stmt"/>
|
|
418
|
+
<line num="13" count="4" type="stmt"/>
|
|
419
|
+
<line num="14" count="4" type="stmt"/>
|
|
420
|
+
<line num="18" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
421
|
+
<line num="19" count="4" type="stmt"/>
|
|
422
422
|
<line num="21" count="0" type="stmt"/>
|
|
423
423
|
<line num="23" count="0" type="stmt"/>
|
|
424
424
|
<line num="35" count="0" type="stmt"/>
|
|
@@ -429,43 +429,42 @@
|
|
|
429
429
|
<line num="48" count="0" type="stmt"/>
|
|
430
430
|
</file>
|
|
431
431
|
<file name="streamable-http.controller.factory.ts" path="/home/rinor/explore/nest-mcp/src/transport/streamable-http.controller.factory.ts">
|
|
432
|
-
<metrics statements="
|
|
433
|
-
<line num="1" count="
|
|
434
|
-
<line num="17" count="
|
|
435
|
-
<line num="18" count="
|
|
436
|
-
<line num="21" count="
|
|
437
|
-
<line num="22" count="
|
|
438
|
-
<line num="24" count="
|
|
439
|
-
<line num="25" count="
|
|
440
|
-
<line num="31" count="
|
|
441
|
-
<line num="39" count="
|
|
442
|
-
<line num="40" count="
|
|
443
|
-
<line num="41" count="
|
|
444
|
-
<line num="43" count="
|
|
445
|
-
<line num="46" count="
|
|
446
|
-
<line num="47" count="
|
|
447
|
-
<line num="48" count="
|
|
448
|
-
<line num="51" count="
|
|
449
|
-
<line num="52" count="
|
|
450
|
-
<line num="53" count="
|
|
451
|
-
<line num="56" count="
|
|
452
|
-
<line num="59" count="
|
|
432
|
+
<metrics statements="115" coveredstatements="32" conditionals="60" coveredconditionals="7" methods="16" coveredmethods="5"/>
|
|
433
|
+
<line num="1" count="5" type="stmt"/>
|
|
434
|
+
<line num="17" count="5" type="stmt"/>
|
|
435
|
+
<line num="18" count="5" type="stmt"/>
|
|
436
|
+
<line num="21" count="5" type="stmt"/>
|
|
437
|
+
<line num="22" count="5" type="stmt"/>
|
|
438
|
+
<line num="24" count="5" type="stmt"/>
|
|
439
|
+
<line num="25" count="5" type="stmt"/>
|
|
440
|
+
<line num="31" count="5" type="stmt"/>
|
|
441
|
+
<line num="39" count="6" type="stmt"/>
|
|
442
|
+
<line num="40" count="4" type="stmt"/>
|
|
443
|
+
<line num="41" count="4" type="stmt"/>
|
|
444
|
+
<line num="43" count="4" type="stmt"/>
|
|
445
|
+
<line num="46" count="4" type="stmt"/>
|
|
446
|
+
<line num="47" count="4" type="stmt"/>
|
|
447
|
+
<line num="48" count="4" type="stmt"/>
|
|
448
|
+
<line num="51" count="4" type="stmt"/>
|
|
449
|
+
<line num="52" count="4" type="stmt"/>
|
|
450
|
+
<line num="53" count="4" type="stmt"/>
|
|
451
|
+
<line num="56" count="4" type="stmt"/>
|
|
452
|
+
<line num="59" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
453
453
|
<line num="60" count="4" type="stmt"/>
|
|
454
454
|
<line num="62" count="4" type="stmt"/>
|
|
455
455
|
<line num="65" count="0" type="stmt"/>
|
|
456
456
|
<line num="74" count="4" type="stmt"/>
|
|
457
457
|
<line num="77" count="4" type="stmt"/>
|
|
458
|
-
<line num="79" count="0" type="stmt"/>
|
|
459
458
|
<line num="85" count="4" type="stmt"/>
|
|
460
459
|
<line num="88" count="4" type="stmt"/>
|
|
461
460
|
<line num="101" count="4" type="stmt"/>
|
|
462
|
-
<line num="105" count="
|
|
463
|
-
<line num="117" count="
|
|
464
|
-
<line num="122" count="
|
|
465
|
-
<line num="124" count="
|
|
466
|
-
<line num="125" count="
|
|
461
|
+
<line num="105" count="4" type="stmt"/>
|
|
462
|
+
<line num="117" count="6" type="stmt"/>
|
|
463
|
+
<line num="122" count="0" type="stmt"/>
|
|
464
|
+
<line num="124" count="0" type="stmt"/>
|
|
465
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
467
466
|
<line num="126" count="0" type="stmt"/>
|
|
468
|
-
<line num="128" count="
|
|
467
|
+
<line num="128" count="0" type="stmt"/>
|
|
469
468
|
<line num="131" count="0" type="stmt"/>
|
|
470
469
|
<line num="132" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
471
470
|
<line num="133" count="0" type="stmt"/>
|
|
@@ -489,43 +488,43 @@
|
|
|
489
488
|
<line num="200" count="0" type="stmt"/>
|
|
490
489
|
<line num="207" count="0" type="stmt"/>
|
|
491
490
|
<line num="210" count="0" type="stmt"/>
|
|
492
|
-
<line num="222" count="
|
|
493
|
-
<line num="225" count="
|
|
494
|
-
<line num="227" count="
|
|
495
|
-
<line num="228" count="
|
|
496
|
-
<line num="230" count="
|
|
491
|
+
<line num="222" count="0" type="stmt"/>
|
|
492
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
493
|
+
<line num="227" count="0" type="stmt"/>
|
|
494
|
+
<line num="228" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
495
|
+
<line num="230" count="0" type="stmt"/>
|
|
497
496
|
<line num="233" count="0" type="stmt"/>
|
|
498
|
-
<line num="239" count="
|
|
499
|
-
<line num="252" count="
|
|
500
|
-
<line num="255" count="
|
|
501
|
-
<line num="258" count="
|
|
502
|
-
<line num="259" count="
|
|
503
|
-
<line num="260" count="
|
|
504
|
-
<line num="263" count="
|
|
497
|
+
<line num="239" count="0" type="stmt"/>
|
|
498
|
+
<line num="252" count="0" type="stmt"/>
|
|
499
|
+
<line num="255" count="0" type="stmt"/>
|
|
500
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
501
|
+
<line num="259" count="0" type="stmt"/>
|
|
502
|
+
<line num="260" count="0" type="stmt"/>
|
|
503
|
+
<line num="263" count="0" type="stmt"/>
|
|
505
504
|
<line num="264" count="0" type="stmt"/>
|
|
506
|
-
<line num="268" count="
|
|
507
|
-
<line num="271" count="
|
|
505
|
+
<line num="268" count="0" type="stmt"/>
|
|
506
|
+
<line num="271" count="0" type="stmt"/>
|
|
508
507
|
<line num="274" count="0" type="stmt"/>
|
|
509
508
|
<line num="282" count="0" type="stmt"/>
|
|
510
|
-
<line num="286" count="
|
|
511
|
-
<line num="287" count="
|
|
509
|
+
<line num="286" count="0" type="stmt"/>
|
|
510
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
512
511
|
<line num="288" count="0" type="stmt"/>
|
|
513
512
|
<line num="296" count="0" type="stmt"/>
|
|
514
|
-
<line num="300" count="
|
|
515
|
-
<line num="301" count="
|
|
516
|
-
<line num="308" count="
|
|
517
|
-
<line num="311" count="
|
|
518
|
-
<line num="319" count="
|
|
519
|
-
<line num="320" count="
|
|
513
|
+
<line num="300" count="0" type="stmt"/>
|
|
514
|
+
<line num="301" count="0" type="stmt"/>
|
|
515
|
+
<line num="308" count="0" type="stmt"/>
|
|
516
|
+
<line num="311" count="0" type="stmt"/>
|
|
517
|
+
<line num="319" count="6" type="stmt"/>
|
|
518
|
+
<line num="320" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
520
519
|
<line num="321" count="0" type="stmt"/>
|
|
521
|
-
<line num="324" count="
|
|
522
|
-
<line num="326" count="
|
|
520
|
+
<line num="324" count="0" type="stmt"/>
|
|
521
|
+
<line num="326" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
523
522
|
<line num="327" count="0" type="stmt"/>
|
|
524
523
|
<line num="328" count="0" type="stmt"/>
|
|
525
|
-
<line num="331" count="
|
|
526
|
-
<line num="332" count="
|
|
527
|
-
<line num="333" count="
|
|
528
|
-
<line num="341" count="
|
|
524
|
+
<line num="331" count="0" type="stmt"/>
|
|
525
|
+
<line num="332" count="0" type="stmt"/>
|
|
526
|
+
<line num="333" count="0" type="stmt"/>
|
|
527
|
+
<line num="341" count="6" type="stmt"/>
|
|
529
528
|
<line num="342" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
530
529
|
<line num="344" count="0" type="stmt"/>
|
|
531
530
|
<line num="345" count="0" type="stmt"/>
|
|
@@ -537,43 +536,43 @@
|
|
|
537
536
|
<line num="356" count="0" type="stmt"/>
|
|
538
537
|
<line num="357" count="0" type="stmt"/>
|
|
539
538
|
<line num="358" count="0" type="stmt"/>
|
|
540
|
-
<line num="363" count="
|
|
539
|
+
<line num="363" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
541
540
|
<line num="364" count="0" type="stmt"/>
|
|
542
541
|
<line num="366" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
543
|
-
<line num="372" count="
|
|
542
|
+
<line num="372" count="0" type="stmt"/>
|
|
544
543
|
<line num="382" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
545
544
|
<line num="383" count="0" type="stmt"/>
|
|
546
545
|
<line num="384" count="0" type="stmt"/>
|
|
547
546
|
<line num="385" count="0" type="stmt"/>
|
|
548
|
-
<line num="390" count="
|
|
547
|
+
<line num="390" count="6" type="stmt"/>
|
|
549
548
|
</file>
|
|
550
549
|
</package>
|
|
551
550
|
<package name="tests">
|
|
552
|
-
<metrics statements="22" coveredstatements="
|
|
551
|
+
<metrics statements="22" coveredstatements="12" conditionals="4" coveredconditionals="1" methods="3" coveredmethods="1"/>
|
|
553
552
|
<file name="utils.ts" path="/home/rinor/explore/nest-mcp/tests/utils.ts">
|
|
554
|
-
<metrics statements="22" coveredstatements="
|
|
555
|
-
<line num="1" count="
|
|
556
|
-
<line num="2" count="
|
|
557
|
-
<line num="3" count="
|
|
558
|
-
<line num="4" count="
|
|
559
|
-
<line num="23" count="
|
|
560
|
-
<line num="30" count="
|
|
561
|
-
<line num="41" count="
|
|
562
|
-
<line num="42" count="
|
|
563
|
-
<line num="43" count="
|
|
564
|
-
<line num="44" count="
|
|
565
|
-
<line num="64" count="
|
|
566
|
-
<line num="71" count="
|
|
567
|
-
<line num="72" count="
|
|
568
|
-
<line num="83" count="
|
|
569
|
-
<line num="84" count="
|
|
570
|
-
<line num="87" count="
|
|
571
|
-
<line num="88" count="
|
|
572
|
-
<line num="102" count="
|
|
573
|
-
<line num="105" count="
|
|
574
|
-
<line num="117" count="
|
|
575
|
-
<line num="122" count="
|
|
576
|
-
<line num="123" count="
|
|
553
|
+
<metrics statements="22" coveredstatements="12" conditionals="4" coveredconditionals="1" methods="3" coveredmethods="1"/>
|
|
554
|
+
<line num="1" count="4" type="stmt"/>
|
|
555
|
+
<line num="2" count="4" type="stmt"/>
|
|
556
|
+
<line num="3" count="4" type="stmt"/>
|
|
557
|
+
<line num="4" count="4" type="stmt"/>
|
|
558
|
+
<line num="23" count="4" type="stmt"/>
|
|
559
|
+
<line num="30" count="11" type="stmt"/>
|
|
560
|
+
<line num="41" count="11" type="stmt"/>
|
|
561
|
+
<line num="42" count="11" type="stmt"/>
|
|
562
|
+
<line num="43" count="11" type="stmt"/>
|
|
563
|
+
<line num="44" count="10" type="stmt"/>
|
|
564
|
+
<line num="64" count="4" type="stmt"/>
|
|
565
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
566
|
+
<line num="72" count="0" type="stmt"/>
|
|
567
|
+
<line num="83" count="0" type="stmt"/>
|
|
568
|
+
<line num="84" count="0" type="stmt"/>
|
|
569
|
+
<line num="87" count="0" type="stmt"/>
|
|
570
|
+
<line num="88" count="0" type="stmt"/>
|
|
571
|
+
<line num="102" count="4" type="stmt"/>
|
|
572
|
+
<line num="105" count="0" type="stmt"/>
|
|
573
|
+
<line num="117" count="0" type="stmt"/>
|
|
574
|
+
<line num="122" count="0" type="stmt"/>
|
|
575
|
+
<line num="123" count="0" type="stmt"/>
|
|
577
576
|
</file>
|
|
578
577
|
</package>
|
|
579
578
|
</project>
|