bios-mcp 0.1.1-dev.17 → 0.1.1-dev.19

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,8 +108,8 @@ A `503 ADMISSION_UNAVAILABLE` is a transient market outage, never a capacity
108
108
  verdict — retry shortly, never conclude out-of-stock from it. See
109
109
  `get_platform_guide` topic `capacity_errors` for the recovery playbook.
110
110
 
111
- Raw Hugging Face tokens are intentionally excluded from MCP tool inputs. Store
112
- the token in a platform Hugging Face integration and pass `hf_integration_id`.
111
+ Raw access tokens are intentionally excluded from MCP tool inputs. Store the
112
+ token in a platform integration and pass `hf_integration_id`.
113
113
 
114
114
  `create_training_job` and `resume_training_job` accept an optional
115
115
  `idempotency_key`. Reuse the same value after a timeout so the API replays the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bios-mcp",
3
- "version": "0.1.1-dev.17",
3
+ "version": "0.1.1-dev.19",
4
4
  "description": "BIOS MCP server — train and deploy AI models from MCP-compatible automation clients",
5
5
  "license": "MIT",
6
6
  "type": "module",