@rigstate/mcp 0.5.0 → 0.5.1

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 CHANGED
@@ -676,7 +676,7 @@ var QueryBrainInputSchema = z4.object({
676
676
  projectId: z4.string().uuid("Invalid project ID"),
677
677
  query: z4.string().min(1, "Query is required"),
678
678
  limit: z4.number().min(1).max(20).optional().default(8),
679
- threshold: z4.number().min(0).max(1).optional().default(0.5)
679
+ threshold: z4.number().min(0).max(1).optional().default(0.1)
680
680
  });
681
681
  var GetProjectContextInputSchema = z4.object({
682
682
  projectId: z4.string().uuid("Invalid project ID")