@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 +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +487 -10
- package/dist/index.d.ts +487 -10
- package/dist/index.js +1 -1
- package/openapi.json +568 -11
- package/package.json +2 -2
- package/src/client.ts +1 -1
- package/src/index.ts +1 -1
- package/src/types.generated.ts +486 -9
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @stablebaseline/sdk
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@stablebaseline/sdk)
|
|
4
|
-
[](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.
|
|
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
|
-
|
|
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
|
|
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 });
|