@triedotdev/mcp 1.0.99 → 1.0.102

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/index.js CHANGED
@@ -20,14 +20,13 @@ import {
20
20
  reasonAboutChangesHumanReadable,
21
21
  saveCheckpoint,
22
22
  trackIssueOccurrence
23
- } from "./chunk-FNCCZ3XB.js";
23
+ } from "./chunk-M4JCQO5G.js";
24
24
  import {
25
25
  InteractiveDashboard,
26
26
  StreamingManager,
27
27
  TrieScanTool,
28
- getOutputManager,
29
- listInstalledSkills
30
- } from "./chunk-DIZFGLXE.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-HSNE46VE.js";
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",