@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sassoftware/sas-score-mcp-serverjs",
3
- "version": "1.0.1-15",
3
+ "version": "1.0.1-16",
4
4
  "description": "A mcp server for SAS Viya",
5
5
  "author": "Deva Kumar <deva.kumar@sas.com>",
6
6
  "license": "Apache-2.0",
@@ -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 (default: false) — prefix model fields with underscore when true
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 }