@mcp-use/cli 2.1.16 → 2.1.17-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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
  <img src="https://img.shields.io/npm/dw/@mcp-use/cli.svg"/></a>
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
- <a href="https://github.com/mcp-use/mcp-use-ts/blob/main/LICENSE" alt="License">
16
+ <a href="https://github.com/mcp-use/mcp-use/blob/main/LICENSE" alt="License">
17
17
  <img src="https://img.shields.io/github/license/mcp-use/mcp-use-ts" /></a>
18
- <a href="https://github.com/mcp-use/mcp-use-ts/stargazers" alt="GitHub stars">
18
+ <a href="https://github.com/mcp-use/mcp-use/stargazers" alt="GitHub stars">
19
19
  <img src="https://img.shields.io/github/stars/mcp-use/mcp-use-ts?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>
@@ -27,9 +27,9 @@
27
27
 
28
28
  | Package | Description | Version |
29
29
  | ------------------------------------------------------------------------------------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------- |
30
- | [mcp-use](https://github.com/mcp-use/mcp-use-ts/tree/main/packages/mcp-use) | Core MCP framework | [![npm](https://img.shields.io/npm/v/mcp-use.svg)](https://www.npmjs.com/package/mcp-use) |
31
- | [@mcp-use/inspector](https://github.com/mcp-use/mcp-use-ts/tree/main/packages/inspector) | Web-based MCP inspector | [![npm](https://img.shields.io/npm/v/@mcp-use/inspector.svg)](https://www.npmjs.com/package/@mcp-use/inspector) |
32
- | [create-mcp-use-app](https://github.com/mcp-use/mcp-use-ts/tree/main/packages/create-mcp-use-app) | Create MCP apps | [![npm](https://img.shields.io/npm/v/create-mcp-use-app.svg)](https://www.npmjs.com/package/create-mcp-use-app) |
30
+ | [mcp-use](https://github.com/mcp-use/mcp-use/tree/main/packages/mcp-use) | Core MCP framework | [![npm](https://img.shields.io/npm/v/mcp-use.svg)](https://www.npmjs.com/package/mcp-use) |
31
+ | [@mcp-use/inspector](https://github.com/mcp-use/mcp-use/tree/main/packages/inspector) | Web-based MCP inspector | [![npm](https://img.shields.io/npm/v/@mcp-use/inspector.svg)](https://www.npmjs.com/package/@mcp-use/inspector) |
32
+ | [create-mcp-use-app](https://github.com/mcp-use/mcp-use/tree/main/packages/create-mcp-use-app) | Create MCP apps | [![npm](https://img.shields.io/npm/v/create-mcp-use-app.svg)](https://www.npmjs.com/package/create-mcp-use-app) |
33
33
 
34
34
  ---
35
35
 
@@ -401,10 +401,10 @@ mcp-use dev --no-open
401
401
 
402
402
  ## 📚 Learn More
403
403
 
404
- - [mcp-use Documentation](https://github.com/mcp-use/mcp-use-ts)
404
+ - [mcp-use Documentation](https://github.com/mcp-use/mcp-use)
405
405
  - [Model Context Protocol](https://modelcontextprotocol.io)
406
- - [Creating MCP Servers](https://github.com/mcp-use/mcp-use-ts/tree/main/packages/mcp-use#-mcp-server-framework)
407
- - [MCP Inspector Guide](https://github.com/mcp-use/mcp-use-ts/tree/main/packages/inspector)
406
+ - [Creating MCP Servers](https://github.com/mcp-use/mcp-use/tree/main/packages/mcp-use#-mcp-server-framework)
407
+ - [MCP Inspector Guide](https://github.com/mcp-use/mcp-use/tree/main/packages/inspector)
408
408
 
409
409
  ---
410
410
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@mcp-use/cli",
3
- "version": "2.1.16",
3
+ "version": "2.1.17-canary.1",
4
4
  "description": "Build tool for MCP UI widgets - bundles React components into standalone HTML pages for Model Context Protocol servers",
5
5
  "author": "mcp-use, Inc.",
6
6
  "license": "MIT",
7
- "homepage": "https://github.com/mcp-use/mcp-use-ts#readme",
7
+ "homepage": "https://github.com/mcp-use/mcp-use#readme",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/mcp-use/mcp-use-ts.git",
10
+ "url": "git+https://github.com/mcp-use/mcp-use.git",
11
11
  "directory": "packages/cli"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/mcp-use/mcp-use-ts/issues"
14
+ "url": "https://github.com/mcp-use/mcp-use/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "mcp",
@@ -37,8 +37,8 @@
37
37
  "globby": "^14.0.0",
38
38
  "open": "^10.0.0",
39
39
  "tsx": "^4.0.0",
40
- "mcp-use": "1.1.4",
41
- "@mcp-use/inspector": "0.4.4"
40
+ "mcp-use": "1.1.5-canary.1",
41
+ "@mcp-use/inspector": "0.4.5-canary.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^20.0.0",