@talonic/docs 0.20.24 → 0.20.25

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/dist/content.js +6 -6
  2. package/package.json +1 -1
package/dist/content.js CHANGED
@@ -27725,7 +27725,7 @@ var sections_default2 = [
27725
27725
  },
27726
27726
  {
27727
27727
  type: "paragraph",
27728
- text: "With this MCP server installed, the agent has a `talonic_extract` tool that returns schema-validated JSON with per-field confidence scores, a detected document type, and stable IDs for follow-up calls. The other eight tools cover the rest of the workflow: searching the workspace, filtering by extracted field values, fetching document metadata, getting OCR markdown, listing saved schemas, saving new ones, and reading the workspace credit balance for budget-aware behaviour."
27728
+ text: "With this MCP server installed, the agent has a `talonic_extract` tool that returns schema-validated JSON with per-field confidence scores, a detected document type, and stable IDs for follow-up calls. The other eight tools cover the rest of the workflow: requesting a browser upload link for files too large to pass through a hosted connector, searching the workspace, filtering by extracted field values, fetching document metadata, getting OCR markdown, listing saved schemas, saving new ones, and reading the workspace credit balance for budget-aware behaviour."
27729
27729
  },
27730
27730
  {
27731
27731
  type: "callout",
@@ -27781,7 +27781,7 @@ var sections_default2 = [
27781
27781
  },
27782
27782
  {
27783
27783
  type: "paragraph",
27784
- text: "Connect from Claude.ai's custom-connector flow. The connector authenticates against `app.talonic.com` using OAuth 2.1 with PKCE and Dynamic Client Registration, so no API key is pasted into the connector config. Once authorised, all eight Talonic tools and both resources are available to Claude.ai's agent."
27784
+ text: "Connect from Claude.ai's custom-connector flow. The connector authenticates against `app.talonic.com` using OAuth 2.1 with PKCE and Dynamic Client Registration, so no API key is pasted into the connector config. Once authorised, all nine Talonic tools and both resources are available to Claude.ai's agent."
27785
27785
  },
27786
27786
  {
27787
27787
  type: "list",
@@ -27836,7 +27836,7 @@ var sections_default2 = [
27836
27836
  },
27837
27837
  {
27838
27838
  type: "paragraph",
27839
- text: "All three install paths expose the same eight tools and two resources."
27839
+ text: "All three install paths expose the same nine tools and two resources."
27840
27840
  }
27841
27841
  ],
27842
27842
  related: [
@@ -28000,7 +28000,7 @@ var sections_default2 = [
28000
28000
  },
28001
28001
  {
28002
28002
  type: "paragraph",
28003
- text: "Fully restart Claude Desktop (Cmd+Q on macOS, not just close the window). Talonic appears in the connected servers list with all eight tools and two resources."
28003
+ text: "Fully restart Claude Desktop (Cmd+Q on macOS, not just close the window). Talonic appears in the connected servers list with all nine tools and two resources."
28004
28004
  }
28005
28005
  ],
28006
28006
  related: [
@@ -28296,7 +28296,7 @@ var sections_default2 = [
28296
28296
  {
28297
28297
  name: "file_data",
28298
28298
  type: "string",
28299
- description: "Base64-encoded file bytes. **Recommended for local-stdio installs** (Claude Desktop, Cursor, Cline, Continue, Cowork). Pair with `filename` for MIME type inference. **Warning for Claude.ai hosted connector:** Claude.ai imposes a hard size limit on tool-call arguments (effectively under ~1 KB), so `file_data` cannot carry a real PDF through Claude.ai's pipeline. For files larger than a trivial test, use `file_url` or `document_id` instead when running through Claude.ai."
28299
+ description: "Base64-encoded file bytes. **Recommended for local-stdio installs** (Claude Desktop, Cursor, Cline, Continue, Cowork), which have no size cap. Pair with `filename` for MIME type inference. **Warning for the Claude.ai hosted connector:** Claude.ai caps tool-call arguments at ~32 KB decoded, so `file_data` cannot carry a real PDF \u2014 it is silently truncated. Use `talonic_request_upload` (browser-handoff upload), `file_url`, or a pre-uploaded `document_id` instead when running through Claude.ai."
28300
28300
  },
28301
28301
  {
28302
28302
  name: "filename",
@@ -29073,7 +29073,7 @@ var sections_default2 = [
29073
29073
  {
29074
29074
  name: "file_data",
29075
29075
  type: "string",
29076
- description: "Base64-encoded file bytes. **Recommended for local-stdio installs** (Claude Desktop, Cursor, Cline, Continue, Cowork). Pair with `filename`. Consumes one extraction credit (auto-ingests the file first). **Warning for Claude.ai hosted connector:** Claude.ai imposes a hard size limit on tool-call arguments (effectively under ~1 KB), so `file_data` cannot carry a real PDF through the Claude.ai pipeline. Use `file_url` or `document_id` instead when running through Claude.ai."
29076
+ description: "Base64-encoded file bytes. **Recommended for local-stdio installs** (Claude Desktop, Cursor, Cline, Continue, Cowork), which have no size cap. Pair with `filename`. Consumes one extraction credit (auto-ingests the file first). **Warning for the Claude.ai hosted connector:** Claude.ai caps tool-call arguments at ~32 KB decoded, so `file_data` cannot carry a real PDF \u2014 it is silently truncated. Use `talonic_request_upload` (browser-handoff upload), `file_url`, or a pre-uploaded `document_id` instead when running through Claude.ai."
29077
29077
  },
29078
29078
  {
29079
29079
  name: "filename",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.20.24",
3
+ "version": "0.20.25",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,