@triedotdev/mcp 1.0.97 → 1.0.101
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/dist/{chunk-SLL2MDJD.js → chunk-AE2XLMZC.js} +16 -77
- package/dist/chunk-AE2XLMZC.js.map +1 -0
- package/dist/{chunk-HSNE46VE.js → chunk-CCI6LKXZ.js} +1 -431
- package/dist/chunk-CCI6LKXZ.js.map +1 -0
- package/dist/{chunk-FNCCZ3XB.js → chunk-M4JCQO5G.js} +443 -19
- package/dist/chunk-M4JCQO5G.js.map +1 -0
- package/dist/cli/main.js +3 -3
- package/dist/cli/yolo-daemon.js +2 -2
- package/dist/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-FNCCZ3XB.js.map +0 -1
- package/dist/chunk-HSNE46VE.js.map +0 -1
- package/dist/chunk-SLL2MDJD.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -20,14 +20,13 @@ import {
|
|
|
20
20
|
reasonAboutChangesHumanReadable,
|
|
21
21
|
saveCheckpoint,
|
|
22
22
|
trackIssueOccurrence
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-M4JCQO5G.js";
|
|
24
24
|
import {
|
|
25
25
|
InteractiveDashboard,
|
|
26
26
|
StreamingManager,
|
|
27
27
|
TrieScanTool,
|
|
28
|
-
getOutputManager
|
|
29
|
-
|
|
30
|
-
} from "./chunk-SLL2MDJD.js";
|
|
28
|
+
getOutputManager
|
|
29
|
+
} from "./chunk-AE2XLMZC.js";
|
|
31
30
|
import "./chunk-B3MNN3XB.js";
|
|
32
31
|
import {
|
|
33
32
|
appendToSection,
|
|
@@ -42,7 +41,7 @@ import {
|
|
|
42
41
|
projectInfoExists,
|
|
43
42
|
runShellCommandSync,
|
|
44
43
|
updateProjectSection
|
|
45
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CCI6LKXZ.js";
|
|
46
45
|
import {
|
|
47
46
|
ContextGraph,
|
|
48
47
|
findCrossProjectPatterns,
|
|
@@ -5736,6 +5735,13 @@ import { readdir, readFile as readFile6 } from "fs/promises";
|
|
|
5736
5735
|
import { existsSync as existsSync6 } from "fs";
|
|
5737
5736
|
import { join as join4, dirname as dirname2 } from "path";
|
|
5738
5737
|
import { fileURLToPath } from "url";
|
|
5738
|
+
|
|
5739
|
+
// src/skills/installer.ts
|
|
5740
|
+
async function listInstalledSkills() {
|
|
5741
|
+
return [];
|
|
5742
|
+
}
|
|
5743
|
+
|
|
5744
|
+
// src/server/resource-manager.ts
|
|
5739
5745
|
var UI_APPS = {
|
|
5740
5746
|
"scan-dashboard": {
|
|
5741
5747
|
name: "Scan Dashboard",
|