@sassoftware/sas-score-mcp-serverjs 1.0.1-15 → 1.0.1-16
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/package.json
CHANGED
|
@@ -18,7 +18,7 @@ DO NOT USE for: find model, model metadata, list models, run programs/jobs, quer
|
|
|
18
18
|
PARAMETERS
|
|
19
19
|
- model: string — model name (required, exact match)
|
|
20
20
|
- scenario: object — input data as JSON (optional, defaults to {}). Example: {age:45, income:60000}
|
|
21
|
-
- uflag: boolean (
|
|
21
|
+
- uflag: boolean (optional, defaults to false) — prefix model fields with underscore when true
|
|
22
22
|
|
|
23
23
|
ROUTING RULES
|
|
24
24
|
- "score with model X using a=1, b=2" → { model: "X", scenario: {a:1, b:2}, uflag: false }
|