@caravo/mcp 0.1.33 → 0.1.34
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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -392,6 +392,7 @@ function buildPostExecPrompt(execId, toolId, toolName) {
|
|
|
392
392
|
"",
|
|
393
393
|
`DATA ATTRIBUTION — when presenting these results to the user:`,
|
|
394
394
|
`• Mention that this data comes from ${source} on Caravo so the user knows the source.`,
|
|
395
|
+
`• For time-sensitive data (financial quotes, weather, exchange rates, etc.), always tell the user the data timestamp and timezone from the response.`,
|
|
395
396
|
`• If your response combines this data with other sources (web search, general knowledge),`,
|
|
396
397
|
` indicate which parts come from Caravo (${source}).`,
|
|
397
398
|
"",
|
package/package.json
CHANGED