archal 0.9.8 → 0.9.9
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/README.md +163 -93
- package/bin/archal.cjs +3 -3
- package/dist/index.cjs +82301 -0
- package/dist/index.d.cts +1 -0
- package/dist/seed/dynamic-generator.cjs +45640 -0
- package/dist/seed/dynamic-generator.d.cts +67 -0
- package/dist/vitest/chunk-RKYS44AS.js +2216 -0
- package/dist/vitest/chunk-YJICENME.js +1230 -0
- package/dist/vitest/chunk-YV6BH6DO.js +45974 -0
- package/dist/vitest/index.cjs +51963 -0
- package/dist/vitest/index.d.ts +398 -0
- package/dist/vitest/index.js +2669 -0
- package/dist/vitest/runtime/hosted-session-reaper.cjs +29349 -0
- package/dist/vitest/runtime/hosted-session-reaper.d.ts +2 -0
- package/dist/vitest/runtime/hosted-session-reaper.js +58 -0
- package/dist/vitest/runtime/setup-files.d.ts +2 -0
- package/dist/vitest/runtime/setup-files.js +27 -0
- package/dist/vitest/src-JGHX6UKK.js +94 -0
- package/package.json +15 -19
- package/twin-assets/discord/fidelity.json +113 -0
- package/twin-assets/discord/tools.json +1953 -0
- package/twin-assets/github/fidelity.json +13 -0
- package/twin-assets/github/tools.json +21818 -0
- package/twin-assets/google-workspace/fidelity.json +19 -0
- package/twin-assets/google-workspace/tools.json +10191 -0
- package/twin-assets/jira/fidelity.json +40 -0
- package/twin-assets/jira/tools.json +17387 -0
- package/twin-assets/linear/fidelity.json +18 -0
- package/twin-assets/linear/tools.json +6496 -0
- package/twin-assets/ramp/fidelity.json +22 -0
- package/twin-assets/ramp/tools.json +2610 -0
- package/twin-assets/slack/fidelity.json +20 -0
- package/twin-assets/slack/tools.json +7301 -0
- package/twin-assets/stripe/fidelity.json +22 -0
- package/twin-assets/stripe/tools.json +15284 -0
- package/twin-assets/supabase/fidelity.json +13 -0
- package/twin-assets/supabase/tools.json +2973 -0
- package/dist/vitest.d.ts +0 -1
- package/dist/vitest.js +0 -23
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"twinName": "jira",
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"realServer": "sooperset/mcp-atlassian",
|
|
5
|
+
"realServerVersion": "0.21.0",
|
|
6
|
+
"toolCount": {
|
|
7
|
+
"mcpVisible": 49,
|
|
8
|
+
"realServer": 49,
|
|
9
|
+
"totalHandlers": 210,
|
|
10
|
+
"excluded": [
|
|
11
|
+
"jira_get_issue_proforma_forms",
|
|
12
|
+
"jira_get_proforma_form_details",
|
|
13
|
+
"jira_update_proforma_form_answers"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"restRouteCount": 818,
|
|
17
|
+
"fixtureCount": {
|
|
18
|
+
"realServer": 39,
|
|
19
|
+
"replaySteps": 295,
|
|
20
|
+
"total": 314
|
|
21
|
+
},
|
|
22
|
+
"fidelityStatus": {
|
|
23
|
+
"schema": "ok",
|
|
24
|
+
"responses": "ok",
|
|
25
|
+
"replayPass": "295/295"
|
|
26
|
+
},
|
|
27
|
+
"seeds": ["empty", "small-project", "enterprise", "sprint-active", "large-backlog", "permissions-denied", "rate-limited", "conflict-states"],
|
|
28
|
+
"jqlSupported": ["=", "!=", "~", ">", "<", ">=", "<=", "IN", "NOT IN", "AND", "OR", "NOT", "IS EMPTY", "IS NOT EMPTY", "ORDER BY", "WAS", "CHANGED", "CHANGED FROM x TO y", "customfield_XXXXX", "startOfDay()", "endOfDay()", "startOfWeek()", "endOfWeek()", "startOfMonth()", "endOfMonth()", "startOfYear()", "endOfYear()"],
|
|
29
|
+
"jqlNotSupported": [],
|
|
30
|
+
"stateEntities": 37,
|
|
31
|
+
"testCount": 1028,
|
|
32
|
+
"responseMappers": true,
|
|
33
|
+
"multipartUpload": true,
|
|
34
|
+
"fieldFiltering": true,
|
|
35
|
+
"expandSupport": ["changelog", "transitions"],
|
|
36
|
+
"knownGaps": [
|
|
37
|
+
"3 ProForma tools are out of scope (SaaS customer portal feature, not commonly used in dev/test).",
|
|
38
|
+
"Multipart file upload handles base64-encoded content, not raw binary file streams."
|
|
39
|
+
]
|
|
40
|
+
}
|