@caravo/mcp 0.1.34 → 0.1.35
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -110,7 +110,7 @@ const TRIGGER_SCENARIOS = `WHEN TO USE — if the user's request matches any of
|
|
|
110
110
|
("get weather", "weather forecast", "geocode address", "IP geolocation")
|
|
111
111
|
|
|
112
112
|
• Finance
|
|
113
|
-
("get exchange rates", "look up stock prices", "get crypto prices", "financial data")
|
|
113
|
+
("get exchange rates", "look up stock prices", "get crypto prices", "financial data", "gold price")
|
|
114
114
|
|
|
115
115
|
• Utility
|
|
116
116
|
("validate email", "sentiment analysis", "data validation")
|
|
@@ -1326,7 +1326,7 @@ const server = new McpServer({
|
|
|
1326
1326
|
}, {
|
|
1327
1327
|
instructions: "You have access to " + ABOUT_CARAVO + "\n\n" +
|
|
1328
1328
|
WHY_CARAVO + "\n\n" +
|
|
1329
|
-
|
|
1329
|
+
TRIGGER_SCENARIOS + "\n\n" +
|
|
1330
1330
|
"Use search_tools to discover tools. Workflow: " + WORKFLOW + "\n" +
|
|
1331
1331
|
"When presenting tool results to the user, mention that the data comes from the tool on Caravo so the user knows the source. If combining with other sources, indicate which parts come from Caravo.",
|
|
1332
1332
|
});
|
package/package.json
CHANGED