@solongate/proxy 0.1.8 → 0.1.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/dist/create.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/create.js
CHANGED
|
@@ -275,7 +275,7 @@ async function main() {
|
|
|
275
275
|
};
|
|
276
276
|
const bEmpty = () => log(` ${c.dim}\u2502${c.reset} ${" ".repeat(W)} ${c.dim}\u2502${c.reset}`);
|
|
277
277
|
log(` ${c.dim}\u256D${hr}\u256E${c.reset}`);
|
|
278
|
-
log(` ${c.dim}\u2502${c.reset} ${c.green}${c.bold}\u2714
|
|
278
|
+
log(` ${c.dim}\u2502${c.reset} ${c.green}${c.bold}\u2714 MCP Server created successfully!${c.reset}${" ".repeat(W - 35)} ${c.dim}\u2502${c.reset}`);
|
|
279
279
|
log(` ${c.dim}\u251C${hr}\u2524${c.reset}`);
|
|
280
280
|
bEmpty();
|
|
281
281
|
bLine(`${c.yellow}Next steps:${c.reset}`);
|
package/dist/index.js
CHANGED
|
@@ -936,7 +936,7 @@ async function main3() {
|
|
|
936
936
|
};
|
|
937
937
|
const bEmpty = () => log3(` ${c2.dim}\u2502${c2.reset} ${" ".repeat(W)} ${c2.dim}\u2502${c2.reset}`);
|
|
938
938
|
log3(` ${c2.dim}\u256D${hr}\u256E${c2.reset}`);
|
|
939
|
-
log3(` ${c2.dim}\u2502${c2.reset} ${c2.green}${c2.bold}\u2714
|
|
939
|
+
log3(` ${c2.dim}\u2502${c2.reset} ${c2.green}${c2.bold}\u2714 MCP Server created successfully!${c2.reset}${" ".repeat(W - 35)} ${c2.dim}\u2502${c2.reset}`);
|
|
940
940
|
log3(` ${c2.dim}\u251C${hr}\u2524${c2.reset}`);
|
|
941
941
|
bEmpty();
|
|
942
942
|
bLine(`${c2.yellow}Next steps:${c2.reset}`);
|
package/package.json
CHANGED