@t2000/cli 0.16.25 → 0.16.27
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
|
@@ -1874,7 +1874,7 @@ function registerMcp(program2) {
|
|
|
1874
1874
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
1875
1875
|
let mod;
|
|
1876
1876
|
try {
|
|
1877
|
-
mod = await import("./dist-
|
|
1877
|
+
mod = await import("./dist-5OPQU5C7.js");
|
|
1878
1878
|
} catch {
|
|
1879
1879
|
console.error(
|
|
1880
1880
|
"MCP server not installed. Run:\n npm install -g @t2000/mcp"
|