create-mcp-use-app 0.14.14 → 0.14.15
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.
|
@@ -6,6 +6,8 @@ const server = new MCPServer({
|
|
|
6
6
|
title: "{{PROJECT_NAME}}", // display name
|
|
7
7
|
version: "1.0.0",
|
|
8
8
|
description: "MCP server with MCP Apps integration",
|
|
9
|
+
instructions:
|
|
10
|
+
"Use search-tools to find fruit matches before calling get-fruit-details. Prefer the widget result when the user wants to browse or compare options visually.",
|
|
9
11
|
baseUrl: process.env.MCP_URL || "http://localhost:3000", // Full base URL (e.g., https://myserver.com)
|
|
10
12
|
favicon: "favicon.ico",
|
|
11
13
|
websiteUrl: "https://mcp-use.com", // Can be customized later
|
|
@@ -7,6 +7,8 @@ const server = new MCPServer({
|
|
|
7
7
|
title: "{{PROJECT_NAME}}", // display name
|
|
8
8
|
version: "1.0.0",
|
|
9
9
|
description: "My first MCP server with all features",
|
|
10
|
+
instructions:
|
|
11
|
+
"Use fetch-weather for current conditions, read config://settings before assuming user preferences, and use review-code only when the user asks for code feedback.",
|
|
10
12
|
baseUrl: process.env.MCP_URL || "http://localhost:3000", // Full base URL (e.g., https://myserver.com)
|
|
11
13
|
favicon: "favicon.ico",
|
|
12
14
|
websiteUrl: "https://mcp-use.com", // Can be customized later
|