@anyshift/mcp-proxy 0.6.5 → 0.6.7
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,7 +6,7 @@ import { parseDynatraceDqlResponse, isDynatraceDqlTool, } from './dynatrace.js';
|
|
|
6
6
|
// Default minimum character count to trigger file writing
|
|
7
7
|
const DEFAULT_MIN_CHARS = 1000;
|
|
8
8
|
// Message to include when data is written to file, guiding the LLM on how to use the result
|
|
9
|
-
const FILE_WRITTEN_MESSAGE = `To read this file, use the "
|
|
9
|
+
const FILE_WRITTEN_MESSAGE = `To read this file, use the "mcp__file_query__execute_jq_query" tool (for JSON/JSONL data extraction and transformation) or "mcp__file_query__detect_timeseries_anomalies" tool (for time series analysis, if available).
|
|
10
10
|
|
|
11
11
|
IMPORTANT for supporting facts: This tool_id CANNOT be used as the proxy_tool_id in your output's supporting_facts evidence. You must read the file using one of the tools above and use THAT tool's tool_id as the proxy_tool_id to support facts in your output.`;
|
|
12
12
|
/**
|