@mcp-use/cli 2.18.2 → 2.18.3-canary.1
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/README.md +5 -5
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="center" style="margin: 0 auto; max-width: 80%;">
|
|
2
2
|
<picture>
|
|
3
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/mcp-use/mcp-use
|
|
4
|
-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/mcp-use/mcp-use
|
|
5
|
-
<img alt="mcp use logo" src="https://raw.githubusercontent.com/mcp-use/mcp-use
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/mcp-use/mcp-use/main/static/logo_white.svg">
|
|
4
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/mcp-use/mcp-use/main/static/logo_black.svg">
|
|
5
|
+
<img alt="mcp use logo" src="https://raw.githubusercontent.com/mcp-use/mcp-use/main/static/logo_white.svg" width="80%" style="margin: 20px auto;">
|
|
6
6
|
</picture>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
<a href="https://www.npmjs.com/package/@mcp-use/cli" alt="NPM Version">
|
|
15
15
|
<img src="https://img.shields.io/npm/v/@mcp-use/cli.svg"/></a>
|
|
16
16
|
<a href="https://github.com/mcp-use/mcp-use/blob/main/LICENSE" alt="License">
|
|
17
|
-
<img src="https://img.shields.io/github/license/mcp-use/mcp-use
|
|
17
|
+
<img src="https://img.shields.io/github/license/mcp-use/mcp-use" /></a>
|
|
18
18
|
<a href="https://github.com/mcp-use/mcp-use/stargazers" alt="GitHub stars">
|
|
19
|
-
<img src="https://img.shields.io/github/stars/mcp-use/mcp-use
|
|
19
|
+
<img src="https://img.shields.io/github/stars/mcp-use/mcp-use?style=social" /></a>
|
|
20
20
|
<a href="https://discord.gg/XkNkSkMz3V" alt="Discord">
|
|
21
21
|
<img src="https://dcbadge.limes.pink/api/server/XkNkSkMz3V?style=flat" /></a>
|
|
22
22
|
</p>
|
package/dist/index.cjs
CHANGED
|
@@ -5574,6 +5574,7 @@ program.command("build").description("Build TypeScript and MCP UI widgets").opti
|
|
|
5574
5574
|
if (options.withInspector) {
|
|
5575
5575
|
console.log(source_default.gray(" Inspector included"));
|
|
5576
5576
|
}
|
|
5577
|
+
process.exit(0);
|
|
5577
5578
|
} catch (error) {
|
|
5578
5579
|
console.error(source_default.red("Build failed:"), error);
|
|
5579
5580
|
process.exit(1);
|