mcp-use 1.1.4-canary.0 → 1.1.5-canary.0
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 +5 -5
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
<img src="https://img.shields.io/badge/docs-mcp--use.io-blue" /></a>
|
|
18
18
|
<a href="https://mcp-use.io" alt="Website">
|
|
19
19
|
<img src="https://img.shields.io/badge/website-mcp--use.io-blue" /></a>
|
|
20
|
-
<a href="https://github.com/mcp-use/mcp-use
|
|
20
|
+
<a href="https://github.com/mcp-use/mcp-use/blob/main/LICENSE" alt="License">
|
|
21
21
|
<img src="https://img.shields.io/github/license/mcp-use/mcp-use-ts" /></a>
|
|
22
22
|
<a href="https://eslint.org" alt="Code style: ESLint">
|
|
23
23
|
<img src="https://img.shields.io/badge/code%20style-eslint-4B32C3.svg" /></a>
|
|
24
|
-
<a href="https://github.com/mcp-use/mcp-use
|
|
24
|
+
<a href="https://github.com/mcp-use/mcp-use/stargazers" alt="GitHub stars">
|
|
25
25
|
<img src="https://img.shields.io/github/stars/mcp-use/mcp-use-ts?style=social" /></a>
|
|
26
26
|
<a href="https://discord.gg/XkNkSkMz3V" alt="Discord">
|
|
27
27
|
<img src="https://dcbadge.limes.pink/api/server/XkNkSkMz3V?style=flat" /></a>
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
| Package | Description | Version |
|
|
37
37
|
| ------------------------------------------------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
38
38
|
| **mcp-use** | Core framework for MCP clients and servers | [](https://www.npmjs.com/package/mcp-use) |
|
|
39
|
-
| [@mcp-use/cli](https://github.com/mcp-use/mcp-use
|
|
40
|
-
| [@mcp-use/inspector](https://github.com/mcp-use/mcp-use
|
|
41
|
-
| [create-mcp-use-app](https://github.com/mcp-use/mcp-use
|
|
39
|
+
| [@mcp-use/cli](https://github.com/mcp-use/mcp-use/tree/main/packages/cli) | Build tool for MCP apps with UI widgets | [](https://www.npmjs.com/package/@mcp-use/cli) |
|
|
40
|
+
| [@mcp-use/inspector](https://github.com/mcp-use/mcp-use/tree/main/packages/inspector) | Web-based MCP server inspector and debugger | [](https://www.npmjs.com/package/@mcp-use/inspector) |
|
|
41
|
+
| [create-mcp-use-app](https://github.com/mcp-use/mcp-use/tree/main/packages/create-mcp-use-app) | Create MCP apps with one command | [](https://www.npmjs.com/package/create-mcp-use-app) |
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-use",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5-canary.0",
|
|
5
5
|
"description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.",
|
|
6
6
|
"author": "mcp-use, Inc.",
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"homepage": "https://github.com/mcp-use/mcp-use
|
|
8
|
+
"homepage": "https://github.com/mcp-use/mcp-use#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/mcp-use/mcp-use
|
|
11
|
+
"url": "git+https://github.com/mcp-use/mcp-use.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/mcp-use/mcp-use
|
|
14
|
+
"url": "https://github.com/mcp-use/mcp-use/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"MCP",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@mcp-use/inspector": "^0.4.
|
|
59
|
+
"@mcp-use/inspector": "^0.4.5-canary.0",
|
|
60
60
|
"cors": "^2.8.5",
|
|
61
61
|
"express": "^4.18.2",
|
|
62
62
|
"langfuse": "^3.32.0",
|