mcp-scraper 0.30.0 → 0.31.0
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/dist/bin/api-server.cjs +39 -31
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +30 -29
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-W3GYPHFL.js +7 -0
- package/dist/chunk-W3GYPHFL.js.map +1 -0
- package/dist/{chunk-T2CIPAOK.js → chunk-ZOXL3VWO.js} +31 -30
- package/dist/chunk-ZOXL3VWO.js.map +1 -0
- package/dist/{server-PBPXND5G.js → server-DS3ZSNNO.js} +12 -5
- package/dist/{server-PBPXND5G.js.map → server-DS3ZSNNO.js.map} +1 -1
- package/docs/mcp-tool-manifest.generated.json +23 -23
- package/package.json +2 -2
- package/dist/chunk-T2CIPAOK.js.map +0 -1
- package/dist/chunk-WQUF7AH7.js +0 -7
- package/dist/chunk-WQUF7AH7.js.map +0 -1
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
registerMemoryMcpTools,
|
|
8
8
|
registerPaaExtractorMcpTools,
|
|
9
9
|
registerSerpIntelligenceCaptureTools
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-ZOXL3VWO.js";
|
|
11
11
|
import "../chunk-R7EETU7Z.js";
|
|
12
12
|
import "../chunk-MTSBI7ZH.js";
|
|
13
13
|
import {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import "../chunk-ZQSHKWV4.js";
|
|
17
17
|
import {
|
|
18
18
|
PACKAGE_VERSION
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-W3GYPHFL.js";
|
|
20
20
|
import "../chunk-4767BA2O.js";
|
|
21
21
|
import "../chunk-M2S27J6Z.js";
|
|
22
22
|
import "../chunk-ICT7DDHL.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.31.0'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-ZQSHKWV4.js";
|
|
20
20
|
import {
|
|
21
21
|
PACKAGE_VERSION
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-W3GYPHFL.js";
|
|
23
23
|
import {
|
|
24
24
|
MC_PER_CREDIT
|
|
25
25
|
} from "./chunk-4767BA2O.js";
|
|
@@ -401,18 +401,19 @@ Multi-step orchestrations \u2014 prefer these over hand-chaining primitives when
|
|
|
401
401
|
|
|
402
402
|
## Memory
|
|
403
403
|
mcp-scraper also exposes persistent per-user memory tools (notes, facts, vaults,
|
|
404
|
-
scheduled actions, tables, channels) backed by memory.mcpscraper.dev. Every account starts with
|
|
404
|
+
scheduled actions, tables, channels) backed by memory.mcpscraper.dev. Every account starts with 16
|
|
405
405
|
vaults \u2014 call **list-vaults** to see what exists before creating anything new. Pick the vault whose job
|
|
406
406
|
matches the content: **Ideas** (unvalidated concepts), **Knowledge** (distilled lessons/how-tos),
|
|
407
|
-
**Library** (raw source material \u2014 articles, transcripts), **People** (one durable note per person
|
|
408
|
-
**
|
|
407
|
+
**Library** (raw source material \u2014 articles, transcripts), **People** (one durable note per real person),
|
|
408
|
+
**Organizations** (one durable hub per company or organization \u2014 never a person),
|
|
409
|
+
**Deals** (commercial opportunities tied to a known organization or person), **Communication** (individual
|
|
409
410
|
conversation records and drafts), **Calendar** (time-anchored entries), **Tasks** (independent Inbox action items
|
|
410
411
|
that may link to a known Project), **Projects** (only codebases, known client projects, personal projects, or ongoing siloed
|
|
411
412
|
workstreams), **Issues** (something broken),
|
|
412
413
|
**Improvement Log** (receipts of changes made and whether they worked), **Experiments** (hypothesis +
|
|
413
|
-
measured result), **Sprint** (current cycle's scope), **
|
|
414
|
+
measured result), **Sprint** (current cycle's scope), **Examples and Inspirations** (other people's work worth
|
|
414
415
|
studying), **Skills** (reusable skill packages; each requires \`scripts/\` and at least one of
|
|
415
|
-
\`references/\` or \`templates/\`, and may use both).
|
|
416
|
+
\`references/\` or \`templates/\`, and may use both). The former names Inspiration and Communications still resolve.
|
|
416
417
|
For a normal new narrative note, call **prepare-memory-write** first. It queries the live vault contract,
|
|
417
418
|
tag vocabulary, and natural neighbor vaults, and returns interlink candidates that must be read before
|
|
418
419
|
acceptance. Compose every returned template section, then call **memory-capture**, which validates the
|
|
@@ -431,7 +432,7 @@ compatibility value when the template asks for it); Tasks can be independent Inb
|
|
|
431
432
|
project name; and email drafts awaiting human review need \`direction:"draft"\` with
|
|
432
433
|
\`approval_state:"pending"\`. Link a known person, project, deal, or communication only when verified.
|
|
433
434
|
When the user asks to add Gmail or Google Calendar evidence from a connected account, first resolve the
|
|
434
|
-
existing People hub. Persist Gmail as one linked **
|
|
435
|
+
existing People hub. Persist Gmail as one linked **Communication** email and Calendar as one linked
|
|
435
436
|
**Calendar** event, each with the provider's stable reference and \`person_refs\`; do not create a person
|
|
436
437
|
from a subject line, infer attendees, or silently bulk-import a mailbox/calendar. If a relationship is requested but not clear, ask the user rather than inventing one. Overview is the review queue: editing leaves a draft pending, and
|
|
437
438
|
approval or denial records a state only\u2014it does not send email.
|
|
@@ -7705,7 +7706,7 @@ var DeclineShareSchema = {
|
|
|
7705
7706
|
var GetChatLinkSchema = {
|
|
7706
7707
|
id: "get-chat-link",
|
|
7707
7708
|
upstreamName: "getChatLinkTool",
|
|
7708
|
-
description: "Get your durable, bookmarkable link to the hosted
|
|
7709
|
+
description: "Get your durable, bookmarkable link to the hosted Inbox chat page \u2014 a login-free chat UI for every channel you're in. The embedded secret is shown only once, on first call; it cannot be re-shown, only revoked and reissued via revoke-chat-link. Anyone holding the link can post as you.",
|
|
7709
7710
|
input: {},
|
|
7710
7711
|
output: {
|
|
7711
7712
|
ok: z3.boolean().describe("True on success; false on auth error."),
|
|
@@ -7724,7 +7725,7 @@ var GetChatLinkSchema = {
|
|
|
7724
7725
|
var GetVaultAppLinkSchema = {
|
|
7725
7726
|
id: "get-vault-app-link",
|
|
7726
7727
|
upstreamName: "getVaultAppLinkTool",
|
|
7727
|
-
description: "Get the durable, bookmarkable link to the mobile-first Vault App for People, Projects, and Tasks. The embedded secret is shown only once; revoke-vault-app-link then call this tool again to replace a link that was shared or leaked. This link is independent from
|
|
7728
|
+
description: "Get the durable, bookmarkable link to the mobile-first Vault App for People, Projects, and Tasks. The embedded secret is shown only once; revoke-vault-app-link then call this tool again to replace a link that was shared or leaked. This link is independent from the Inbox chat link. Anyone holding it can use the Vault App as this identity.",
|
|
7728
7729
|
input: {},
|
|
7729
7730
|
output: {
|
|
7730
7731
|
ok: z3.boolean().describe("True when the request succeeded."),
|
|
@@ -7991,7 +7992,7 @@ var RevokeShareSchema = {
|
|
|
7991
7992
|
var RevokeVaultAppLinkSchema = {
|
|
7992
7993
|
id: "revoke-vault-app-link",
|
|
7993
7994
|
upstreamName: "revokeVaultAppLinkTool",
|
|
7994
|
-
description: "Immediately revoke the current Vault App link without touching the separate
|
|
7995
|
+
description: "Immediately revoke the current Vault App link without touching the separate Inbox chat link. Call get-vault-app-link afterward to mint a replacement.",
|
|
7995
7996
|
input: {},
|
|
7996
7997
|
output: {
|
|
7997
7998
|
ok: z3.boolean().describe("True when the request succeeded."),
|
|
@@ -8205,7 +8206,7 @@ var memoryCaptureTool_notePropsSchema = z3.object({
|
|
|
8205
8206
|
var MemoryCaptureSchema = {
|
|
8206
8207
|
id: "memory-capture",
|
|
8207
8208
|
upstreamName: "memoryCaptureTool",
|
|
8208
|
-
description: "Strict normal-create path for durable memory. Before capture, list the complete tag vocabulary, call prepare-memory-write, run hybrid memory-search for related notes, and read the strongest link candidates. This tool refuses incomplete notes and invalid relationship-domain writes: projects need a project kind, tasks
|
|
8209
|
+
description: "Strict normal-create path for durable memory. Before capture, list the complete tag vocabulary, call prepare-memory-write, run hybrid memory-search for related notes, and read the strongest link candidates. This tool refuses incomplete notes and invalid relationship-domain writes: projects need a project kind, tasks may be independent Inbox todos but must use a matched project when linked, deals need a known party, and draft emails need a pending approval state. It writes through memory-put, registers canonical tags, and verifies persisted content and props. Reserve memory-put for low-level migrations or deliberate edits.",
|
|
8209
8210
|
input: {
|
|
8210
8211
|
vault: z3.string(),
|
|
8211
8212
|
folder: z3.string().optional(),
|
|
@@ -8263,7 +8264,7 @@ var MemoryQuestionsSchema = {
|
|
|
8263
8264
|
var PrepareMemoryWriteSchema = {
|
|
8264
8265
|
id: "prepare-memory-write",
|
|
8265
8266
|
upstreamName: "prepareMemoryWriteTool",
|
|
8266
|
-
description: "Mandatory planning pass for a normal new memory. First inspect the complete tag vocabulary with list-memory-tags; then this pass routes the note, returns the live template and natural vault relationships, resolves proposed tags, and shortlists interlinks. For People, Deals, Projects, Tasks, and
|
|
8267
|
+
description: "Mandatory planning pass for a normal new memory. First inspect the complete tag vocabulary with list-memory-tags; then this pass routes the note, returns the live template and natural vault relationships, resolves proposed tags, and shortlists interlinks. For People, Organizations, Deals, Projects, Tasks, and Communication, it also returns relationship and approval guidance: search existing records before linking, but do not invent a project or party. A Task can remain an independent Inbox todo. Use hybrid memory-search (3 focused queries, 50 fused candidates, bounded graph expansion, rerank to 30 by default) and read strong related notes before capture. This is an explicit AI workflow directive, not a claim of persisted call-order enforcement.",
|
|
8267
8268
|
input: {
|
|
8268
8269
|
title: z3.string().min(1),
|
|
8269
8270
|
content: z3.string().min(1),
|
|
@@ -8327,7 +8328,7 @@ var ValidateMemoryWriteSchema = {
|
|
|
8327
8328
|
var CreateChannelSchema = {
|
|
8328
8329
|
id: "create-channel",
|
|
8329
8330
|
upstreamName: "createChannelTool",
|
|
8330
|
-
description: "Create an
|
|
8331
|
+
description: "Create an Inbox channel \u2014 a vault for threaded messages, reactions, and mentions instead of ordinary notes. Starts private to you; optionally invite initial members in the same call, each still gated by the normal sender-approval trust check. Requires write scope.",
|
|
8331
8332
|
input: {
|
|
8332
8333
|
name: z3.string().min(1).describe("Channel name. Must match ^[A-Za-z0-9 _-]{1,48}$."),
|
|
8333
8334
|
inviteMembers: z3.array(
|
|
@@ -8410,7 +8411,7 @@ var ListChannelMembersSchema = {
|
|
|
8410
8411
|
var ListChannelMessagesSchema = {
|
|
8411
8412
|
id: "list-channel-messages",
|
|
8412
8413
|
upstreamName: "listChannelMessagesTool",
|
|
8413
|
-
description: "Read an
|
|
8414
|
+
description: "Read an Inbox channel: top-level messages by default, or one thread's replies when parentMessageId is given. Every message returned is marked read for you, visible to other members via readBy. Requires read access on the channel.",
|
|
8414
8415
|
input: {
|
|
8415
8416
|
vault: z3.string().min(1).describe("The channel (vault) to read."),
|
|
8416
8417
|
parentMessageId: z3.string().optional().describe("If given, list this thread's replies instead of top-level channel messages.")
|
|
@@ -8445,7 +8446,7 @@ var ListChannelMessagesSchema = {
|
|
|
8445
8446
|
var MyMentionsSchema = {
|
|
8446
8447
|
id: "my-mentions",
|
|
8447
8448
|
upstreamName: "myMentionsTool",
|
|
8448
|
-
description: "List every place you're @mentioned across all
|
|
8449
|
+
description: "List every place you're @mentioned across all Inbox channels you are CURRENTLY a member of, newest first \u2014 mentions in channels you've since left do not appear.",
|
|
8449
8450
|
input: {
|
|
8450
8451
|
limit: z3.number().int().min(1).max(100).optional().describe("Max mentions to return. Optional; default 25.")
|
|
8451
8452
|
},
|
|
@@ -8498,7 +8499,7 @@ var PollChannelSchema = {
|
|
|
8498
8499
|
var PostMessageSchema = {
|
|
8499
8500
|
id: "post-message",
|
|
8500
8501
|
upstreamName: "postMessageTool",
|
|
8501
|
-
description: "Post a top-level message to an
|
|
8502
|
+
description: "Post a top-level message to an Inbox channel. @mentioning a member's email surfaces it in their my-mentions inbox; attachNote auto-shares one of your notes with every current channel member. Requires write access on the channel.",
|
|
8502
8503
|
input: {
|
|
8503
8504
|
vault: z3.string().min(1).describe("The channel (vault) to post to."),
|
|
8504
8505
|
content: z3.string().min(1).describe("The message text."),
|
|
@@ -8571,7 +8572,7 @@ var RemoveChannelMemberSchema = {
|
|
|
8571
8572
|
var ReplyMessageSchema = {
|
|
8572
8573
|
id: "reply-message",
|
|
8573
8574
|
upstreamName: "replyMessageTool",
|
|
8574
|
-
description: "Reply inside a top-level message's thread in an
|
|
8575
|
+
description: "Reply inside a top-level message's thread in an Inbox channel \u2014 one level of nesting only, so always reply on the top-level parentMessageId. @mentions and attachNote behave as in post-message. Requires write access on the channel.",
|
|
8575
8576
|
input: {
|
|
8576
8577
|
vault: z3.string().min(1).describe("The channel (vault) the parent message is in."),
|
|
8577
8578
|
parentMessageId: z3.string().min(1).describe("The top-level message to reply under (messageId from post-message or list-channel-messages)."),
|
|
@@ -8970,10 +8971,10 @@ var putTool_notePropsSchema = z3.object({
|
|
|
8970
8971
|
var PutSchema = {
|
|
8971
8972
|
id: "memory-put",
|
|
8972
8973
|
upstreamName: "putTool",
|
|
8973
|
-
description: "Create or deliberately edit one note at a path in a memory vault; content is persisted and indexed for search. For normal new People, Deals, Projects, Tasks, or
|
|
8974
|
+
description: "Create or deliberately edit one note at a path in a memory vault; content is persisted and indexed for search. For normal new People, Organizations, Deals, Projects, Tasks, or Communication records, use prepare-memory-write then memory-capture: People must be real people, Organizations must be real organizations, Deals need a known party, Projects need a supported kind, Tasks can be independent Inbox todos or use a verified Project when linked, and draft emails need pending approval. For row-shaped datasets you'll filter/sort by exact value, use table-create/table-insert-rows/table-query instead. Ordinary vaults are indexed and shareable \u2014 never store real secrets there; use a secure vault (create-secure-vault) instead, which is never indexed or shareable and is encrypted at rest. Requires write scope.",
|
|
8974
8975
|
input: {
|
|
8975
8976
|
vault: z3.string().optional().describe(
|
|
8976
|
-
"Vault to write to. Optional; defaults to the session active vault, then the first vault the caller is entitled to. On a default-provisioned account, pick the vault whose job matches the content (see the server instructions for the full
|
|
8977
|
+
"Vault to write to. Optional; defaults to the session active vault, then the first vault the caller is entitled to. On a default-provisioned account, pick the vault whose job matches the content (see the server instructions for the full 16-vault guide) rather than defaulting blindly \u2014 e.g. a lesson learned goes in Knowledge, the raw source it came from goes in Library, a broken feature goes in Issues, a named real-world initiative goes in Projects. Do not use this low-level tool to create ordinary People, Organizations, Deals, Projects, Tasks, or Communication records: first use prepare-memory-write then memory-capture so relationships and approval state are validated."
|
|
8977
8978
|
),
|
|
8978
8979
|
path: z3.string().optional().describe("Vault-relative note path to create or overwrite, e.g. projects/q3-plan. Writing an existing path replaces it. Required unless shareId is given."),
|
|
8979
8980
|
shareId: z3.string().optional().describe("Edit a note someone individually shared with you and you accepted (accept-share), by its shareId, instead of vault+path. Requires the share to grant edit permission, and baseRevision is mandatory (get the current revision first) since you are editing alongside the owner and possibly others."),
|
|
@@ -9170,12 +9171,12 @@ var TemporalRecallSchema = {
|
|
|
9170
9171
|
var CreateScheduledActionSchema = {
|
|
9171
9172
|
id: "create-scheduled-action",
|
|
9172
9173
|
upstreamName: "createScheduledActionTool",
|
|
9173
|
-
description: "Create a Credit-metered scheduled action for an active MCP Scraper Starter plan or higher, in agent mode (default) or connection_sync mode. Each execution has a 75-Credit base charge; agent model usage is added at 1.5 times OpenRouter's actual reported cost. Agent mode follows the description and writes a result into the target vault. connection_sync deterministically runs the approved read-only tools on bound service connections and ingests their data; it requires at least one connection to be bound before execution.
|
|
9174
|
+
description: "Create a Credit-metered scheduled action for an active MCP Scraper Starter plan or higher, in agent mode (default) or connection_sync mode. Each execution has a 75-Credit base charge; agent model usage is added at 1.5 times OpenRouter's actual reported cost. Agent mode follows the description and writes a result into the target vault. connection_sync deterministically runs the approved read-only tools on bound service connections and ingests their data; it requires at least one connection to be bound before execution. Cadence 'once' runs a single time then completes permanently. Requires write access to the target vault.",
|
|
9174
9175
|
input: {
|
|
9175
9176
|
description: z3.string().min(1).describe("Free-text description of what this action should do each time it runs."),
|
|
9176
9177
|
vault: z3.string().min(1).describe("The vault this action writes its results into. You must already have write access to it."),
|
|
9177
9178
|
cadence: z3.enum(["once", "daily", "weekly", "monthly"]).describe('How often this action runs. "once" fires a single time and then completes.'),
|
|
9178
|
-
executionMode: z3.enum(["agent", "connection_sync"]).default("agent").describe(`How to execute each run. "agent" (default) lets an agent follow the description. "connection_sync" deterministically ingests data from the schedule's bound connections using only their approved read-only tools; bind at least one connection before it runs
|
|
9179
|
+
executionMode: z3.enum(["agent", "connection_sync"]).default("agent").describe(`How to execute each run. "agent" (default) lets an agent follow the description. "connection_sync" deterministically ingests data from the schedule's bound connections using only their approved read-only tools; bind at least one connection before it runs.`),
|
|
9179
9180
|
timeOfDay: z3.string().regex(/^([01]\d|2[0-3]):([0-5]\d)$/).optional().describe("24-hour HH:MM clock time to run at, in the given timezone. Optional \u2014 omit to run at any time during the period (matches prior default behavior)."),
|
|
9180
9181
|
timezone: z3.string().optional().describe(`IANA timezone name, e.g. "America/Denver". Only meaningful together with timeOfDay or deployDate. Omit to use the account's default timezone (set via set-schedule-defaults), falling back to UTC.`),
|
|
9181
9182
|
deployDate: z3.string().regex(/^\d{4}-\d{2}-\d{2}$/).optional().describe('Calendar date (YYYY-MM-DD, in the given timezone) this action should first become eligible to run \u2014 its deployment/start date. For recurring cadences, the first occurrence lands on or after this date; every later occurrence still follows the normal cadence. For cadence "once", this (combined with timeOfDay if given) is exactly what day it fires. Omit to start immediately.')
|
|
@@ -9760,9 +9761,9 @@ var DeleteVaultSchema = {
|
|
|
9760
9761
|
var GetVaultContractSchema = {
|
|
9761
9762
|
id: "get-vault-contract",
|
|
9762
9763
|
upstreamName: "getVaultContractTool",
|
|
9763
|
-
description: "Read the machine-enforced purpose, template, statuses, types, natural neighbor vaults, and typed relationship guidance for one of the
|
|
9764
|
+
description: "Read the machine-enforced purpose, template, statuses, types, required and recommended props, natural neighbor vaults, and typed relationship guidance for one of the 16 governed Obsidian-style vaults. Call before composing a note when the correct shape is uncertain.",
|
|
9764
9765
|
input: {
|
|
9765
|
-
vault: z3.string().describe("One governed vault: Ideas,
|
|
9766
|
+
vault: z3.string().describe("One governed vault: Ideas, Examples and Inspirations, Knowledge, Library, People, Organizations, Deals, Communication, Calendar, Tasks, Projects, Issues, Improvement Log, Experiments, Sprint, or Skills. Former names Inspiration and Communications still resolve.")
|
|
9766
9767
|
},
|
|
9767
9768
|
output: {
|
|
9768
9769
|
ok: z3.boolean(),
|
|
@@ -9816,7 +9817,7 @@ var ListVaultsSchema = {
|
|
|
9816
9817
|
sharedBy: z3.string().optional().describe('Identity that shared the vault with the caller. Present only when role is "shared".'),
|
|
9817
9818
|
notes: z3.number().describe("Number of notes currently stored in the vault."),
|
|
9818
9819
|
bytes: z3.number().describe("Total stored size of the vault content in bytes (octet_length sum)."),
|
|
9819
|
-
kind: z3.enum(["notes", "channel", "secure"]).describe('"channel" for an
|
|
9820
|
+
kind: z3.enum(["notes", "channel", "secure"]).describe('"channel" for an Inbox channel (created via create-channel); "secure" for a private, encrypted, unshareable, unindexed vault (created via create-secure-vault) \u2014 safe to store credentials there; "notes" for an ordinary vault.')
|
|
9820
9821
|
})
|
|
9821
9822
|
).optional().describe("Every vault visible in the active account, with role, addressable handle, and live storage usage. Present when ok is true."),
|
|
9822
9823
|
error: z3.string().optional().describe("Human-readable failure reason when ok is false.")
|
|
@@ -9832,17 +9833,17 @@ var ListVaultsSchema = {
|
|
|
9832
9833
|
var ProvisionDefaultsSchema = {
|
|
9833
9834
|
id: "provision-defaults",
|
|
9834
9835
|
upstreamName: "provisionDefaultsTool",
|
|
9835
|
-
description: "Provision the standard
|
|
9836
|
+
description: "Provision the standard 16-vault memory structure (Ideas, Examples and Inspirations, Knowledge, Library, People, Organizations, Deals, Communication, Calendar, Tasks, Projects, Issues, Improvement Log, Experiments, Sprint, Skills) for an identity. Idempotent \u2014 existing records are untouched and existing vault contracts are refreshed. Optionally issues a fresh API key entitled to all 16. Requires admin scope.",
|
|
9836
9837
|
input: {
|
|
9837
|
-
granteeIdentity: z3.string().min(1).describe("Identity that should OWN the
|
|
9838
|
-
issueKey: z3.boolean().optional().describe("When true, also issue a new API key for the identity entitled to all
|
|
9838
|
+
granteeIdentity: z3.string().min(1).describe("Identity that should OWN the 16 default vaults (e.g. an email or user id)."),
|
|
9839
|
+
issueKey: z3.boolean().optional().describe("When true, also issue a new API key for the identity entitled to all 16 vaults and return its secret once. Default false."),
|
|
9839
9840
|
plan: z3.enum(["free", "pro", "team", "enterprise"]).optional().describe("Subscription plan carried by the issued key. Optional; defaults to free. Only used when issueKey is true.")
|
|
9840
9841
|
},
|
|
9841
9842
|
output: {
|
|
9842
9843
|
ok: z3.boolean().describe("True when provisioning succeeded; false on auth/scope error."),
|
|
9843
9844
|
identity: z3.string().optional().describe("Identity the vaults were provisioned for."),
|
|
9844
|
-
created: z3.array(z3.string()).optional().describe("Vault names newly created on this call (empty when all
|
|
9845
|
-
vaults: z3.array(z3.string()).optional().describe("All
|
|
9845
|
+
created: z3.array(z3.string()).optional().describe("Vault names newly created on this call (empty when all 16 already existed)."),
|
|
9846
|
+
vaults: z3.array(z3.string()).optional().describe("All 16 default vault names the identity now owns."),
|
|
9846
9847
|
keyId: z3.string().optional().describe("Stable id of the issued key. Present only when issueKey was true."),
|
|
9847
9848
|
secret: z3.string().optional().describe("The issued key secret \u2014 RETURNED ONCE. Present only when issueKey was true."),
|
|
9848
9849
|
plan: z3.string().optional().describe("Plan assigned to the issued key. Present only when issueKey was true."),
|
|
@@ -10109,4 +10110,4 @@ export {
|
|
|
10109
10110
|
MEMORY_TOOL_SCHEMAS,
|
|
10110
10111
|
registerMemoryMcpTools
|
|
10111
10112
|
};
|
|
10112
|
-
//# sourceMappingURL=chunk-
|
|
10113
|
+
//# sourceMappingURL=chunk-ZOXL3VWO.js.map
|