create-mcp-use-app 0.4.7 → 0.4.8-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.
@@ -1,8 +1,8 @@
1
1
  {
2
- "name": "Weather App",
2
+ "name": "mcp-use server",
3
3
  "type": "module",
4
4
  "version": "1.0.0",
5
- "description": "MCP server with apps sdk integration",
5
+ "description": "MCP server with OpenAI Apps SDK integration",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "keywords": [
@@ -1,8 +1,8 @@
1
1
  {
2
- "name": "mcp-uiresource-server",
2
+ "name": "mcp-use server",
3
3
  "type": "module",
4
4
  "version": "1.0.0",
5
- "description": "MCP server with UIResource widget integration",
5
+ "description": "MCP server with MCP-UI integration",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "keywords": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "mcp-use-starter-server",
2
+ "name": "mcp-use server",
3
3
  "type": "module",
4
4
  "version": "1.0.0",
5
5
  "description": "MCP server with starter tools and resources",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mcp-use-app",
3
- "version": "0.4.7",
3
+ "version": "0.4.8-canary.1",
4
4
  "type": "module",
5
5
  "description": "Create MCP-Use apps with one command",
6
6
  "author": "mcp-use, Inc.",