@mcp-use/cli 2.18.3-canary.0 → 2.18.3-canary.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/README.md +5 -5
- 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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-use/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.18.3-canary.
|
|
4
|
+
"version": "2.18.3-canary.2",
|
|
5
5
|
"description": "The mcp-use CLI is a tool for building and deploying MCP servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
|
|
6
6
|
"author": "mcp-use, Inc.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"vite-plugin-singlefile": "^2.0.3",
|
|
57
57
|
"ws": "^8.19.0",
|
|
58
58
|
"zod": "4.3.5",
|
|
59
|
-
"@mcp-use/inspector": "0.24.4-canary.
|
|
60
|
-
"mcp-use": "1.21.4-canary.
|
|
59
|
+
"@mcp-use/inspector": "0.24.4-canary.2",
|
|
60
|
+
"mcp-use": "1.21.4-canary.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/ws": "^8.18.1",
|