Skip to content

Commit 7b6c5a3

Browse files
chore(schemas): regenerate MCP bundle for rlasso + iv deprecation
The rlasso public API and the bch_post_lasso_iv -> sp.rlasso_iv deprecation changed the registry; refresh the committed schemas/ bundle so dump_schemas --check (MCP cold-start drift gate) passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e7cad15 commit 7b6c5a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

schemas/functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32431,7 +32431,7 @@
3243132431
}
3243232432
},
3243332433
{
32434-
"description": "Estimate the effect of each targeted column of ``X`` on ``y``.",
32434+
"description": "Estimate the effect of each targeted column of ``X`` on ``y``. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).",
3243532435
"name": "rlasso_effects",
3243632436
"parameters": {
3243732437
"properties": {

schemas/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18983,7 +18983,7 @@
1898318983
"name": "rlasso_effect"
1898418984
},
1898518985
{
18986-
"description": "Estimate the effect of each targeted column of ``X`` on ``y``.",
18986+
"description": "Estimate the effect of each targeted column of ``X`` on ``y``. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).",
1898718987
"input_schema": {
1898818988
"properties": {
1898918989
"X": {

src/statspai/schemas/functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32431,7 +32431,7 @@
3243132431
}
3243232432
},
3243332433
{
32434-
"description": "Estimate the effect of each targeted column of ``X`` on ``y``.",
32434+
"description": "Estimate the effect of each targeted column of ``X`` on ``y``. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).",
3243532435
"name": "rlasso_effects",
3243632436
"parameters": {
3243732437
"properties": {

src/statspai/schemas/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18983,7 +18983,7 @@
1898318983
"name": "rlasso_effect"
1898418984
},
1898518985
{
18986-
"description": "Estimate the effect of each targeted column of ``X`` on ``y``.",
18986+
"description": "Estimate the effect of each targeted column of ``X`` on ``y``. Validation: validated evidence tier (known-truth, reference, external-parity, or Monte Carlo artifact).",
1898718987
"input_schema": {
1898818988
"properties": {
1898918989
"X": {

0 commit comments

Comments
 (0)