knit-mcp 0.6.0 → 0.6.2
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/{cache-C6LI7UVN.js → cache-GXC2266A.js} +1 -1
- package/dist/{chunk-NZXLCN4Q.js → chunk-DE5TI46Q.js} +1 -1
- package/dist/cli.js +3 -3
- package/dist/{install-agents-2UVEAP2W.js → install-agents-TVPBGSKK.js} +1 -1
- package/dist/{setup-EQMYVVZ6.js → setup-QRSSASEW.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -16,10 +16,10 @@ if (hasSubcommand) {
|
|
|
16
16
|
async function runCLI() {
|
|
17
17
|
const gradient = (await import("gradient-string")).default;
|
|
18
18
|
const chalk = (await import("chalk")).default;
|
|
19
|
-
const { setupCommand } = await import("./setup-
|
|
19
|
+
const { setupCommand } = await import("./setup-QRSSASEW.js");
|
|
20
20
|
const { statusCommand } = await import("./status-56MCC7KE.js");
|
|
21
21
|
const { refreshCommand } = await import("./refresh-3UK7NS5A.js");
|
|
22
|
-
const { installAgentsCommand } = await import("./install-agents-
|
|
22
|
+
const { installAgentsCommand } = await import("./install-agents-TVPBGSKK.js");
|
|
23
23
|
const { exportCommand } = await import("./export-3MA272OR.js");
|
|
24
24
|
const ENGRAM_GRADIENT = gradient(["#7c3aed", "#2563eb", "#06b6d4"]);
|
|
25
25
|
const banner = `
|
|
@@ -86,7 +86,7 @@ async function runMCP() {
|
|
|
86
86
|
const { Server } = await import("@modelcontextprotocol/sdk/server/index.js");
|
|
87
87
|
const { StdioServerTransport } = await import("@modelcontextprotocol/sdk/server/stdio.js");
|
|
88
88
|
const { ListToolsRequestSchema, CallToolRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|
|
89
|
-
const { getBrain, detectProjectRoot, refreshBrain } = await import("./cache-
|
|
89
|
+
const { getBrain, detectProjectRoot, refreshBrain } = await import("./cache-GXC2266A.js");
|
|
90
90
|
const { getToolDefinitions, handleToolCall } = await import("./tools-VHBH4PPR.js");
|
|
91
91
|
const ROOT_PATH = detectProjectRoot();
|
|
92
92
|
const server = new Server(
|
package/package.json
CHANGED