@ctxfile/relay
Advanced tools
+1
-1
@@ -322,4 +322,4 @@ import { KeyObject } from 'node:crypto'; | ||
| declare const VERSION = "0.2.0"; | ||
| declare const VERSION = "0.2.1"; | ||
| export { type AuditRow, DEFAULT_RELAY_PORT, type FederationGrantDoc, type FederationGrantRow, type GrantScope, type KeyProvider, LocalKeyProvider, type OrgIdentity, type RedeemOptions, type RelayConfig, type RelayConfigOverrides, type RelayContext, RelayDb, type RunningRelay, type TokenRow, VERSION, type VaultRow, type VaultServerOptions, type WriteSessionInput, canonicalJson, createRelayContext, createVaultMcpServer, hashToken, loadOrCreateOrgIdentity, loadRelayConfig, loadVaultPayloads, loadView, mintToken, redeemFederatedGrant, signGrantDoc, signRedemption, startRelay, unwrapDataKey, verifyGrantSig, verifyRedemption, writeSession }; |
+2
-2
@@ -404,3 +404,3 @@ // src/config.ts | ||
| result.threadTitle ? `Saved session ${result.sessionId} (rev ${result.revision}) to thread "${result.threadTitle}" in the vault.` : `Saved session ${result.sessionId} (rev ${result.revision}) to the vault.`, | ||
| result.threadTitle ? `Any client surface can resume it: continue_thread("${result.threadTitle}").` : null | ||
| result.threadTitle ? `Any client surface can resume it: continue_thread("${result.threadTitle}").` : `No thread was named, so this session is not resumable by name. Tell the user: give me a thread name and I will file it (save again with session_id "${result.sessionId}" and thread: "<name>").` | ||
| ].filter(Boolean).join("\n"); | ||
@@ -851,3 +851,3 @@ return { | ||
| // src/version.ts | ||
| var VERSION = "0.2.0"; | ||
| var VERSION = "0.2.1"; | ||
@@ -854,0 +854,0 @@ // src/http.ts |
+1
-1
| { | ||
| "name": "@ctxfile/relay", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "The ctxfile relay: an always-on MCP endpoint over an encrypted vault. Hosted it is Sync; self-hosted it is the Team/Enterprise hub. Stores ciphertext, serves the five ctxfile tools, issues grants, keeps an append-only audit log.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
413027
0.2%