@mtaap/mcp 0.1.2 → 0.2.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.
@@ -1,255 +0,0 @@
1
- import {
2
- AbandonTaskInputSchema,
3
- AcceptanceCriterionSchema,
4
- AddNoteInputSchema,
5
- ApiKeyIdSchema,
6
- ApiKeyPermission,
7
- ApiKeySchema,
8
- AssignTaskInputSchema,
9
- AssignTaskWebappInputSchema,
10
- AssignUserTagsInputSchema,
11
- AuthProvider,
12
- CheckActiveTaskInputSchema,
13
- CompleteTaskInputSchema,
14
- CreateEpicInputSchema,
15
- CreateOrganizationInputSchema,
16
- CreatePersonalProjectInputSchema,
17
- CreateProjectInputSchema,
18
- CreateTagInputSchema,
19
- CreateTaskInputSchema,
20
- DEFAULT_SEAT_LIMITS,
21
- DeploymentMode,
22
- EpicIdSchema,
23
- EpicSchema,
24
- ErrorType,
25
- EventType,
26
- GenerateApiKeyInputSchema,
27
- GetProjectContextInputSchema,
28
- GetTaskInputSchema,
29
- InviteCollaboratorInputSchema,
30
- InviteUserInputSchema,
31
- ListProjectsInputSchema,
32
- ListTasksInputSchema,
33
- LoginInputSchema,
34
- NoOpErrorTracker,
35
- OrganizationIdSchema,
36
- OrganizationSchema,
37
- OrganizationSettingsSchema,
38
- OrganizationUserSchema,
39
- PRStatus,
40
- PerformanceMonitor,
41
- PricingTier,
42
- ProgressUpdateSchema,
43
- ProjectCollaboratorSchema,
44
- ProjectIdSchema,
45
- ProjectOrigin,
46
- ProjectSchema,
47
- ProjectType,
48
- PublishProjectInputSchema,
49
- RegisterInputSchema,
50
- ReportErrorInputSchema,
51
- RevokeApiKeyInputSchema,
52
- SubscriptionIdSchema,
53
- SubscriptionSchema,
54
- SubscriptionStatus,
55
- TagSchema,
56
- TaskIdSchema,
57
- TaskNoteSchema,
58
- TaskPriority,
59
- TaskSchema,
60
- TaskState,
61
- UpdateOrganizationInputSchema,
62
- UpdateOrganizationSettingsInputSchema,
63
- UpdateProgressInputSchema,
64
- UpdateProjectInputSchema,
65
- UpdateTagInputSchema,
66
- UpdateTaskInputSchema,
67
- UserIdSchema,
68
- UserRole,
69
- UserSchema,
70
- VERSION,
71
- WebSocketEventType,
72
- activeUsers,
73
- calculateTierUsagePercentage,
74
- captureError,
75
- captureException,
76
- captureMessage,
77
- checkThresholds,
78
- clearErrorUser,
79
- config,
80
- createCounter,
81
- createGauge,
82
- createHistogram,
83
- createRequestLogger,
84
- dbConnectionPoolActive,
85
- dbConnectionPoolIdle,
86
- dbConnectionPoolMax,
87
- dbErrorsTotal,
88
- dbQueryDuration,
89
- dbSlowQueriesTotal,
90
- generateSlug,
91
- generateTaskDisplayId,
92
- getConfig,
93
- getErrorTracker,
94
- getMetricsAsPrometheus,
95
- getPercentiles,
96
- getPricingLimits,
97
- getUpgradeMessage,
98
- getValidNextStates,
99
- httpActiveConnections,
100
- httpErrorsTotal,
101
- httpRequestDuration,
102
- httpRequestsTotal,
103
- initializeErrorTracker,
104
- isFeatureEnabled,
105
- isValidStateTransition,
106
- logger,
107
- loginFailureTotal,
108
- loginSuccessTotal,
109
- newSignupsTotal,
110
- recordTiming,
111
- resetMetrics,
112
- setAlertCallback,
113
- setErrorUser,
114
- setThreshold,
115
- shouldIgnoreError,
116
- shouldIgnoreErrorByMessage,
117
- shouldShowUpgradePrompt,
118
- taskStateChanges,
119
- tasksAssignedTotal,
120
- tasksByState,
121
- tasksCompletedTotal,
122
- tasksCreatedTotal,
123
- tasksTotal,
124
- validateStateTransition,
125
- validateTierLimit,
126
- z
127
- } from "./chunk-ASNGTDTC.js";
128
- export {
129
- AbandonTaskInputSchema,
130
- AcceptanceCriterionSchema,
131
- AddNoteInputSchema,
132
- ApiKeyIdSchema,
133
- ApiKeyPermission,
134
- ApiKeySchema,
135
- AssignTaskInputSchema,
136
- AssignTaskWebappInputSchema,
137
- AssignUserTagsInputSchema,
138
- AuthProvider,
139
- CheckActiveTaskInputSchema,
140
- CompleteTaskInputSchema,
141
- CreateEpicInputSchema,
142
- CreateOrganizationInputSchema,
143
- CreatePersonalProjectInputSchema,
144
- CreateProjectInputSchema,
145
- CreateTagInputSchema,
146
- CreateTaskInputSchema,
147
- DEFAULT_SEAT_LIMITS,
148
- DeploymentMode,
149
- EpicIdSchema,
150
- EpicSchema,
151
- ErrorType,
152
- EventType,
153
- GenerateApiKeyInputSchema,
154
- GetProjectContextInputSchema,
155
- GetTaskInputSchema,
156
- InviteCollaboratorInputSchema,
157
- InviteUserInputSchema,
158
- ListProjectsInputSchema,
159
- ListTasksInputSchema,
160
- LoginInputSchema,
161
- NoOpErrorTracker,
162
- OrganizationIdSchema,
163
- OrganizationSchema,
164
- OrganizationSettingsSchema,
165
- OrganizationUserSchema,
166
- PRStatus,
167
- PerformanceMonitor,
168
- PricingTier,
169
- ProgressUpdateSchema,
170
- ProjectCollaboratorSchema,
171
- ProjectIdSchema,
172
- ProjectOrigin,
173
- ProjectSchema,
174
- ProjectType,
175
- PublishProjectInputSchema,
176
- RegisterInputSchema,
177
- ReportErrorInputSchema,
178
- RevokeApiKeyInputSchema,
179
- SubscriptionIdSchema,
180
- SubscriptionSchema,
181
- SubscriptionStatus,
182
- TagSchema,
183
- TaskIdSchema,
184
- TaskNoteSchema,
185
- TaskPriority,
186
- TaskSchema,
187
- TaskState,
188
- UpdateOrganizationInputSchema,
189
- UpdateOrganizationSettingsInputSchema,
190
- UpdateProgressInputSchema,
191
- UpdateProjectInputSchema,
192
- UpdateTagInputSchema,
193
- UpdateTaskInputSchema,
194
- UserIdSchema,
195
- UserRole,
196
- UserSchema,
197
- VERSION,
198
- WebSocketEventType,
199
- activeUsers,
200
- calculateTierUsagePercentage,
201
- captureError,
202
- captureException,
203
- captureMessage,
204
- checkThresholds,
205
- clearErrorUser,
206
- config,
207
- createCounter,
208
- createGauge,
209
- createHistogram,
210
- createRequestLogger,
211
- dbConnectionPoolActive,
212
- dbConnectionPoolIdle,
213
- dbConnectionPoolMax,
214
- dbErrorsTotal,
215
- dbQueryDuration,
216
- dbSlowQueriesTotal,
217
- generateSlug,
218
- generateTaskDisplayId,
219
- getConfig,
220
- getErrorTracker,
221
- getMetricsAsPrometheus,
222
- getPercentiles,
223
- getPricingLimits,
224
- getUpgradeMessage,
225
- getValidNextStates,
226
- httpActiveConnections,
227
- httpErrorsTotal,
228
- httpRequestDuration,
229
- httpRequestsTotal,
230
- initializeErrorTracker,
231
- isFeatureEnabled,
232
- isValidStateTransition,
233
- logger,
234
- loginFailureTotal,
235
- loginSuccessTotal,
236
- newSignupsTotal,
237
- recordTiming,
238
- resetMetrics,
239
- setAlertCallback,
240
- setErrorUser,
241
- setThreshold,
242
- shouldIgnoreError,
243
- shouldIgnoreErrorByMessage,
244
- shouldShowUpgradePrompt,
245
- taskStateChanges,
246
- tasksAssignedTotal,
247
- tasksByState,
248
- tasksCompletedTotal,
249
- tasksCreatedTotal,
250
- tasksTotal,
251
- validateStateTransition,
252
- validateTierLimit,
253
- z
254
- };
255
- //# sourceMappingURL=dist-NSFD2BPW.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}