trace-mcp 1.22.0 → 1.23.0

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.d.ts CHANGED
@@ -824,7 +824,7 @@ declare const TraceMcpConfigSchema: z.ZodObject<{
824
824
  }>>;
825
825
  ai: z.ZodOptional<z.ZodObject<{
826
826
  enabled: z.ZodDefault<z.ZodBoolean>;
827
- provider: z.ZodDefault<z.ZodEnum<["onnx", "ollama", "openai"]>>;
827
+ provider: z.ZodDefault<z.ZodEnum<["onnx", "ollama", "openai", "anthropic", "lmstudio", "gemini", "mistral", "deepseek", "groq", "together", "xai"]>>;
828
828
  base_url: z.ZodOptional<z.ZodString>;
829
829
  api_key: z.ZodOptional<z.ZodString>;
830
830
  inference_model: z.ZodOptional<z.ZodString>;
@@ -842,7 +842,7 @@ declare const TraceMcpConfigSchema: z.ZodObject<{
842
842
  reranker_model: z.ZodOptional<z.ZodString>;
843
843
  }, "strip", z.ZodTypeAny, {
844
844
  enabled: boolean;
845
- provider: "onnx" | "ollama" | "openai";
845
+ provider: "onnx" | "ollama" | "openai" | "anthropic" | "lmstudio" | "gemini" | "mistral" | "deepseek" | "groq" | "together" | "xai";
846
846
  summarize_on_index: boolean;
847
847
  summarize_batch_size: number;
848
848
  summarize_kinds: string[];
@@ -856,7 +856,7 @@ declare const TraceMcpConfigSchema: z.ZodObject<{
856
856
  reranker_model?: string | undefined;
857
857
  }, {
858
858
  enabled?: boolean | undefined;
859
- provider?: "onnx" | "ollama" | "openai" | undefined;
859
+ provider?: "onnx" | "ollama" | "openai" | "anthropic" | "lmstudio" | "gemini" | "mistral" | "deepseek" | "groq" | "together" | "xai" | undefined;
860
860
  base_url?: string | undefined;
861
861
  api_key?: string | undefined;
862
862
  inference_model?: string | undefined;
@@ -1674,7 +1674,7 @@ declare const TraceMcpConfigSchema: z.ZodObject<{
1674
1674
  } | undefined;
1675
1675
  ai?: {
1676
1676
  enabled: boolean;
1677
- provider: "onnx" | "ollama" | "openai";
1677
+ provider: "onnx" | "ollama" | "openai" | "anthropic" | "lmstudio" | "gemini" | "mistral" | "deepseek" | "groq" | "together" | "xai";
1678
1678
  summarize_on_index: boolean;
1679
1679
  summarize_batch_size: number;
1680
1680
  summarize_kinds: string[];
@@ -1858,7 +1858,7 @@ declare const TraceMcpConfigSchema: z.ZodObject<{
1858
1858
  } | undefined;
1859
1859
  ai?: {
1860
1860
  enabled?: boolean | undefined;
1861
- provider?: "onnx" | "ollama" | "openai" | undefined;
1861
+ provider?: "onnx" | "ollama" | "openai" | "anthropic" | "lmstudio" | "gemini" | "mistral" | "deepseek" | "groq" | "together" | "xai" | undefined;
1862
1862
  base_url?: string | undefined;
1863
1863
  api_key?: string | undefined;
1864
1864
  inference_model?: string | undefined;