@stablebaseline/sdk 0.3.1 → 0.4.1

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  # @stablebaseline/sdk
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@stablebaseline/sdk?color=orange)](https://www.npmjs.com/package/@stablebaseline/sdk)
4
- [![Tools](https://img.shields.io/badge/MCP%20tools-163-orange)](https://stablebaseline.io/docs/mcp/tools)
4
+ [![Tools](https://img.shields.io/badge/MCP%20tools-184-orange)](https://stablebaseline.io/docs/mcp/tools)
5
5
 
6
- TypeScript SDK for the **[Stable Baseline](https://stablebaseline.io) REST API** — the simplest, most complete, end-to-end agent-managed company brain. Living docs, 40+ visual diagrams, plans, and a self-learning Knowledge Graph. 163 tools across 16 categories.
6
+ TypeScript SDK for the **[Stable Baseline](https://stablebaseline.io) REST API** — the simplest, most complete, end-to-end agent-managed company brain. Living docs, 40+ visual diagrams, plans, and a self-learning Knowledge Graph. 184 tools across 19 categories.
7
7
 
8
8
  ## Install
9
9
 
@@ -52,7 +52,7 @@ Both go in the `Authorization: Bearer <...>` header.
52
52
 
53
53
  ## Tool catalogue
54
54
 
55
- 163 tools across 16 categories. The full list lives at [stablebaseline.io/docs/mcp/tools](https://stablebaseline.io/docs/mcp/tools). Highlights:
55
+ 184 tools across 19 categories. The full list lives at [stablebaseline.io/docs/mcp/tools](https://stablebaseline.io/docs/mcp/tools). Highlights:
56
56
 
57
57
  | Category | Sample tools |
58
58
  |---|---|
package/dist/index.cjs CHANGED
@@ -49,7 +49,7 @@ var StableBaseline = class {
49
49
  authHeader;
50
50
  signal;
51
51
  /**
52
- * Strongly-typed dispatch surface. Every entry is one of the 163 MCP tools.
52
+ * Strongly-typed dispatch surface. Every entry is one of the 184 MCP tools.
53
53
  *
54
54
  * const orgs = await sb.tools.listOrganisations({});
55
55
  * const doc = await sb.tools.createDocument({ folderId, title, cdmd });