cricketstudio-mcp 1.2.0 → 1.4.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.
- package/data/snapshot/ipl-historical.json +3138 -1
- package/data/snapshot/meta.json +32 -24
- package/data/snapshot/metadata.json +16 -16
- package/data/snapshot/mlc-leaderboards.json +59833 -29317
- package/data/snapshot/mlc-league.json +286 -170
- package/data/snapshot/mlc-players.json +7386 -10
- package/data/snapshot/mlc.json +1 -1
- package/data/snapshot/players.json +17435 -16923
- package/data/snapshot/research.json +78 -0
- package/data/snapshot/season-stats.json +14958 -14958
- package/data/snapshot/t20wc-leaderboards.json +41927 -0
- package/data/snapshot/t20wc-league.json +258 -0
- package/data/snapshot/t20wc-players.json +146389 -0
- package/data/snapshot/t20wc-teams.json +376 -0
- package/data/snapshot/t20wc.json +18599 -0
- package/data/snapshot/team-h2h.json +1158 -1158
- package/data/snapshot/trends.json +4021 -1159
- package/data/snapshot/venues.json +382 -143
- package/data/snapshot/wpl-leaderboards.json +37016 -0
- package/data/snapshot/wpl-league.json +194 -0
- package/data/snapshot/wpl-players.json +31465 -0
- package/data/snapshot/wpl-teams.json +94 -0
- package/data/snapshot/wpl.json +4183 -0
- package/dist/index.js +456 -10
- package/package.json +5 -2
|
@@ -1,171 +1,287 @@
|
|
|
1
|
-
{
|
|
2
|
-
"v": 1,
|
|
3
|
-
"code": "mlc",
|
|
4
|
-
"displayName": "Major League Cricket",
|
|
5
|
-
"format": "T20",
|
|
6
|
-
"seasons": [
|
|
7
|
-
"2023",
|
|
8
|
-
"2024",
|
|
9
|
-
"2025",
|
|
10
|
-
"2026"
|
|
11
|
-
],
|
|
12
|
-
"teams": [
|
|
13
|
-
"los-angeles-knight-riders",
|
|
14
|
-
"mi-new-york",
|
|
15
|
-
"san-francisco-unicorns",
|
|
16
|
-
"seattle-orcas",
|
|
17
|
-
"texas-super-kings",
|
|
18
|
-
"washington-freedom"
|
|
19
|
-
],
|
|
20
|
-
"venues": [
|
|
21
|
-
"central-broward-park",
|
|
22
|
-
"church-street-park-morrisville",
|
|
23
|
-
"grand-prairie-stadium",
|
|
24
|
-
"knight-riders-cricket-field-fairplex",
|
|
25
|
-
"oakland-coliseum"
|
|
26
|
-
],
|
|
27
|
-
"playerCount": 167,
|
|
28
|
-
"totalMatches": 75,
|
|
29
|
-
"seasonBreakdown": [
|
|
30
|
-
{
|
|
31
|
-
"season": "2023",
|
|
32
|
-
"matches": 19,
|
|
33
|
-
"teams": 6,
|
|
34
|
-
"venues": 2,
|
|
35
|
-
"playersUsed": 83
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"season": "2024",
|
|
39
|
-
"matches": 23,
|
|
40
|
-
"teams": 6,
|
|
41
|
-
"venues": 2,
|
|
42
|
-
"playersUsed": 103
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"season": "2025",
|
|
46
|
-
"matches": 33,
|
|
47
|
-
"teams": 6,
|
|
48
|
-
"venues": 3,
|
|
49
|
-
"playersUsed": 110
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"season": "2026",
|
|
53
|
-
"matches": 0,
|
|
54
|
-
"teams": 6,
|
|
55
|
-
"venues": 4,
|
|
56
|
-
"playersUsed": 115,
|
|
57
|
-
"status": "pre-season",
|
|
58
|
-
"startDate": "2026-06-18",
|
|
59
|
-
"endDate": "2026-07-18"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"crossTeamMoves": 22,
|
|
63
|
-
"generatedAt": "2026-05-17T23:12:00.376Z",
|
|
64
|
-
"ballsCaptured": 17413,
|
|
65
|
-
"leaderboardAspects": [
|
|
66
|
-
{
|
|
67
|
-
"slug": "orange-cap",
|
|
68
|
-
"title": "Orange cap — most runs"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"slug": "purple-cap",
|
|
72
|
-
"title": "Purple cap — most wickets"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"slug": "strike-rate",
|
|
76
|
-
"title": "Highest batting strike rates"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"slug": "economy-leaders",
|
|
80
|
-
"title": "Best bowling economy rates"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"slug": "most-sixes",
|
|
84
|
-
"title": "Most sixes"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"slug": "most-fours",
|
|
88
|
-
"title": "Most fours"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"slug": "top-knocks",
|
|
92
|
-
"title": "Highest individual scores"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"slug": "best-bowling",
|
|
96
|
-
"title": "Best bowling — wicket leaders"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"slug": "most-ducks",
|
|
100
|
-
"title": "Most ducks"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"slug": "single-digit-outs",
|
|
104
|
-
"title": "Most single-digit outs"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"slug": "powerplay-strike-rate",
|
|
108
|
-
"title": "Highest powerplay strike rates"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"slug": "death-overs-economy",
|
|
112
|
-
"title": "Best death-overs economy"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"slug": "death-overs-strike-rate",
|
|
116
|
-
"title": "Highest death-overs strike rates"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"slug": "powerplay-economy",
|
|
120
|
-
"title": "Best powerplay economy"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"slug": "batting-average",
|
|
124
|
-
"title": "Best batting averages"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"slug": "bowling-average",
|
|
128
|
-
"title": "Best bowling averages"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"slug": "bowling-strike-rate",
|
|
132
|
-
"title": "Best bowling strike rates"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"slug": "most-runs-conceded",
|
|
136
|
-
"title": "Most runs conceded"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"slug": "pp-runs",
|
|
140
|
-
"title": "Most powerplay runs scored"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"slug": "death-runs",
|
|
144
|
-
"title": "Most death-overs runs scored"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"slug": "pp-wickets",
|
|
148
|
-
"title": "Most powerplay wickets taken"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"slug": "death-wickets",
|
|
152
|
-
"title": "Most death-overs wickets taken"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"slug": "most-sixes-pp",
|
|
156
|
-
"title": "Most powerplay sixes"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"slug": "most-sixes-death",
|
|
160
|
-
"title": "Most death-overs sixes"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"slug": "most-fours-pp",
|
|
164
|
-
"title": "Most powerplay fours"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"slug": "most-fours-death",
|
|
168
|
-
"title": "Most death-overs fours"
|
|
169
|
-
}
|
|
170
|
-
|
|
1
|
+
{
|
|
2
|
+
"v": 1,
|
|
3
|
+
"code": "mlc",
|
|
4
|
+
"displayName": "Major League Cricket",
|
|
5
|
+
"format": "T20",
|
|
6
|
+
"seasons": [
|
|
7
|
+
"2023",
|
|
8
|
+
"2024",
|
|
9
|
+
"2025",
|
|
10
|
+
"2026"
|
|
11
|
+
],
|
|
12
|
+
"teams": [
|
|
13
|
+
"los-angeles-knight-riders",
|
|
14
|
+
"mi-new-york",
|
|
15
|
+
"san-francisco-unicorns",
|
|
16
|
+
"seattle-orcas",
|
|
17
|
+
"texas-super-kings",
|
|
18
|
+
"washington-freedom"
|
|
19
|
+
],
|
|
20
|
+
"venues": [
|
|
21
|
+
"central-broward-park",
|
|
22
|
+
"church-street-park-morrisville",
|
|
23
|
+
"grand-prairie-stadium",
|
|
24
|
+
"knight-riders-cricket-field-fairplex",
|
|
25
|
+
"oakland-coliseum"
|
|
26
|
+
],
|
|
27
|
+
"playerCount": 167,
|
|
28
|
+
"totalMatches": 75,
|
|
29
|
+
"seasonBreakdown": [
|
|
30
|
+
{
|
|
31
|
+
"season": "2023",
|
|
32
|
+
"matches": 19,
|
|
33
|
+
"teams": 6,
|
|
34
|
+
"venues": 2,
|
|
35
|
+
"playersUsed": 83
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"season": "2024",
|
|
39
|
+
"matches": 23,
|
|
40
|
+
"teams": 6,
|
|
41
|
+
"venues": 2,
|
|
42
|
+
"playersUsed": 103
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"season": "2025",
|
|
46
|
+
"matches": 33,
|
|
47
|
+
"teams": 6,
|
|
48
|
+
"venues": 3,
|
|
49
|
+
"playersUsed": 110
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"season": "2026",
|
|
53
|
+
"matches": 0,
|
|
54
|
+
"teams": 6,
|
|
55
|
+
"venues": 4,
|
|
56
|
+
"playersUsed": 115,
|
|
57
|
+
"status": "pre-season",
|
|
58
|
+
"startDate": "2026-06-18",
|
|
59
|
+
"endDate": "2026-07-18"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"crossTeamMoves": 22,
|
|
63
|
+
"generatedAt": "2026-05-17T23:12:00.376Z",
|
|
64
|
+
"ballsCaptured": 17413,
|
|
65
|
+
"leaderboardAspects": [
|
|
66
|
+
{
|
|
67
|
+
"slug": "orange-cap",
|
|
68
|
+
"title": "Orange cap — most runs"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"slug": "purple-cap",
|
|
72
|
+
"title": "Purple cap — most wickets"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"slug": "strike-rate",
|
|
76
|
+
"title": "Highest batting strike rates"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"slug": "economy-leaders",
|
|
80
|
+
"title": "Best bowling economy rates"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"slug": "most-sixes",
|
|
84
|
+
"title": "Most sixes"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"slug": "most-fours",
|
|
88
|
+
"title": "Most fours"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"slug": "top-knocks",
|
|
92
|
+
"title": "Highest individual scores"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"slug": "best-bowling",
|
|
96
|
+
"title": "Best bowling — wicket leaders"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"slug": "most-ducks",
|
|
100
|
+
"title": "Most ducks"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"slug": "single-digit-outs",
|
|
104
|
+
"title": "Most single-digit outs"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"slug": "powerplay-strike-rate",
|
|
108
|
+
"title": "Highest powerplay strike rates"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"slug": "death-overs-economy",
|
|
112
|
+
"title": "Best death-overs economy"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"slug": "death-overs-strike-rate",
|
|
116
|
+
"title": "Highest death-overs strike rates"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"slug": "powerplay-economy",
|
|
120
|
+
"title": "Best powerplay economy"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"slug": "batting-average",
|
|
124
|
+
"title": "Best batting averages"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"slug": "bowling-average",
|
|
128
|
+
"title": "Best bowling averages"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"slug": "bowling-strike-rate",
|
|
132
|
+
"title": "Best bowling strike rates"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"slug": "most-runs-conceded",
|
|
136
|
+
"title": "Most runs conceded"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"slug": "pp-runs",
|
|
140
|
+
"title": "Most powerplay runs scored"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"slug": "death-runs",
|
|
144
|
+
"title": "Most death-overs runs scored"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"slug": "pp-wickets",
|
|
148
|
+
"title": "Most powerplay wickets taken"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"slug": "death-wickets",
|
|
152
|
+
"title": "Most death-overs wickets taken"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"slug": "most-sixes-pp",
|
|
156
|
+
"title": "Most powerplay sixes"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"slug": "most-sixes-death",
|
|
160
|
+
"title": "Most death-overs sixes"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"slug": "most-fours-pp",
|
|
164
|
+
"title": "Most powerplay fours"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"slug": "most-fours-death",
|
|
168
|
+
"title": "Most death-overs fours"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"slug": "most-not-outs",
|
|
172
|
+
"title": "Most not-outs"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"slug": "most-innings",
|
|
176
|
+
"title": "Most innings batted"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"slug": "most-appearances",
|
|
180
|
+
"title": "Most matches played"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"slug": "most-boundaries",
|
|
184
|
+
"title": "Most boundaries (4s + 6s)"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"slug": "most-boundaries-pp",
|
|
188
|
+
"title": "Most powerplay boundaries"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"slug": "most-boundaries-death",
|
|
192
|
+
"title": "Most death-overs boundaries"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"slug": "pp-bowling-strike-rate",
|
|
196
|
+
"title": "Best powerplay bowling strike rate"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"slug": "death-bowling-strike-rate",
|
|
200
|
+
"title": "Best death-overs bowling strike rate"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"slug": "most-pp-overs-bowled",
|
|
204
|
+
"title": "Most powerplay balls bowled"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"slug": "most-death-overs-bowled",
|
|
208
|
+
"title": "Most death-overs balls bowled"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"slug": "most-fifties",
|
|
212
|
+
"title": "Most fifties"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"slug": "most-hundreds",
|
|
216
|
+
"title": "Most hundreds"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"slug": "most-dot-balls",
|
|
220
|
+
"title": "Most dot balls bowled"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"slug": "middle-runs",
|
|
224
|
+
"title": "Most middle-overs runs"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"slug": "middle-economy",
|
|
228
|
+
"title": "Best middle-overs economy"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"slug": "middle-sixes",
|
|
232
|
+
"title": "Most middle-overs sixes"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"slug": "middle-wickets",
|
|
236
|
+
"title": "Most middle-overs wickets"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"slug": "fastest-fifty",
|
|
240
|
+
"title": "Fastest fifties"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"slug": "fastest-hundred",
|
|
244
|
+
"title": "Fastest hundreds"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"slug": "most-maidens",
|
|
248
|
+
"title": "Most maiden overs"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"slug": "hat-tricks",
|
|
252
|
+
"title": "Hat-tricks"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"slug": "dot-ball-pct",
|
|
256
|
+
"title": "Highest dot-ball percentage"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"slug": "boundary-dependency",
|
|
260
|
+
"title": "Highest boundary dependency"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"slug": "century-rate",
|
|
264
|
+
"title": "Best century rate"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"slug": "partnership-stands",
|
|
268
|
+
"title": "Highest partnership stands"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"slug": "opening-stands",
|
|
272
|
+
"title": "Highest opening partnerships"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"slug": "partnership-run-rate",
|
|
276
|
+
"title": "Fastest partnerships by run rate"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"slug": "2nd-wicket-stands",
|
|
280
|
+
"title": "Highest 2nd wicket partnerships"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"slug": "3rd-wicket-stands",
|
|
284
|
+
"title": "Highest 3rd wicket partnerships"
|
|
285
|
+
}
|
|
286
|
+
]
|
|
171
287
|
}
|