@barivia/barsom-mcp 0.3.2 → 0.3.5
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/README.md +3 -2
- package/dist/index.js +1 -2445
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @barivia/barsom-mcp
|
|
2
2
|
|
|
3
|
-
MCP proxy for the Barivia Analytics Engine -- connects any stdio MCP client (Cursor, Claude Desktop, etc.) to the barSOM cloud API.
|
|
3
|
+
MCP proxy for the Barivia Analytics Engine -- connects any stdio MCP client (Cursor, Claude Desktop, etc.) to the barSOM cloud API. It implements a **Progressive Disclosure** architecture, exposing a `guide_barsom_workflow` top-level SOP tool and comprehensive `analyze` and `train` capabilities, following 2026 enterprise MCP best practices.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -32,12 +32,13 @@ This is the standard pattern for MCP servers distributed as npm packages (same a
|
|
|
32
32
|
|
|
33
33
|
Legacy `BARSOM_API_KEY` / `BARSOM_API_URL` are also accepted as fallbacks.
|
|
34
34
|
|
|
35
|
-
## Tools (
|
|
35
|
+
## Tools (14)
|
|
36
36
|
|
|
37
37
|
### Data Management
|
|
38
38
|
|
|
39
39
|
| Tool | Description |
|
|
40
40
|
|---|---|
|
|
41
|
+
| `guide_barsom_workflow` | Standard Operating Procedure. Call this first if unsure. Outlines the Upload → Preprocess → Train → Wait → Analyze workflow. |
|
|
41
42
|
| `datasets` | upload: add CSV; preview: inspect columns/stats/samples before train_som; subset: create subset by row_range or filter; delete: remove dataset |
|
|
42
43
|
| `list` | List datasets (type=datasets) or jobs (type=jobs; optional dataset_id filter) |
|
|
43
44
|
|