cricketstudio-mcp 1.0.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,152 @@
1
+ [
2
+ {
3
+ "teamId": 8,
4
+ "teamName": "Royal Challengers Bengaluru",
5
+ "teamCode": "RCB",
6
+ "played": 14,
7
+ "won": 9,
8
+ "lost": 5,
9
+ "noResult": 0,
10
+ "points": 18,
11
+ "nrr": 0.684,
12
+ "runsFor": 2642,
13
+ "runsAgainst": 2616,
14
+ "oversFaced": 253.7,
15
+ "oversBowled": 268.8
16
+ },
17
+ {
18
+ "teamId": 9,
19
+ "teamName": "Sunrisers Hyderabad",
20
+ "teamCode": "SRH",
21
+ "played": 14,
22
+ "won": 9,
23
+ "lost": 5,
24
+ "noResult": 0,
25
+ "points": 18,
26
+ "nrr": 0.577,
27
+ "runsFor": 2854,
28
+ "runsAgainst": 2675,
29
+ "oversFaced": 270,
30
+ "oversBowled": 267.7
31
+ },
32
+ {
33
+ "teamId": 1976,
34
+ "teamName": "Gujarat Titans",
35
+ "teamCode": "GT",
36
+ "played": 14,
37
+ "won": 9,
38
+ "lost": 5,
39
+ "noResult": 0,
40
+ "points": 18,
41
+ "nrr": 0.32,
42
+ "runsFor": 2558,
43
+ "runsAgainst": 2434,
44
+ "oversFaced": 266.5,
45
+ "oversBowled": 262.3
46
+ },
47
+ {
48
+ "teamId": 7,
49
+ "teamName": "Rajasthan Royals",
50
+ "teamCode": "RR",
51
+ "played": 14,
52
+ "won": 8,
53
+ "lost": 6,
54
+ "noResult": 0,
55
+ "points": 16,
56
+ "nrr": 0.28,
57
+ "runsFor": 2619,
58
+ "runsAgainst": 2649,
59
+ "oversFaced": 255.2,
60
+ "oversBowled": 265.3
61
+ },
62
+ {
63
+ "teamId": 4,
64
+ "teamName": "Punjab Kings",
65
+ "teamCode": "PBKS",
66
+ "played": 13,
67
+ "won": 7,
68
+ "lost": 6,
69
+ "noResult": 0,
70
+ "points": 14,
71
+ "nrr": 0.309,
72
+ "runsFor": 2711,
73
+ "runsAgainst": 2718,
74
+ "oversFaced": 250,
75
+ "oversBowled": 258
76
+ },
77
+ {
78
+ "teamId": 3,
79
+ "teamName": "Delhi Capitals",
80
+ "teamCode": "DC",
81
+ "played": 14,
82
+ "won": 7,
83
+ "lost": 7,
84
+ "noResult": 0,
85
+ "points": 14,
86
+ "nrr": -0.634,
87
+ "runsFor": 2559,
88
+ "runsAgainst": 2581,
89
+ "oversFaced": 269.2,
90
+ "oversBowled": 254.5
91
+ },
92
+ {
93
+ "teamId": 5,
94
+ "teamName": "Kolkata Knight Riders",
95
+ "teamCode": "KKR",
96
+ "played": 13,
97
+ "won": 6,
98
+ "lost": 7,
99
+ "noResult": 0,
100
+ "points": 12,
101
+ "nrr": 0.039,
102
+ "runsFor": 2288,
103
+ "runsAgainst": 2385,
104
+ "oversFaced": 246,
105
+ "oversBowled": 257.5
106
+ },
107
+ {
108
+ "teamId": 2,
109
+ "teamName": "Chennai Super Kings",
110
+ "teamCode": "CSK",
111
+ "played": 14,
112
+ "won": 6,
113
+ "lost": 8,
114
+ "noResult": 0,
115
+ "points": 12,
116
+ "nrr": -0.141,
117
+ "runsFor": 2530,
118
+ "runsAgainst": 2512,
119
+ "oversFaced": 268,
120
+ "oversBowled": 262.2
121
+ },
122
+ {
123
+ "teamId": 1979,
124
+ "teamName": "Lucknow Super Giants",
125
+ "teamCode": "LSG",
126
+ "played": 14,
127
+ "won": 4,
128
+ "lost": 10,
129
+ "noResult": 0,
130
+ "points": 8,
131
+ "nrr": -0.662,
132
+ "runsFor": 2512,
133
+ "runsAgainst": 2620,
134
+ "oversFaced": 272.7,
135
+ "oversBowled": 265.3
136
+ },
137
+ {
138
+ "teamId": 6,
139
+ "teamName": "Mumbai Indians",
140
+ "teamCode": "MI",
141
+ "played": 14,
142
+ "won": 4,
143
+ "lost": 10,
144
+ "noResult": 0,
145
+ "points": 8,
146
+ "nrr": -0.712,
147
+ "runsFor": 2553,
148
+ "runsAgainst": 2636,
149
+ "oversFaced": 267.7,
150
+ "oversBowled": 257.2
151
+ }
152
+ ]