@oobe-protocol-labs/synapse-client-sdk 1.2.2 → 2.0.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/CHANGELOG.md +176 -0
- package/README.md +230 -17
- package/dist/cjs/ai/actions/blinks.d.ts +158 -0
- package/dist/cjs/ai/actions/blinks.d.ts.map +1 -0
- package/dist/cjs/ai/actions/blinks.js +232 -0
- package/dist/cjs/ai/actions/blinks.js.map +1 -0
- package/dist/cjs/ai/actions/index.d.ts +51 -0
- package/dist/cjs/ai/actions/index.d.ts.map +1 -0
- package/dist/cjs/ai/actions/index.js +61 -0
- package/dist/cjs/ai/actions/index.js.map +1 -0
- package/dist/cjs/ai/actions/server.d.ts +188 -0
- package/dist/cjs/ai/actions/server.d.ts.map +1 -0
- package/dist/cjs/ai/actions/server.js +404 -0
- package/dist/cjs/ai/actions/server.js.map +1 -0
- package/dist/cjs/ai/actions/types.d.ts +251 -0
- package/dist/cjs/ai/actions/types.d.ts.map +1 -0
- package/dist/cjs/ai/actions/types.js +16 -0
- package/dist/cjs/ai/actions/types.js.map +1 -0
- package/dist/cjs/ai/gateway/index.d.ts +1 -0
- package/dist/cjs/ai/gateway/index.d.ts.map +1 -1
- package/dist/cjs/ai/gateway/index.js +6 -1
- package/dist/cjs/ai/gateway/index.js.map +1 -1
- package/dist/cjs/ai/gateway/monetize.d.ts +222 -0
- package/dist/cjs/ai/gateway/monetize.d.ts.map +1 -0
- package/dist/cjs/ai/gateway/monetize.js +316 -0
- package/dist/cjs/ai/gateway/monetize.js.map +1 -0
- package/dist/cjs/ai/index.d.ts +7 -2
- package/dist/cjs/ai/index.d.ts.map +1 -1
- package/dist/cjs/ai/index.js +78 -2
- package/dist/cjs/ai/index.js.map +1 -1
- package/dist/cjs/ai/intents/executor.d.ts +102 -0
- package/dist/cjs/ai/intents/executor.d.ts.map +1 -0
- package/dist/cjs/ai/intents/executor.js +335 -0
- package/dist/cjs/ai/intents/executor.js.map +1 -0
- package/dist/cjs/ai/intents/index.d.ts +52 -0
- package/dist/cjs/ai/intents/index.d.ts.map +1 -0
- package/dist/cjs/ai/intents/index.js +60 -0
- package/dist/cjs/ai/intents/index.js.map +1 -0
- package/dist/cjs/ai/intents/parser.d.ts +106 -0
- package/dist/cjs/ai/intents/parser.d.ts.map +1 -0
- package/dist/cjs/ai/intents/parser.js +189 -0
- package/dist/cjs/ai/intents/parser.js.map +1 -0
- package/dist/cjs/ai/intents/planner.d.ts +96 -0
- package/dist/cjs/ai/intents/planner.d.ts.map +1 -0
- package/dist/cjs/ai/intents/planner.js +270 -0
- package/dist/cjs/ai/intents/planner.js.map +1 -0
- package/dist/cjs/ai/intents/types.d.ts +281 -0
- package/dist/cjs/ai/intents/types.d.ts.map +1 -0
- package/dist/cjs/ai/intents/types.js +70 -0
- package/dist/cjs/ai/intents/types.js.map +1 -0
- package/dist/cjs/ai/mcp/client.d.ts +71 -0
- package/dist/cjs/ai/mcp/client.d.ts.map +1 -0
- package/dist/cjs/ai/mcp/client.js +675 -0
- package/dist/cjs/ai/mcp/client.js.map +1 -0
- package/dist/cjs/ai/mcp/index.d.ts +16 -0
- package/dist/cjs/ai/mcp/index.d.ts.map +1 -0
- package/dist/cjs/ai/mcp/index.js +27 -0
- package/dist/cjs/ai/mcp/index.js.map +1 -0
- package/dist/cjs/ai/mcp/server.d.ts +115 -0
- package/dist/cjs/ai/mcp/server.d.ts.map +1 -0
- package/dist/cjs/ai/mcp/server.js +624 -0
- package/dist/cjs/ai/mcp/server.js.map +1 -0
- package/dist/cjs/ai/mcp/types.d.ts +215 -0
- package/dist/cjs/ai/mcp/types.d.ts.map +1 -0
- package/dist/cjs/ai/mcp/types.js +17 -0
- package/dist/cjs/ai/mcp/types.js.map +1 -0
- package/dist/cjs/ai/plugins/blinks/index.d.ts +22 -0
- package/dist/cjs/ai/plugins/blinks/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/blinks/index.js +202 -0
- package/dist/cjs/ai/plugins/blinks/index.js.map +1 -0
- package/dist/cjs/ai/plugins/blinks/schemas.d.ts +4 -0
- package/dist/cjs/ai/plugins/blinks/schemas.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/blinks/schemas.js +103 -0
- package/dist/cjs/ai/plugins/blinks/schemas.js.map +1 -0
- package/dist/cjs/ai/plugins/defi/index.d.ts +44 -0
- package/dist/cjs/ai/plugins/defi/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/defi/index.js +490 -0
- package/dist/cjs/ai/plugins/defi/index.js.map +1 -0
- package/dist/cjs/ai/plugins/defi/schemas.d.ts +13 -0
- package/dist/cjs/ai/plugins/defi/schemas.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/defi/schemas.js +573 -0
- package/dist/cjs/ai/plugins/defi/schemas.js.map +1 -0
- package/dist/cjs/ai/plugins/index.d.ts +30 -0
- package/dist/cjs/ai/plugins/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/index.js +40 -0
- package/dist/cjs/ai/plugins/index.js.map +1 -0
- package/dist/cjs/ai/plugins/misc/index.d.ts +28 -0
- package/dist/cjs/ai/plugins/misc/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/misc/index.js +445 -0
- package/dist/cjs/ai/plugins/misc/index.js.map +1 -0
- package/dist/cjs/ai/plugins/misc/schemas.d.ts +9 -0
- package/dist/cjs/ai/plugins/misc/schemas.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/misc/schemas.js +318 -0
- package/dist/cjs/ai/plugins/misc/schemas.js.map +1 -0
- package/dist/cjs/ai/plugins/nft/index.d.ts +24 -0
- package/dist/cjs/ai/plugins/nft/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/nft/index.js +70 -0
- package/dist/cjs/ai/plugins/nft/index.js.map +1 -0
- package/dist/cjs/ai/plugins/nft/schemas.d.ts +6 -0
- package/dist/cjs/ai/plugins/nft/schemas.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/nft/schemas.js +272 -0
- package/dist/cjs/ai/plugins/nft/schemas.js.map +1 -0
- package/dist/cjs/ai/plugins/registry.d.ts +157 -0
- package/dist/cjs/ai/plugins/registry.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/registry.js +369 -0
- package/dist/cjs/ai/plugins/registry.js.map +1 -0
- package/dist/cjs/ai/plugins/token/index.d.ts +35 -0
- package/dist/cjs/ai/plugins/token/index.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/token/index.js +187 -0
- package/dist/cjs/ai/plugins/token/index.js.map +1 -0
- package/dist/cjs/ai/plugins/token/schemas.d.ts +5 -0
- package/dist/cjs/ai/plugins/token/schemas.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/token/schemas.js +268 -0
- package/dist/cjs/ai/plugins/token/schemas.js.map +1 -0
- package/dist/cjs/ai/plugins/types.d.ts +176 -0
- package/dist/cjs/ai/plugins/types.d.ts.map +1 -0
- package/dist/cjs/ai/plugins/types.js +3 -0
- package/dist/cjs/ai/plugins/types.js.map +1 -0
- package/dist/cjs/ai/sap/adapter.d.ts +140 -0
- package/dist/cjs/ai/sap/adapter.d.ts.map +1 -0
- package/dist/cjs/ai/sap/adapter.js +181 -0
- package/dist/cjs/ai/sap/adapter.js.map +1 -0
- package/dist/cjs/ai/sap/discovery.d.ts +165 -0
- package/dist/cjs/ai/sap/discovery.d.ts.map +1 -0
- package/dist/cjs/ai/sap/discovery.js +316 -0
- package/dist/cjs/ai/sap/discovery.js.map +1 -0
- package/dist/cjs/ai/sap/index.d.ts +61 -0
- package/dist/cjs/ai/sap/index.d.ts.map +1 -0
- package/dist/cjs/ai/sap/index.js +89 -0
- package/dist/cjs/ai/sap/index.js.map +1 -0
- package/dist/cjs/ai/sap/pda.d.ts +205 -0
- package/dist/cjs/ai/sap/pda.d.ts.map +1 -0
- package/dist/cjs/ai/sap/pda.js +547 -0
- package/dist/cjs/ai/sap/pda.js.map +1 -0
- package/dist/cjs/ai/sap/program.d.ts +153 -0
- package/dist/cjs/ai/sap/program.d.ts.map +1 -0
- package/dist/cjs/ai/sap/program.js +227 -0
- package/dist/cjs/ai/sap/program.js.map +1 -0
- package/dist/cjs/ai/sap/registry.d.ts +218 -0
- package/dist/cjs/ai/sap/registry.d.ts.map +1 -0
- package/dist/cjs/ai/sap/registry.js +519 -0
- package/dist/cjs/ai/sap/registry.js.map +1 -0
- package/dist/cjs/ai/sap/scoring.d.ts +138 -0
- package/dist/cjs/ai/sap/scoring.d.ts.map +1 -0
- package/dist/cjs/ai/sap/scoring.js +266 -0
- package/dist/cjs/ai/sap/scoring.js.map +1 -0
- package/dist/cjs/ai/sap/subnetwork.d.ts +201 -0
- package/dist/cjs/ai/sap/subnetwork.d.ts.map +1 -0
- package/dist/cjs/ai/sap/subnetwork.js +365 -0
- package/dist/cjs/ai/sap/subnetwork.js.map +1 -0
- package/dist/cjs/ai/sap/types.d.ts +418 -0
- package/dist/cjs/ai/sap/types.d.ts.map +1 -0
- package/dist/cjs/ai/sap/types.js +217 -0
- package/dist/cjs/ai/sap/types.js.map +1 -0
- package/dist/cjs/ai/sap/validator.d.ts +160 -0
- package/dist/cjs/ai/sap/validator.d.ts.map +1 -0
- package/dist/cjs/ai/sap/validator.js +619 -0
- package/dist/cjs/ai/sap/validator.js.map +1 -0
- package/dist/docs/assets/highlight.css +13 -6
- package/dist/docs/classes/AccountReader.html +18 -18
- package/dist/docs/classes/AccountsClient.html +10 -10
- package/dist/docs/classes/AsyncProviderError.html +4 -4
- package/dist/docs/classes/CircularDependencyError.html +4 -4
- package/dist/docs/classes/DasClient.html +13 -13
- package/dist/docs/classes/GeyserParser.html +17 -17
- package/dist/docs/classes/GrpcTransport.html +6 -6
- package/dist/docs/classes/HttpTransport.html +4 -4
- package/dist/docs/classes/InstructionWriter.html +11 -11
- package/dist/docs/classes/MemoryGuard.html +9 -9
- package/dist/docs/classes/NetworkError.html +5 -5
- package/dist/docs/classes/RefRegistry.html +11 -11
- package/dist/docs/classes/RefReleasedError.html +4 -4
- package/dist/docs/classes/RpcMethodNotFoundError.html +4 -4
- package/dist/docs/classes/ServiceNotFoundError.html +4 -4
- package/dist/docs/classes/ServiceRef.html +13 -13
- package/dist/docs/classes/SolanaRpc.html +55 -55
- package/dist/docs/classes/SynapseClient.html +16 -16
- package/dist/docs/classes/SynapseContext.html +27 -27
- package/dist/docs/classes/SynapseError.html +4 -4
- package/dist/docs/classes/TimeoutError.html +4 -4
- package/dist/docs/classes/UpstreamError.html +6 -6
- package/dist/docs/classes/WeakServiceRef.html +4 -4
- package/dist/docs/classes/WsClient.html +10 -10
- package/dist/docs/enums/SynapseNetwork.html +2 -2
- package/dist/docs/enums/SynapseRegion.html +2 -2
- package/dist/docs/enums/TokenExtensionType.html +2 -2
- package/dist/docs/functions/Epoch-1.html +1 -1
- package/dist/docs/functions/Lamports-2.html +1 -1
- package/dist/docs/functions/Pubkey-1.html +1 -1
- package/dist/docs/functions/Sig.html +1 -1
- package/dist/docs/functions/Slot-1.html +1 -1
- package/dist/docs/functions/UnixTs.html +1 -1
- package/dist/docs/functions/autoSelectRegion.html +1 -1
- package/dist/docs/functions/autoWire.html +1 -1
- package/dist/docs/functions/base58Encode.html +1 -1
- package/dist/docs/functions/base64ToBytes.html +1 -1
- package/dist/docs/functions/bigIntReplacer.html +1 -1
- package/dist/docs/functions/chunk.html +1 -1
- package/dist/docs/functions/computeBalanceChanges.html +1 -1
- package/dist/docs/functions/computeTokenBalanceChanges.html +1 -1
- package/dist/docs/functions/createBareContext.html +1 -1
- package/dist/docs/functions/createBinding.html +1 -1
- package/dist/docs/functions/createBoundHook.html +1 -1
- package/dist/docs/functions/createReactAdapter.html +1 -1
- package/dist/docs/functions/createRefHook.html +1 -1
- package/dist/docs/functions/createServerMiddleware.html +1 -1
- package/dist/docs/functions/createServiceHook.html +1 -1
- package/dist/docs/functions/createSingleton.html +1 -1
- package/dist/docs/functions/createSynapse.html +1 -1
- package/dist/docs/functions/createSynapseContext.html +1 -1
- package/dist/docs/functions/createToken.html +1 -1
- package/dist/docs/functions/decodeBase58.html +1 -1
- package/dist/docs/functions/decodeLookupTable.html +1 -1
- package/dist/docs/functions/decodeMint.html +1 -1
- package/dist/docs/functions/decodeMultisig.html +1 -1
- package/dist/docs/functions/decodeNonceAccount.html +1 -1
- package/dist/docs/functions/decodeStakeAccount.html +1 -1
- package/dist/docs/functions/decodeToken2022Account.html +1 -1
- package/dist/docs/functions/decodeToken2022Mint.html +1 -1
- package/dist/docs/functions/decodeTokenAccount.html +1 -1
- package/dist/docs/functions/encodeBase58.html +1 -1
- package/dist/docs/functions/fetchLookupTable.html +2 -2
- package/dist/docs/functions/fetchMint.html +2 -2
- package/dist/docs/functions/fetchNonceAccount.html +2 -2
- package/dist/docs/functions/fetchStakeAccount.html +2 -2
- package/dist/docs/functions/fetchTokenAccount.html +2 -2
- package/dist/docs/functions/fetchTokenAccountsByOwner.html +2 -2
- package/dist/docs/functions/fromKitAddress.html +1 -1
- package/dist/docs/functions/getAccountInfo.html +2 -2
- package/dist/docs/functions/getAsset.html +1 -1
- package/dist/docs/functions/getAssetBatch.html +1 -1
- package/dist/docs/functions/getAssetProof.html +1 -1
- package/dist/docs/functions/getAssetProofBatch.html +1 -1
- package/dist/docs/functions/getAssetsByAuthority.html +1 -1
- package/dist/docs/functions/getAssetsByCreator.html +1 -1
- package/dist/docs/functions/getAssetsByGroup.html +1 -1
- package/dist/docs/functions/getAssetsByOwner.html +1 -1
- package/dist/docs/functions/getBalance.html +1 -1
- package/dist/docs/functions/getBlock.html +2 -2
- package/dist/docs/functions/getBlockCommitment.html +1 -1
- package/dist/docs/functions/getBlockHeight.html +1 -1
- package/dist/docs/functions/getBlockProduction.html +1 -1
- package/dist/docs/functions/getBlockTime.html +1 -1
- package/dist/docs/functions/getBlocks.html +1 -1
- package/dist/docs/functions/getBlocksWithLimit.html +2 -2
- package/dist/docs/functions/getClusterNodes.html +2 -2
- package/dist/docs/functions/getContext.html +1 -1
- package/dist/docs/functions/getDecodedAccount.html +2 -2
- package/dist/docs/functions/getDecodedAccounts.html +1 -1
- package/dist/docs/functions/getEnvironment.html +1 -1
- package/dist/docs/functions/getEpochInfo.html +2 -2
- package/dist/docs/functions/getEpochSchedule.html +2 -2
- package/dist/docs/functions/getFeeForMessage.html +1 -1
- package/dist/docs/functions/getFirstAvailableBlock.html +1 -1
- package/dist/docs/functions/getGenesisHash.html +1 -1
- package/dist/docs/functions/getHealth.html +1 -1
- package/dist/docs/functions/getHighestSnapshotSlot.html +1 -1
- package/dist/docs/functions/getIdentity.html +1 -1
- package/dist/docs/functions/getInflationGovernor.html +2 -2
- package/dist/docs/functions/getInflationRate.html +2 -2
- package/dist/docs/functions/getInflationReward.html +2 -2
- package/dist/docs/functions/getLargestAccounts.html +2 -2
- package/dist/docs/functions/getLatestBlockhash.html +2 -2
- package/dist/docs/functions/getLeaderSchedule.html +1 -1
- package/dist/docs/functions/getMaxRetransmitSlot.html +1 -1
- package/dist/docs/functions/getMaxShredInsertSlot.html +1 -1
- package/dist/docs/functions/getMinimumBalanceForRentExemption.html +1 -1
- package/dist/docs/functions/getMultipleAccounts.html +1 -1
- package/dist/docs/functions/getProgramAccounts.html +1 -1
- package/dist/docs/functions/getProgramCategory.html +1 -1
- package/dist/docs/functions/getRecentPerformanceSamples.html +1 -1
- package/dist/docs/functions/getRecentPrioritizationFees.html +1 -1
- package/dist/docs/functions/getSignatureStatuses.html +1 -1
- package/dist/docs/functions/getSignaturesForAddress.html +1 -1
- package/dist/docs/functions/getSignaturesForAsset.html +1 -1
- package/dist/docs/functions/getSlot.html +1 -1
- package/dist/docs/functions/getSlotLeader.html +1 -1
- package/dist/docs/functions/getSlotLeaders.html +1 -1
- package/dist/docs/functions/getStakeActivation.html +1 -1
- package/dist/docs/functions/getStakeMinimumDelegation.html +1 -1
- package/dist/docs/functions/getSupply.html +1 -1
- package/dist/docs/functions/getTokenAccountBalance.html +1 -1
- package/dist/docs/functions/getTokenAccounts.html +1 -1
- package/dist/docs/functions/getTokenAccountsByDelegate.html +1 -1
- package/dist/docs/functions/getTokenAccountsByOwner.html +1 -1
- package/dist/docs/functions/getTokenLargestAccounts.html +1 -1
- package/dist/docs/functions/getTokenSupply.html +1 -1
- package/dist/docs/functions/getTransaction.html +1 -1
- package/dist/docs/functions/getTransactionCount.html +1 -1
- package/dist/docs/functions/getVersion.html +1 -1
- package/dist/docs/functions/getVoteAccounts.html +1 -1
- package/dist/docs/functions/isBlockhashValid.html +1 -1
- package/dist/docs/functions/isBrowser.html +1 -1
- package/dist/docs/functions/isDisposable.html +1 -1
- package/dist/docs/functions/isProgramInCategory.html +1 -1
- package/dist/docs/functions/isServer.html +1 -1
- package/dist/docs/functions/isValidPubkey.html +1 -1
- package/dist/docs/functions/isValidSignature.html +1 -1
- package/dist/docs/functions/lamportsToSol.html +1 -1
- package/dist/docs/functions/listEndpoints.html +1 -1
- package/dist/docs/functions/listNetworks.html +1 -1
- package/dist/docs/functions/listRegions.html +1 -1
- package/dist/docs/functions/minimumLedgerSlot.html +1 -1
- package/dist/docs/functions/parseAccountUpdate.html +1 -1
- package/dist/docs/functions/parseBlockMeta.html +1 -1
- package/dist/docs/functions/parseEntry.html +1 -1
- package/dist/docs/functions/parseGeyserUpdate.html +1 -1
- package/dist/docs/functions/parseSlotUpdate.html +1 -1
- package/dist/docs/functions/parseTimestamp.html +1 -1
- package/dist/docs/functions/parseTransaction.html +1 -1
- package/dist/docs/functions/probeLatency.html +1 -1
- package/dist/docs/functions/rawBufferToBase58.html +1 -1
- package/dist/docs/functions/rawBufferToBase64.html +1 -1
- package/dist/docs/functions/rawBufferToBytes.html +1 -1
- package/dist/docs/functions/rawBufferToHex.html +1 -1
- package/dist/docs/functions/readonly.html +1 -1
- package/dist/docs/functions/readonlySigner.html +1 -1
- package/dist/docs/functions/requestAirdrop.html +1 -1
- package/dist/docs/functions/resolveEndpoint.html +1 -1
- package/dist/docs/functions/resolveProgram.html +1 -1
- package/dist/docs/functions/resolveProgramBatch.html +1 -1
- package/dist/docs/functions/retry.html +1 -1
- package/dist/docs/functions/searchAssets.html +1 -1
- package/dist/docs/functions/sendAndConfirmDurableNonceTransactionFactory.html +1 -1
- package/dist/docs/functions/sendTransaction.html +1 -1
- package/dist/docs/functions/setGlobalContext.html +1 -1
- package/dist/docs/functions/simulateTransaction.html +1 -1
- package/dist/docs/functions/sleep.html +1 -1
- package/dist/docs/functions/solToLamports.html +1 -1
- package/dist/docs/functions/toClientConfig.html +1 -1
- package/dist/docs/functions/toJsonSafe.html +1 -1
- package/dist/docs/functions/toKitAddress.html +1 -1
- package/dist/docs/functions/toKitInstruction.html +1 -1
- package/dist/docs/functions/toKitLamports.html +1 -1
- package/dist/docs/functions/toKitSignatureString.html +1 -1
- package/dist/docs/functions/tryGetContext.html +1 -1
- package/dist/docs/functions/tryUseService.html +1 -1
- package/dist/docs/functions/useBoundServices.html +1 -1
- package/dist/docs/functions/useService.html +1 -1
- package/dist/docs/functions/useSharedRef.html +1 -1
- package/dist/docs/functions/withRef.html +1 -1
- package/dist/docs/functions/withRefAsync.html +1 -1
- package/dist/docs/functions/writable.html +1 -1
- package/dist/docs/functions/writableSigner.html +1 -1
- package/dist/docs/index.html +174 -8
- package/dist/docs/interfaces/AccountInfo.html +7 -7
- package/dist/docs/interfaces/AccountMeta.html +4 -4
- package/dist/docs/interfaces/AccountNotification.html +2 -2
- package/dist/docs/interfaces/AccountSubParams.html +2 -2
- package/dist/docs/interfaces/AddMemoParams.html +5 -5
- package/dist/docs/interfaces/AdvanceNonceParams.html +3 -3
- package/dist/docs/interfaces/AliasProvider.html +2 -2
- package/dist/docs/interfaces/AllocateParams.html +3 -3
- package/dist/docs/interfaces/ApproveCheckedParams.html +9 -9
- package/dist/docs/interfaces/ApproveParams.html +7 -7
- package/dist/docs/interfaces/AssetSignatureInfo.html +2 -2
- package/dist/docs/interfaces/AssetSignaturesPage.html +2 -2
- package/dist/docs/interfaces/AssignParams.html +3 -3
- package/dist/docs/interfaces/AsyncFactoryProvider.html +2 -2
- package/dist/docs/interfaces/AuthorizeNonceParams.html +4 -4
- package/dist/docs/interfaces/BalanceChange.html +6 -6
- package/dist/docs/interfaces/BlockProduction.html +3 -3
- package/dist/docs/interfaces/BlockResult.html +2 -2
- package/dist/docs/interfaces/BlockReward.html +2 -2
- package/dist/docs/interfaces/BlockhashResult.html +2 -2
- package/dist/docs/interfaces/BurnCheckedParams.html +8 -8
- package/dist/docs/interfaces/BurnParams.html +7 -7
- package/dist/docs/interfaces/CallOptions.html +6 -6
- package/dist/docs/interfaces/ClassProvider.html +2 -2
- package/dist/docs/interfaces/CloseAccountParams.html +6 -6
- package/dist/docs/interfaces/ConfirmedTransaction.html +6 -6
- package/dist/docs/interfaces/ContactInfo.html +2 -2
- package/dist/docs/interfaces/ContextAdapter.html +5 -5
- package/dist/docs/interfaces/ContextEvents.html +6 -6
- package/dist/docs/interfaces/ContextModule.html +3 -3
- package/dist/docs/interfaces/CreateATAParams.html +6 -6
- package/dist/docs/interfaces/CreateAccountParams.html +6 -6
- package/dist/docs/interfaces/CreateAccountWithSeedParams.html +8 -8
- package/dist/docs/interfaces/CreateSynapseContextOpts.html +4 -4
- package/dist/docs/interfaces/DasAsset.html +2 -2
- package/dist/docs/interfaces/DasAssetProof.html +2 -2
- package/dist/docs/interfaces/DasAuthority.html +2 -2
- package/dist/docs/interfaces/DasCompression.html +2 -2
- package/dist/docs/interfaces/DasContent.html +2 -2
- package/dist/docs/interfaces/DasCreator.html +2 -2
- package/dist/docs/interfaces/DasFile.html +2 -2
- package/dist/docs/interfaces/DasGrouping.html +2 -2
- package/dist/docs/interfaces/DasOpts.html +2 -2
- package/dist/docs/interfaces/DasOwnership.html +2 -2
- package/dist/docs/interfaces/DasPage.html +2 -2
- package/dist/docs/interfaces/DasRoyalty.html +2 -2
- package/dist/docs/interfaces/DasSearchParams.html +2 -2
- package/dist/docs/interfaces/DasSupply.html +2 -2
- package/dist/docs/interfaces/DataSlice.html +3 -3
- package/dist/docs/interfaces/DecodedAccountResult.html +4 -4
- package/dist/docs/interfaces/DecodedLookupTable.html +9 -9
- package/dist/docs/interfaces/DecodedMint.html +7 -7
- package/dist/docs/interfaces/DecodedMultisig.html +6 -6
- package/dist/docs/interfaces/DecodedNonceAccount.html +7 -7
- package/dist/docs/interfaces/DecodedStakeAccount.html +2 -2
- package/dist/docs/interfaces/DecodedToken2022Account.html +9 -9
- package/dist/docs/interfaces/DecodedToken2022Mint.html +6 -6
- package/dist/docs/interfaces/DecodedTokenAccount.html +10 -10
- package/dist/docs/interfaces/DefaultAccountStateExt.html +2 -2
- package/dist/docs/interfaces/Disposable.html +2 -2
- package/dist/docs/interfaces/EndpointConnectConfig.html +5 -5
- package/dist/docs/interfaces/EpochInfo.html +7 -7
- package/dist/docs/interfaces/EpochSchedule.html +2 -2
- package/dist/docs/interfaces/FactoryProvider.html +2 -2
- package/dist/docs/interfaces/FetchedMint.html +6 -6
- package/dist/docs/interfaces/FetchedTokenAccount.html +6 -6
- package/dist/docs/interfaces/FreezeThawParams.html +6 -6
- package/dist/docs/interfaces/GetAccountInfoOpts.html +6 -6
- package/dist/docs/interfaces/GetAssetsByAuthorityParams.html +2 -2
- package/dist/docs/interfaces/GetAssetsByCreatorParams.html +2 -2
- package/dist/docs/interfaces/GetAssetsByGroupParams.html +2 -2
- package/dist/docs/interfaces/GetAssetsByOwnerParams.html +2 -2
- package/dist/docs/interfaces/GetBlockOpts.html +6 -6
- package/dist/docs/interfaces/GetBlockProductionOpts.html +6 -6
- package/dist/docs/interfaces/GetMultipleAccountsOpts.html +6 -6
- package/dist/docs/interfaces/GetProgramAccountsOpts.html +6 -6
- package/dist/docs/interfaces/GetSignatureStatusesOpts.html +6 -6
- package/dist/docs/interfaces/GetSignaturesOpts.html +7 -7
- package/dist/docs/interfaces/GetTokenAccountsParams.html +2 -2
- package/dist/docs/interfaces/GetTransactionOpts.html +6 -6
- package/dist/docs/interfaces/GeyserParserConfig.html +6 -6
- package/dist/docs/interfaces/GeyserParserEvents.html +9 -9
- package/dist/docs/interfaces/GeyserParserStats.html +2 -2
- package/dist/docs/interfaces/GrpcCallOptions.html +2 -2
- package/dist/docs/interfaces/GrpcTransportConfig.html +6 -6
- package/dist/docs/interfaces/ImmutableOwnerExt.html +2 -2
- package/dist/docs/interfaces/InflationGovernor.html +2 -2
- package/dist/docs/interfaces/InflationRate.html +2 -2
- package/dist/docs/interfaces/InflationReward.html +2 -2
- package/dist/docs/interfaces/InitializeAccountParams.html +5 -5
- package/dist/docs/interfaces/InitializeMintParams.html +6 -6
- package/dist/docs/interfaces/InitializeNonceParams.html +3 -3
- package/dist/docs/interfaces/InterestBearingConfigExt.html +2 -2
- package/dist/docs/interfaces/LatencyProbeResult.html +2 -2
- package/dist/docs/interfaces/LeakReport.html +5 -5
- package/dist/docs/interfaces/LogsNotification.html +2 -2
- package/dist/docs/interfaces/LogsSubParams.html +2 -2
- package/dist/docs/interfaces/MemoTransferExt.html +2 -2
- package/dist/docs/interfaces/MemoryGuardConfig.html +4 -4
- package/dist/docs/interfaces/MetadataPointerExt.html +2 -2
- package/dist/docs/interfaces/MintCloseAuthorityExt.html +2 -2
- package/dist/docs/interfaces/MintToCheckedParams.html +8 -8
- package/dist/docs/interfaces/MintToParams.html +7 -7
- package/dist/docs/interfaces/NonTransferableExt.html +2 -2
- package/dist/docs/interfaces/PaginationOpts.html +2 -2
- package/dist/docs/interfaces/ParsedAccountUpdate.html +16 -16
- package/dist/docs/interfaces/ParsedBlockMeta.html +2 -2
- package/dist/docs/interfaces/ParsedEntry.html +2 -2
- package/dist/docs/interfaces/ParsedInstruction.html +9 -9
- package/dist/docs/interfaces/ParsedSlotUpdate.html +3 -3
- package/dist/docs/interfaces/ParsedTransaction.html +19 -19
- package/dist/docs/interfaces/PerfSample.html +2 -2
- package/dist/docs/interfaces/PermanentDelegateExt.html +2 -2
- package/dist/docs/interfaces/ProgramAccount.html +2 -2
- package/dist/docs/interfaces/ProgramNotification.html +2 -2
- package/dist/docs/interfaces/ProgramSubParams.html +2 -2
- package/dist/docs/interfaces/ProgramsBundle.html +33 -33
- package/dist/docs/interfaces/RawAccountInfo.html +2 -2
- package/dist/docs/interfaces/RawBlockMeta.html +2 -2
- package/dist/docs/interfaces/RawBuffer.html +2 -2
- package/dist/docs/interfaces/RawCompiledInstruction.html +2 -2
- package/dist/docs/interfaces/RawEntry.html +2 -2
- package/dist/docs/interfaces/RawGeyserUpdate.html +2 -2
- package/dist/docs/interfaces/RawInnerInstruction.html +2 -2
- package/dist/docs/interfaces/RawSlotInfo.html +2 -2
- package/dist/docs/interfaces/RawTimestamp.html +2 -2
- package/dist/docs/interfaces/RawTokenBalance.html +2 -2
- package/dist/docs/interfaces/RawTransactionInfo.html +2 -2
- package/dist/docs/interfaces/ReactAdapterConfig.html +2 -2
- package/dist/docs/interfaces/RecoverNestedParams.html +7 -7
- package/dist/docs/interfaces/RefRegistryConfig.html +2 -2
- package/dist/docs/interfaces/RefStats.html +7 -7
- package/dist/docs/interfaces/RequestHeapFrameParams.html +2 -2
- package/dist/docs/interfaces/ResolveMiddleware.html +1 -1
- package/dist/docs/interfaces/RevokeParams.html +5 -5
- package/dist/docs/interfaces/RootNotification.html +2 -2
- package/dist/docs/interfaces/RootSubParams.html +1 -1
- package/dist/docs/interfaces/RpcContext.html +2 -2
- package/dist/docs/interfaces/RpcError.html +4 -4
- package/dist/docs/interfaces/RpcRequest.html +3 -3
- package/dist/docs/interfaces/RpcResponse.html +2 -2
- package/dist/docs/interfaces/SendTransactionOpts.html +6 -6
- package/dist/docs/interfaces/ServerAdapterConfig.html +3 -3
- package/dist/docs/interfaces/ServiceBinding.html +6 -6
- package/dist/docs/interfaces/ServiceRegistration.html +3 -3
- package/dist/docs/interfaces/ServiceResolver.html +6 -6
- package/dist/docs/interfaces/ServiceToken.html +4 -4
- package/dist/docs/interfaces/SetComputeUnitLimitParams.html +2 -2
- package/dist/docs/interfaces/SetComputeUnitPriceParams.html +2 -2
- package/dist/docs/interfaces/SetLoadedAccountsDataSizeLimitParams.html +2 -2
- package/dist/docs/interfaces/SignatureInfo.html +7 -7
- package/dist/docs/interfaces/SignatureNotification.html +2 -2
- package/dist/docs/interfaces/SignatureStatus.html +5 -5
- package/dist/docs/interfaces/SignatureSubParams.html +2 -2
- package/dist/docs/interfaces/SignaturesForAssetParams.html +2 -2
- package/dist/docs/interfaces/SimulateResult.html +2 -2
- package/dist/docs/interfaces/SimulateTransactionOpts.html +7 -7
- package/dist/docs/interfaces/SingletonOptions.html +2 -2
- package/dist/docs/interfaces/SlotNotification.html +2 -2
- package/dist/docs/interfaces/SlotSubParams.html +1 -1
- package/dist/docs/interfaces/SortOpts.html +2 -2
- package/dist/docs/interfaces/StakeAuthorized.html +2 -2
- package/dist/docs/interfaces/StakeDelegation.html +3 -3
- package/dist/docs/interfaces/StakeLockup.html +4 -4
- package/dist/docs/interfaces/StakeMeta.html +2 -2
- package/dist/docs/interfaces/Supply.html +5 -5
- package/dist/docs/interfaces/SynapseClientConfig.html +9 -9
- package/dist/docs/interfaces/SynapseClientLike.html +2 -2
- package/dist/docs/interfaces/SynapseEndpoint.html +7 -7
- package/dist/docs/interfaces/SyncNativeParams.html +3 -3
- package/dist/docs/interfaces/SystemTransferParams.html +4 -4
- package/dist/docs/interfaces/TokenAccount.html +3 -3
- package/dist/docs/interfaces/TokenAccountsByOwnerResult.html +2 -2
- package/dist/docs/interfaces/TokenAmount.html +5 -5
- package/dist/docs/interfaces/TokenBalanceChange.html +2 -2
- package/dist/docs/interfaces/TokenTransferParams.html +7 -7
- package/dist/docs/interfaces/TransactionInstruction.html +4 -4
- package/dist/docs/interfaces/TransactionMeta.html +11 -11
- package/dist/docs/interfaces/TransferCheckedParams.html +9 -9
- package/dist/docs/interfaces/TransferFeeAmount.html +2 -2
- package/dist/docs/interfaces/TransferFeeConfig.html +2 -2
- package/dist/docs/interfaces/TransportConfig.html +7 -7
- package/dist/docs/interfaces/UnknownExtension.html +2 -2
- package/dist/docs/interfaces/ValueProvider.html +2 -2
- package/dist/docs/interfaces/VoteAccount.html +9 -9
- package/dist/docs/interfaces/VoteAccountsResult.html +3 -3
- package/dist/docs/interfaces/WithdrawNonceParams.html +5 -5
- package/dist/docs/interfaces/WsConfig.html +6 -6
- package/dist/docs/media/10_PLUGINS.md +454 -0
- package/dist/docs/media/11_MCP.md +459 -0
- package/dist/docs/media/CHANGELOG.md +176 -0
- package/dist/docs/types/AccountFetchOpts.html +1 -1
- package/dist/docs/types/AccountFilter.html +1 -1
- package/dist/docs/types/Base58.html +1 -1
- package/dist/docs/types/Brand.html +1 -1
- package/dist/docs/types/Commitment.html +1 -1
- package/dist/docs/types/DasSortBy.html +1 -1
- package/dist/docs/types/DasSortDirection.html +1 -1
- package/dist/docs/types/DataSizeFilter.html +1 -1
- package/dist/docs/types/DecodedExtension.html +1 -1
- package/dist/docs/types/Encoding.html +1 -1
- package/dist/docs/types/Epoch.html +1 -1
- package/dist/docs/types/Lamports.html +1 -1
- package/dist/docs/types/LogsFilter.html +1 -1
- package/dist/docs/types/MemcmpFilter.html +1 -1
- package/dist/docs/types/NonceState.html +1 -1
- package/dist/docs/types/ParsedGeyserUpdate.html +1 -1
- package/dist/docs/types/Pubkey.html +1 -1
- package/dist/docs/types/RuntimeEnv.html +1 -1
- package/dist/docs/types/ServiceLifecycle.html +1 -1
- package/dist/docs/types/ServiceProvider.html +1 -1
- package/dist/docs/types/Signature.html +1 -1
- package/dist/docs/types/Slot.html +1 -1
- package/dist/docs/types/StakeAccountType.html +1 -1
- package/dist/docs/types/SubscriptionId.html +1 -1
- package/dist/docs/types/TokenAccountState.html +1 -1
- package/dist/docs/types/TransactionDetail.html +1 -1
- package/dist/docs/types/UnaryMethod.html +1 -1
- package/dist/docs/types/UnixTimestamp.html +1 -1
- package/dist/docs/types/WsNotification.html +1 -1
- package/dist/docs/variables/ASSOCIATED_TOKEN_PROGRAM.html +1 -1
- package/dist/docs/variables/AssociatedToken.html +4 -4
- package/dist/docs/variables/COMPUTE_BUDGET_PROGRAM.html +1 -1
- package/dist/docs/variables/ComputeBudget.html +5 -5
- package/dist/docs/variables/JUPITER_PROGRAMS.html +1 -1
- package/dist/docs/variables/KNOWN_PROGRAMS.html +1 -1
- package/dist/docs/variables/KNOWN_PROGRAMS_COUNT.html +1 -1
- package/dist/docs/variables/LOOKUP_TABLE_HEADER_SIZE.html +1 -1
- package/dist/docs/variables/LOOKUP_TABLE_PROGRAM_ID.html +1 -1
- package/dist/docs/variables/MARINADE_PROGRAMS.html +1 -1
- package/dist/docs/variables/MAX_MULTISIG_SIGNERS.html +1 -1
- package/dist/docs/variables/MEMO_PROGRAM_V1.html +1 -1
- package/dist/docs/variables/MEMO_PROGRAM_V2.html +1 -1
- package/dist/docs/variables/METAPLEX_PROGRAMS.html +1 -1
- package/dist/docs/variables/METEORA_PROGRAMS.html +1 -1
- package/dist/docs/variables/MINT_SIZE.html +1 -1
- package/dist/docs/variables/MULTISIG_SIZE.html +1 -1
- package/dist/docs/variables/Memo.html +2 -2
- package/dist/docs/variables/NONCE_ACCOUNT_SIZE.html +1 -1
- package/dist/docs/variables/ORCA_PROGRAMS.html +1 -1
- package/dist/docs/variables/OTHER_PROGRAMS.html +1 -1
- package/dist/docs/variables/RAYDIUM_PROGRAMS.html +1 -1
- package/dist/docs/variables/SDK_USER_AGENT.html +1 -1
- package/dist/docs/variables/SPL_PROGRAMS.html +1 -1
- package/dist/docs/variables/STAKE_PROGRAM_ID.html +1 -1
- package/dist/docs/variables/SYNAPSE_DEVNET_EU.html +1 -1
- package/dist/docs/variables/SYNAPSE_DEVNET_US.html +1 -1
- package/dist/docs/variables/SYNAPSE_ENDPOINTS.html +1 -1
- package/dist/docs/variables/SYNAPSE_MAINNET_EU.html +1 -1
- package/dist/docs/variables/SYNAPSE_MAINNET_US.html +1 -1
- package/dist/docs/variables/SYSTEM_PROGRAM.html +1 -1
- package/dist/docs/variables/SYSTEM_PROGRAMS.html +1 -1
- package/dist/docs/variables/SYSTEM_PROGRAM_ID.html +1 -1
- package/dist/docs/variables/SplToken.html +16 -16
- package/dist/docs/variables/SystemProgram.html +10 -10
- package/dist/docs/variables/TOKEN_2022_PROGRAM.html +1 -1
- package/dist/docs/variables/TOKEN_2022_PROGRAM_ID.html +1 -1
- package/dist/docs/variables/TOKEN_ACCOUNT_SIZE.html +1 -1
- package/dist/docs/variables/TOKEN_PROGRAM.html +1 -1
- package/dist/docs/variables/TOKEN_PROGRAM_ID.html +1 -1
- package/dist/docs/variables/Tokens.html +1 -1
- package/dist/esm/ai/actions/blinks.d.ts +158 -0
- package/dist/esm/ai/actions/blinks.d.ts.map +1 -0
- package/dist/esm/ai/actions/blinks.js +227 -0
- package/dist/esm/ai/actions/blinks.js.map +1 -0
- package/dist/esm/ai/actions/index.d.ts +51 -0
- package/dist/esm/ai/actions/index.d.ts.map +1 -0
- package/dist/esm/ai/actions/index.js +52 -0
- package/dist/esm/ai/actions/index.js.map +1 -0
- package/dist/esm/ai/actions/server.d.ts +188 -0
- package/dist/esm/ai/actions/server.d.ts.map +1 -0
- package/dist/esm/ai/actions/server.js +399 -0
- package/dist/esm/ai/actions/server.js.map +1 -0
- package/dist/esm/ai/actions/types.d.ts +251 -0
- package/dist/esm/ai/actions/types.d.ts.map +1 -0
- package/dist/esm/ai/actions/types.js +15 -0
- package/dist/esm/ai/actions/types.js.map +1 -0
- package/dist/esm/ai/gateway/index.d.ts +1 -0
- package/dist/esm/ai/gateway/index.d.ts.map +1 -1
- package/dist/esm/ai/gateway/index.js +2 -0
- package/dist/esm/ai/gateway/index.js.map +1 -1
- package/dist/esm/ai/gateway/monetize.d.ts +222 -0
- package/dist/esm/ai/gateway/monetize.d.ts.map +1 -0
- package/dist/esm/ai/gateway/monetize.js +277 -0
- package/dist/esm/ai/gateway/monetize.js.map +1 -0
- package/dist/esm/ai/index.d.ts +7 -2
- package/dist/esm/ai/index.d.ts.map +1 -1
- package/dist/esm/ai/index.js +41 -1
- package/dist/esm/ai/index.js.map +1 -1
- package/dist/esm/ai/intents/executor.d.ts +102 -0
- package/dist/esm/ai/intents/executor.d.ts.map +1 -0
- package/dist/esm/ai/intents/executor.js +331 -0
- package/dist/esm/ai/intents/executor.js.map +1 -0
- package/dist/esm/ai/intents/index.d.ts +52 -0
- package/dist/esm/ai/intents/index.d.ts.map +1 -0
- package/dist/esm/ai/intents/index.js +50 -0
- package/dist/esm/ai/intents/index.js.map +1 -0
- package/dist/esm/ai/intents/parser.d.ts +106 -0
- package/dist/esm/ai/intents/parser.d.ts.map +1 -0
- package/dist/esm/ai/intents/parser.js +185 -0
- package/dist/esm/ai/intents/parser.js.map +1 -0
- package/dist/esm/ai/intents/planner.d.ts +96 -0
- package/dist/esm/ai/intents/planner.d.ts.map +1 -0
- package/dist/esm/ai/intents/planner.js +266 -0
- package/dist/esm/ai/intents/planner.js.map +1 -0
- package/dist/esm/ai/intents/types.d.ts +281 -0
- package/dist/esm/ai/intents/types.d.ts.map +1 -0
- package/dist/esm/ai/intents/types.js +63 -0
- package/dist/esm/ai/intents/types.js.map +1 -0
- package/dist/esm/ai/mcp/client.d.ts +71 -0
- package/dist/esm/ai/mcp/client.d.ts.map +1 -0
- package/dist/esm/ai/mcp/client.js +638 -0
- package/dist/esm/ai/mcp/client.js.map +1 -0
- package/dist/esm/ai/mcp/index.d.ts +16 -0
- package/dist/esm/ai/mcp/index.d.ts.map +1 -0
- package/dist/esm/ai/mcp/index.js +19 -0
- package/dist/esm/ai/mcp/index.js.map +1 -0
- package/dist/esm/ai/mcp/server.d.ts +115 -0
- package/dist/esm/ai/mcp/server.d.ts.map +1 -0
- package/dist/esm/ai/mcp/server.js +586 -0
- package/dist/esm/ai/mcp/server.js.map +1 -0
- package/dist/esm/ai/mcp/types.d.ts +215 -0
- package/dist/esm/ai/mcp/types.d.ts.map +1 -0
- package/dist/esm/ai/mcp/types.js +14 -0
- package/dist/esm/ai/mcp/types.js.map +1 -0
- package/dist/esm/ai/plugins/blinks/index.d.ts +22 -0
- package/dist/esm/ai/plugins/blinks/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/blinks/index.js +197 -0
- package/dist/esm/ai/plugins/blinks/index.js.map +1 -0
- package/dist/esm/ai/plugins/blinks/schemas.d.ts +4 -0
- package/dist/esm/ai/plugins/blinks/schemas.d.ts.map +1 -0
- package/dist/esm/ai/plugins/blinks/schemas.js +103 -0
- package/dist/esm/ai/plugins/blinks/schemas.js.map +1 -0
- package/dist/esm/ai/plugins/defi/index.d.ts +44 -0
- package/dist/esm/ai/plugins/defi/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/defi/index.js +476 -0
- package/dist/esm/ai/plugins/defi/index.js.map +1 -0
- package/dist/esm/ai/plugins/defi/schemas.d.ts +13 -0
- package/dist/esm/ai/plugins/defi/schemas.d.ts.map +1 -0
- package/dist/esm/ai/plugins/defi/schemas.js +564 -0
- package/dist/esm/ai/plugins/defi/schemas.js.map +1 -0
- package/dist/esm/ai/plugins/index.d.ts +30 -0
- package/dist/esm/ai/plugins/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/index.js +31 -0
- package/dist/esm/ai/plugins/index.js.map +1 -0
- package/dist/esm/ai/plugins/misc/index.d.ts +28 -0
- package/dist/esm/ai/plugins/misc/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/misc/index.js +435 -0
- package/dist/esm/ai/plugins/misc/index.js.map +1 -0
- package/dist/esm/ai/plugins/misc/schemas.d.ts +9 -0
- package/dist/esm/ai/plugins/misc/schemas.d.ts.map +1 -0
- package/dist/esm/ai/plugins/misc/schemas.js +313 -0
- package/dist/esm/ai/plugins/misc/schemas.js.map +1 -0
- package/dist/esm/ai/plugins/nft/index.d.ts +24 -0
- package/dist/esm/ai/plugins/nft/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/nft/index.js +63 -0
- package/dist/esm/ai/plugins/nft/index.js.map +1 -0
- package/dist/esm/ai/plugins/nft/schemas.d.ts +6 -0
- package/dist/esm/ai/plugins/nft/schemas.d.ts.map +1 -0
- package/dist/esm/ai/plugins/nft/schemas.js +270 -0
- package/dist/esm/ai/plugins/nft/schemas.js.map +1 -0
- package/dist/esm/ai/plugins/registry.d.ts +157 -0
- package/dist/esm/ai/plugins/registry.d.ts.map +1 -0
- package/dist/esm/ai/plugins/registry.js +365 -0
- package/dist/esm/ai/plugins/registry.js.map +1 -0
- package/dist/esm/ai/plugins/token/index.d.ts +35 -0
- package/dist/esm/ai/plugins/token/index.d.ts.map +1 -0
- package/dist/esm/ai/plugins/token/index.js +180 -0
- package/dist/esm/ai/plugins/token/index.js.map +1 -0
- package/dist/esm/ai/plugins/token/schemas.d.ts +5 -0
- package/dist/esm/ai/plugins/token/schemas.d.ts.map +1 -0
- package/dist/esm/ai/plugins/token/schemas.js +265 -0
- package/dist/esm/ai/plugins/token/schemas.js.map +1 -0
- package/dist/esm/ai/plugins/types.d.ts +176 -0
- package/dist/esm/ai/plugins/types.d.ts.map +1 -0
- package/dist/esm/ai/plugins/types.js +2 -0
- package/dist/esm/ai/plugins/types.js.map +1 -0
- package/dist/esm/ai/sap/adapter.d.ts +140 -0
- package/dist/esm/ai/sap/adapter.d.ts.map +1 -0
- package/dist/esm/ai/sap/adapter.js +177 -0
- package/dist/esm/ai/sap/adapter.js.map +1 -0
- package/dist/esm/ai/sap/discovery.d.ts +165 -0
- package/dist/esm/ai/sap/discovery.d.ts.map +1 -0
- package/dist/esm/ai/sap/discovery.js +311 -0
- package/dist/esm/ai/sap/discovery.js.map +1 -0
- package/dist/esm/ai/sap/index.d.ts +61 -0
- package/dist/esm/ai/sap/index.d.ts.map +1 -0
- package/dist/esm/ai/sap/index.js +58 -0
- package/dist/esm/ai/sap/index.js.map +1 -0
- package/dist/esm/ai/sap/pda.d.ts +205 -0
- package/dist/esm/ai/sap/pda.d.ts.map +1 -0
- package/dist/esm/ai/sap/pda.js +535 -0
- package/dist/esm/ai/sap/pda.js.map +1 -0
- package/dist/esm/ai/sap/program.d.ts +153 -0
- package/dist/esm/ai/sap/program.d.ts.map +1 -0
- package/dist/esm/ai/sap/program.js +222 -0
- package/dist/esm/ai/sap/program.js.map +1 -0
- package/dist/esm/ai/sap/registry.d.ts +218 -0
- package/dist/esm/ai/sap/registry.d.ts.map +1 -0
- package/dist/esm/ai/sap/registry.js +515 -0
- package/dist/esm/ai/sap/registry.js.map +1 -0
- package/dist/esm/ai/sap/scoring.d.ts +138 -0
- package/dist/esm/ai/sap/scoring.d.ts.map +1 -0
- package/dist/esm/ai/sap/scoring.js +262 -0
- package/dist/esm/ai/sap/scoring.js.map +1 -0
- package/dist/esm/ai/sap/subnetwork.d.ts +201 -0
- package/dist/esm/ai/sap/subnetwork.d.ts.map +1 -0
- package/dist/esm/ai/sap/subnetwork.js +361 -0
- package/dist/esm/ai/sap/subnetwork.js.map +1 -0
- package/dist/esm/ai/sap/types.d.ts +418 -0
- package/dist/esm/ai/sap/types.d.ts.map +1 -0
- package/dist/esm/ai/sap/types.js +210 -0
- package/dist/esm/ai/sap/types.js.map +1 -0
- package/dist/esm/ai/sap/validator.d.ts +160 -0
- package/dist/esm/ai/sap/validator.d.ts.map +1 -0
- package/dist/esm/ai/sap/validator.js +614 -0
- package/dist/esm/ai/sap/validator.js.map +1 -0
- package/package.json +67 -2
|
@@ -0,0 +1,459 @@
|
|
|
1
|
+
# 11 — MCP: Model Context Protocol Server & Client
|
|
2
|
+
|
|
3
|
+
> **Import**: `@…/synapse-client-sdk/ai/mcp`
|
|
4
|
+
> **Source**: `src/ai/mcp/`
|
|
5
|
+
> **Prerequisites**: [10_PLUGINS.md](./10_PLUGINS.md) (SynapseAgentKit + plugins)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
The MCP module implements the full [Model Context Protocol](https://modelcontextprotocol.io/) (spec 2024-11-05) with **zero external MCP dependencies**. It works in both directions:
|
|
12
|
+
|
|
13
|
+
| Direction | Class | What it does |
|
|
14
|
+
|-----------|-------|-------------|
|
|
15
|
+
| **Server** | `SynapseMcpServer` | Exposes any `SynapseAgentKit` as an MCP server — works with Claude Desktop, Cursor, VS Code, Cline, and any MCP client |
|
|
16
|
+
| **Client** | `McpClientBridge` | Connects to external MCP servers (GitHub, Postgres, filesystem, etc.) and imports their tools into the SDK |
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
┌──────────────────┐ ┌──────────────────────┐
|
|
20
|
+
│ Claude Desktop │◄── stdio ─►│ SynapseMcpServer │
|
|
21
|
+
│ Cursor │ │ (your 110+ tools) │
|
|
22
|
+
│ VS Code │ └──────────┬───────────┘
|
|
23
|
+
│ Any MCP Client │ │
|
|
24
|
+
└──────────────────┘ SynapseAgentKit
|
|
25
|
+
.use(TokenPlugin)
|
|
26
|
+
.use(DeFiPlugin)
|
|
27
|
+
.use(...)
|
|
28
|
+
|
|
29
|
+
┌──────────────────┐ ┌──────────────────────┐
|
|
30
|
+
│ GitHub MCP │◄── stdio ─►│ McpClientBridge │
|
|
31
|
+
│ Postgres MCP │ │ (imports tools) │
|
|
32
|
+
│ Filesystem MCP │◄── sse ──►│ │
|
|
33
|
+
│ Any MCP Server │ └──────────┬───────────┘
|
|
34
|
+
└──────────────────┘ │
|
|
35
|
+
kit.use(bridge.toPlugin())
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## MCP Server
|
|
41
|
+
|
|
42
|
+
### stdio transport (Claude Desktop, Cursor)
|
|
43
|
+
|
|
44
|
+
stdio is the primary transport. The server reads JSON-RPC messages from `stdin` and writes responses to `stdout`, one per line.
|
|
45
|
+
|
|
46
|
+
```ts
|
|
47
|
+
import { SynapseAgentKit, TokenPlugin, DeFiPlugin } from '@oobe-protocol-labs/synapse-client-sdk/ai/plugins';
|
|
48
|
+
import { SynapseMcpServer } from '@oobe-protocol-labs/synapse-client-sdk/ai/mcp';
|
|
49
|
+
|
|
50
|
+
const kit = new SynapseAgentKit({ rpcUrl: process.env.RPC_URL! })
|
|
51
|
+
.use(TokenPlugin)
|
|
52
|
+
.use(DeFiPlugin);
|
|
53
|
+
|
|
54
|
+
const server = new SynapseMcpServer(kit, {
|
|
55
|
+
name: 'synapse-solana',
|
|
56
|
+
version: '2.0.0',
|
|
57
|
+
instructions: 'Solana blockchain tools for AI agents — tokens, DeFi, and more.',
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
await server.start(); // Reads from stdin, writes to stdout
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
#### Claude Desktop config
|
|
64
|
+
|
|
65
|
+
Add to `~/.config/claude/claude_desktop_config.json`:
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"mcpServers": {
|
|
70
|
+
"synapse-solana": {
|
|
71
|
+
"command": "npx",
|
|
72
|
+
"args": ["tsx", "/path/to/your/mcp-server.ts"],
|
|
73
|
+
"env": {
|
|
74
|
+
"RPC_URL": "https://rpc.synapse.com"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
#### Cursor config
|
|
82
|
+
|
|
83
|
+
Add to `.cursor/mcp.json` in your project:
|
|
84
|
+
|
|
85
|
+
```json
|
|
86
|
+
{
|
|
87
|
+
"mcpServers": {
|
|
88
|
+
"synapse-solana": {
|
|
89
|
+
"command": "npx",
|
|
90
|
+
"args": ["tsx", "./mcp-server.ts"],
|
|
91
|
+
"env": {
|
|
92
|
+
"RPC_URL": "https://rpc.synapse.com"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### SSE transport (web clients)
|
|
100
|
+
|
|
101
|
+
For browser-based or HTTP-based MCP clients:
|
|
102
|
+
|
|
103
|
+
```ts
|
|
104
|
+
const server = new SynapseMcpServer(kit, {
|
|
105
|
+
name: 'synapse-solana',
|
|
106
|
+
version: '2.0.0',
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
await server.startSse({ port: 3001 });
|
|
110
|
+
// HTTP endpoints:
|
|
111
|
+
// GET /mcp/sse — EventSource stream
|
|
112
|
+
// POST /mcp/message — JSON-RPC messages
|
|
113
|
+
// GET /mcp/health — health check
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Connect with any SSE-compatible MCP client:
|
|
117
|
+
|
|
118
|
+
```ts
|
|
119
|
+
const eventSource = new EventSource('http://localhost:3001/mcp/sse');
|
|
120
|
+
eventSource.onmessage = (event) => {
|
|
121
|
+
const response = JSON.parse(event.data);
|
|
122
|
+
console.log(response);
|
|
123
|
+
};
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
### What the server exposes
|
|
127
|
+
|
|
128
|
+
The server automatically exposes all tools, resources, and prompts from the `SynapseAgentKit`:
|
|
129
|
+
|
|
130
|
+
| MCP Method | What happens |
|
|
131
|
+
|------------|-------------|
|
|
132
|
+
| `initialize` | Returns server info, capabilities, protocol version |
|
|
133
|
+
| `tools/list` | Lists all plugin tools with JSON Schema input schemas |
|
|
134
|
+
| `tools/call` | Executes a tool by name with validated input |
|
|
135
|
+
| `resources/list` | Lists protocol-level resources |
|
|
136
|
+
| `resources/read` | Reads a specific resource by URI |
|
|
137
|
+
| `resources/templates/list` | Lists URI template patterns |
|
|
138
|
+
| `prompts/list` | Lists available prompt templates |
|
|
139
|
+
| `prompts/get` | Returns a specific prompt with messages |
|
|
140
|
+
| `ping` | Health check (returns empty result) |
|
|
141
|
+
| `completion/complete` | Auto-completion for tool/resource names |
|
|
142
|
+
| `logging/setLevel` | Set server log level |
|
|
143
|
+
|
|
144
|
+
### Zod → JSON Schema conversion
|
|
145
|
+
|
|
146
|
+
The server includes a deep Zod-to-JSON-Schema converter that handles all Zod types used in plugin schemas:
|
|
147
|
+
|
|
148
|
+
| Zod Type | JSON Schema |
|
|
149
|
+
|----------|-------------|
|
|
150
|
+
| `z.string()` | `{ type: 'string' }` with minLength, maxLength, pattern |
|
|
151
|
+
| `z.number()` | `{ type: 'number' }` with minimum, maximum |
|
|
152
|
+
| `z.boolean()` | `{ type: 'boolean' }` |
|
|
153
|
+
| `z.array(T)` | `{ type: 'array', items: T }` |
|
|
154
|
+
| `z.object({})` | `{ type: 'object', properties, required }` |
|
|
155
|
+
| `z.enum([])` | `{ type: 'string', enum: [...] }` |
|
|
156
|
+
| `z.optional(T)` | Removes key from `required` |
|
|
157
|
+
| `z.default(T)` | Adds `default` to schema |
|
|
158
|
+
| `z.nullable(T)` | `{ oneOf: [T, { type: 'null' }] }` |
|
|
159
|
+
| `z.record(K, V)` | `{ type: 'object', additionalProperties: V }` |
|
|
160
|
+
| `z.tuple([...])` | `{ type: 'array', prefixItems: [...] }` |
|
|
161
|
+
| `z.union([...])` | `{ oneOf: [...] }` |
|
|
162
|
+
| `z.literal(v)` | `{ const: v }` |
|
|
163
|
+
|
|
164
|
+
### Server introspection
|
|
165
|
+
|
|
166
|
+
```ts
|
|
167
|
+
const info = server.info();
|
|
168
|
+
// {
|
|
169
|
+
// name: 'synapse-solana',
|
|
170
|
+
// version: '2.0.0',
|
|
171
|
+
// toolCount: 65,
|
|
172
|
+
// resourceCount: 2,
|
|
173
|
+
// promptCount: 0,
|
|
174
|
+
// transport: 'stdio'
|
|
175
|
+
// }
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## MCP Client Bridge
|
|
181
|
+
|
|
182
|
+
The `McpClientBridge` connects to any external MCP server and imports its tools into your SDK workflow. This is how you access tools from GitHub, Postgres, filesystem, and any other MCP server.
|
|
183
|
+
|
|
184
|
+
### Connect to MCP servers
|
|
185
|
+
|
|
186
|
+
```ts
|
|
187
|
+
import { McpClientBridge } from '@oobe-protocol-labs/synapse-client-sdk/ai/mcp';
|
|
188
|
+
|
|
189
|
+
const bridge = new McpClientBridge({ debug: true });
|
|
190
|
+
|
|
191
|
+
// ── stdio servers ──────────────────────────────────────────────
|
|
192
|
+
await bridge.connect({
|
|
193
|
+
id: 'github',
|
|
194
|
+
name: 'GitHub',
|
|
195
|
+
transport: 'stdio',
|
|
196
|
+
command: 'npx',
|
|
197
|
+
args: ['-y', '@modelcontextprotocol/server-github'],
|
|
198
|
+
env: { GITHUB_PERSONAL_ACCESS_TOKEN: process.env.GITHUB_TOKEN! },
|
|
199
|
+
toolPrefix: 'github_',
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
await bridge.connect({
|
|
203
|
+
id: 'postgres',
|
|
204
|
+
name: 'PostgreSQL',
|
|
205
|
+
transport: 'stdio',
|
|
206
|
+
command: 'npx',
|
|
207
|
+
args: ['-y', '@modelcontextprotocol/server-postgres', process.env.DATABASE_URL!],
|
|
208
|
+
toolPrefix: 'pg_',
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
await bridge.connect({
|
|
212
|
+
id: 'filesystem',
|
|
213
|
+
name: 'Filesystem',
|
|
214
|
+
transport: 'stdio',
|
|
215
|
+
command: 'npx',
|
|
216
|
+
args: ['-y', '@modelcontextprotocol/server-filesystem', '/path/to/allowed/dir'],
|
|
217
|
+
toolPrefix: 'fs_',
|
|
218
|
+
});
|
|
219
|
+
|
|
220
|
+
// ── SSE servers ────────────────────────────────────────────────
|
|
221
|
+
await bridge.connect({
|
|
222
|
+
id: 'custom',
|
|
223
|
+
name: 'Custom MCP Server',
|
|
224
|
+
transport: 'sse',
|
|
225
|
+
url: 'https://my-mcp-server.com/mcp/sse',
|
|
226
|
+
headers: { Authorization: 'Bearer sk-...' },
|
|
227
|
+
toolPrefix: 'custom_',
|
|
228
|
+
});
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
### Get LangChain tools
|
|
232
|
+
|
|
233
|
+
```ts
|
|
234
|
+
// All tools from all connected servers
|
|
235
|
+
const remoteTools = bridge.getTools();
|
|
236
|
+
// → StructuredTool[] with prefixed names (github_create_issue, pg_query, etc.)
|
|
237
|
+
|
|
238
|
+
// Tools from a specific server
|
|
239
|
+
const githubTools = bridge.getServerTools('github');
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
### Call tools directly
|
|
243
|
+
|
|
244
|
+
```ts
|
|
245
|
+
const result = await bridge.callTool('github', 'create_issue', {
|
|
246
|
+
owner: 'my-org',
|
|
247
|
+
repo: 'my-repo',
|
|
248
|
+
title: 'Bug report from AI agent',
|
|
249
|
+
body: 'Automatically detected issue...',
|
|
250
|
+
});
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
### Read resources
|
|
254
|
+
|
|
255
|
+
```ts
|
|
256
|
+
const resource = await bridge.readResource('postgres', 'postgres://table/users');
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
### Convert to plugin
|
|
260
|
+
|
|
261
|
+
The bridge can be converted to a `SynapsePlugin` for seamless integration with `SynapseAgentKit`:
|
|
262
|
+
|
|
263
|
+
```ts
|
|
264
|
+
import { SynapseAgentKit, TokenPlugin } from '@oobe-protocol-labs/synapse-client-sdk/ai/plugins';
|
|
265
|
+
|
|
266
|
+
const kit = new SynapseAgentKit({ rpcUrl })
|
|
267
|
+
.use(TokenPlugin) // 22 Solana token tools
|
|
268
|
+
.use(bridge.toPlugin()); // + all remote MCP tools
|
|
269
|
+
|
|
270
|
+
const allTools = kit.getTools();
|
|
271
|
+
// → Token tools + GitHub tools + Postgres tools + filesystem tools
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
### Connection management
|
|
275
|
+
|
|
276
|
+
```ts
|
|
277
|
+
// Check status
|
|
278
|
+
const status = bridge.getStatus('github');
|
|
279
|
+
// {
|
|
280
|
+
// id: 'github',
|
|
281
|
+
// name: 'GitHub',
|
|
282
|
+
// status: 'connected',
|
|
283
|
+
// toolCount: 25,
|
|
284
|
+
// resourceCount: 0,
|
|
285
|
+
// serverInfo: { name: 'github-mcp-server', version: '1.0.0' },
|
|
286
|
+
// connectedAt: 1709712000000
|
|
287
|
+
// }
|
|
288
|
+
|
|
289
|
+
// All statuses
|
|
290
|
+
const all = bridge.getAllStatuses();
|
|
291
|
+
|
|
292
|
+
// All tool definitions with server IDs
|
|
293
|
+
const defs = bridge.getAllToolDefinitions();
|
|
294
|
+
// → [{ name, description, inputSchema, serverId }, ...]
|
|
295
|
+
|
|
296
|
+
// Disconnect one server
|
|
297
|
+
await bridge.disconnect('postgres');
|
|
298
|
+
|
|
299
|
+
// Disconnect all
|
|
300
|
+
await bridge.disconnectAll();
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
## Combined: Server + Client
|
|
306
|
+
|
|
307
|
+
Expose your Solana tools **and** external MCP tools as a single MCP server:
|
|
308
|
+
|
|
309
|
+
```ts
|
|
310
|
+
import { SynapseAgentKit, TokenPlugin, DeFiPlugin } from '@oobe-protocol-labs/synapse-client-sdk/ai/plugins';
|
|
311
|
+
import { SynapseMcpServer, McpClientBridge } from '@oobe-protocol-labs/synapse-client-sdk/ai/mcp';
|
|
312
|
+
|
|
313
|
+
// 1. Set up the bridge with external servers
|
|
314
|
+
const bridge = new McpClientBridge();
|
|
315
|
+
await bridge.connect({
|
|
316
|
+
id: 'github',
|
|
317
|
+
name: 'GitHub',
|
|
318
|
+
transport: 'stdio',
|
|
319
|
+
command: 'npx',
|
|
320
|
+
args: ['-y', '@modelcontextprotocol/server-github'],
|
|
321
|
+
env: { GITHUB_PERSONAL_ACCESS_TOKEN: process.env.GITHUB_TOKEN! },
|
|
322
|
+
});
|
|
323
|
+
|
|
324
|
+
// 2. Build the kit with plugins + bridge
|
|
325
|
+
const kit = new SynapseAgentKit({ rpcUrl: process.env.RPC_URL! })
|
|
326
|
+
.use(TokenPlugin)
|
|
327
|
+
.use(DeFiPlugin)
|
|
328
|
+
.use(bridge.toPlugin());
|
|
329
|
+
|
|
330
|
+
// 3. Expose everything as a single MCP server
|
|
331
|
+
const server = new SynapseMcpServer(kit, {
|
|
332
|
+
name: 'synapse-full-stack',
|
|
333
|
+
version: '2.0.0',
|
|
334
|
+
instructions: 'Solana tools + GitHub integration for AI agents.',
|
|
335
|
+
});
|
|
336
|
+
|
|
337
|
+
await server.start();
|
|
338
|
+
// Claude Desktop now sees: Token tools + DeFi tools + GitHub tools
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
## McpExternalServerConfig
|
|
344
|
+
|
|
345
|
+
```ts
|
|
346
|
+
interface McpExternalServerConfig {
|
|
347
|
+
/** Unique identifier for this connection */
|
|
348
|
+
id: string;
|
|
349
|
+
|
|
350
|
+
/** Human-readable server name */
|
|
351
|
+
name: string;
|
|
352
|
+
|
|
353
|
+
/** Transport type */
|
|
354
|
+
transport: 'stdio' | 'sse';
|
|
355
|
+
|
|
356
|
+
// ── stdio only ────────────────────────────
|
|
357
|
+
/** Command to spawn (e.g. 'npx', 'node') */
|
|
358
|
+
command?: string;
|
|
359
|
+
|
|
360
|
+
/** Command arguments */
|
|
361
|
+
args?: string[];
|
|
362
|
+
|
|
363
|
+
/** Environment variables for the child process */
|
|
364
|
+
env?: Record<string, string>;
|
|
365
|
+
|
|
366
|
+
// ── SSE only ──────────────────────────────
|
|
367
|
+
/** SSE endpoint URL */
|
|
368
|
+
url?: string;
|
|
369
|
+
|
|
370
|
+
/** HTTP headers for SSE connection */
|
|
371
|
+
headers?: Record<string, string>;
|
|
372
|
+
|
|
373
|
+
// ── Shared ────────────────────────────────
|
|
374
|
+
/** Prefix for imported tool names (e.g. 'github_') */
|
|
375
|
+
toolPrefix?: string;
|
|
376
|
+
|
|
377
|
+
/** Request timeout in ms (default: 30000) */
|
|
378
|
+
timeout?: number;
|
|
379
|
+
}
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
---
|
|
383
|
+
|
|
384
|
+
## McpServerConfig
|
|
385
|
+
|
|
386
|
+
```ts
|
|
387
|
+
interface McpServerConfig {
|
|
388
|
+
/** Server name (shown in MCP client UIs) */
|
|
389
|
+
name: string;
|
|
390
|
+
|
|
391
|
+
/** Server version */
|
|
392
|
+
version: string;
|
|
393
|
+
|
|
394
|
+
/** Instructions for AI agents using this server */
|
|
395
|
+
instructions?: string;
|
|
396
|
+
|
|
397
|
+
/** Additional prompts to expose */
|
|
398
|
+
prompts?: McpPromptDefinition[];
|
|
399
|
+
|
|
400
|
+
/** Additional resources to expose */
|
|
401
|
+
resources?: McpResourceDefinition[];
|
|
402
|
+
|
|
403
|
+
/** Resource URI templates */
|
|
404
|
+
resourceTemplates?: McpResourceTemplate[];
|
|
405
|
+
}
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
---
|
|
409
|
+
|
|
410
|
+
## JSON Schema → Zod (Runtime)
|
|
411
|
+
|
|
412
|
+
The client bridge includes a runtime JSON Schema → Zod converter. When connecting to an external MCP server, tool input schemas (JSON Schema) are automatically converted to Zod schemas so they work with LangChain and the plugin system:
|
|
413
|
+
|
|
414
|
+
```
|
|
415
|
+
External MCP Server
|
|
416
|
+
│
|
|
417
|
+
│── tools/list → { name, description, inputSchema: JSONSchema }
|
|
418
|
+
│
|
|
419
|
+
▼
|
|
420
|
+
McpClientBridge
|
|
421
|
+
│
|
|
422
|
+
│── jsonSchemaToZod(inputSchema) → z.ZodTypeAny
|
|
423
|
+
│── tool(name, description, zodSchema, execFn) → StructuredTool
|
|
424
|
+
│
|
|
425
|
+
▼
|
|
426
|
+
LangChain StructuredTool[] (ready for any agent)
|
|
427
|
+
```
|
|
428
|
+
|
|
429
|
+
Supported JSON Schema types:
|
|
430
|
+
|
|
431
|
+
| JSON Schema | Zod Type |
|
|
432
|
+
|-------------|----------|
|
|
433
|
+
| `{ type: 'object', properties, required }` | `z.object({})` |
|
|
434
|
+
| `{ type: 'string' }` | `z.string()` |
|
|
435
|
+
| `{ type: 'string', enum: [...] }` | `z.enum([...])` |
|
|
436
|
+
| `{ type: 'number' }` / `{ type: 'integer' }` | `z.number()` / `z.number().int()` |
|
|
437
|
+
| `{ type: 'boolean' }` | `z.boolean()` |
|
|
438
|
+
| `{ type: 'array', items }` | `z.array(T)` |
|
|
439
|
+
| No matching type | `z.unknown()` |
|
|
440
|
+
|
|
441
|
+
---
|
|
442
|
+
|
|
443
|
+
## Protocol
|
|
444
|
+
|
|
445
|
+
The implementation follows MCP spec **2024-11-05**:
|
|
446
|
+
|
|
447
|
+
- **JSON-RPC 2.0** message framing
|
|
448
|
+
- **Capabilities** negotiation on `initialize`
|
|
449
|
+
- **Notifications** (`notifications/initialized`)
|
|
450
|
+
- **Error codes** (-32700 Parse error, -32600 Invalid request, -32601 Method not found, -32602 Invalid params, -32603 Internal error)
|
|
451
|
+
|
|
452
|
+
The SDK implements the protocol from scratch with zero external MCP dependencies. The full `@modelcontextprotocol/sdk` is **not** required — but if you already use it, both can coexist.
|
|
453
|
+
|
|
454
|
+
---
|
|
455
|
+
|
|
456
|
+
## Next
|
|
457
|
+
|
|
458
|
+
- [09_PIPELINES.md](./09_PIPELINES.md) — Full end-to-end integration patterns.
|
|
459
|
+
- [10_PLUGINS.md](./10_PLUGINS.md) — Plugin system details and custom plugin creation.
|
|
@@ -7,6 +7,179 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [2.0.0] — 2026-03-06
|
|
11
|
+
|
|
12
|
+
### ⚡ Breaking Changes
|
|
13
|
+
|
|
14
|
+
- **Version bump**: `1.2.2` → `2.0.0`. This is a **major release** due to the introduction of the
|
|
15
|
+
plugin system (`SynapseAgentKit`) and MCP module which represent a new architecture layer.
|
|
16
|
+
- **`transport.call()` removed from plugins** — All plugin executors now use `transport.request()`,
|
|
17
|
+
matching the public `HttpTransport` API. If you had custom code using `transport.call()` via
|
|
18
|
+
the plugin context, update to `transport.request()`.
|
|
19
|
+
- **Registry mock client** — `SynapseAgentKit`'s internal context now exposes the transport as a
|
|
20
|
+
`.transport` property (matching `SynapseClientLike`) instead of `.getTransport()`.
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
#### Plugin System (`src/ai/plugins/`) — 6,469 lines of new code
|
|
25
|
+
|
|
26
|
+
A fully modular, chainable plugin architecture for Solana-native AI tools. 110 tools across
|
|
27
|
+
5 plugins and 18 protocols, all composable via `.use()`:
|
|
28
|
+
|
|
29
|
+
```ts
|
|
30
|
+
const kit = new SynapseAgentKit({ rpcUrl })
|
|
31
|
+
.use(TokenPlugin)
|
|
32
|
+
.use(NFTPlugin)
|
|
33
|
+
.use(DeFiPlugin)
|
|
34
|
+
.use(MiscPlugin)
|
|
35
|
+
.use(BlinksPlugin);
|
|
36
|
+
|
|
37
|
+
const tools = kit.getTools(); // 110 LangChain StructuredTool[]
|
|
38
|
+
const vercel = kit.getVercelAITools(); // Vercel AI SDK format
|
|
39
|
+
const mcp = kit.getMcpToolDescriptors(); // MCP descriptors
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
- **`SynapseAgentKit`** (`src/ai/plugins/registry.ts`, 416 lines) — Core orchestrator with
|
|
43
|
+
`use()` chaining, multi-format tool export (LangChain, Vercel AI, MCP), `getToolMap()`,
|
|
44
|
+
`summary()`, `destroy()`. Includes `zodToJsonSchema()` helper for MCP descriptor generation.
|
|
45
|
+
|
|
46
|
+
- **Plugin types** (`src/ai/plugins/types.ts`, 223 lines) — `SynapsePlugin`, `PluginMeta`,
|
|
47
|
+
`PluginProtocol`, `PluginContext`, `PluginExecutor`, `PluginInstallResult`, `InstalledPlugin`,
|
|
48
|
+
`AgentKitConfig`, `McpToolDescriptor`, `McpResourceDescriptor`.
|
|
49
|
+
|
|
50
|
+
- **TokenPlugin** (`src/ai/plugins/token/`, 636 lines) — 22 methods across 3 protocols:
|
|
51
|
+
- `spl-token` (11): deployToken, transfer, transferSol, getBalance, getTokenAccounts, mintTo,
|
|
52
|
+
burn, freezeAccount, thawAccount, closeAccount, rugCheck
|
|
53
|
+
- `staking` (7): stakeSOL, unstakeSOL, getStakeAccounts, stakeJupSOL, unstakeJupSOL,
|
|
54
|
+
stakeSolayer, unstakeSolayer
|
|
55
|
+
- `bridging` (4): bridgeWormhole, bridgeWormholeStatus, bridgeDeBridge, bridgeDeBridgeStatus
|
|
56
|
+
|
|
57
|
+
- **NFTPlugin** (`src/ai/plugins/nft/`, 481 lines) — 19 methods across 3 protocols:
|
|
58
|
+
- `metaplex-nft` (9): deployCollection, mintNFT, updateMetadata, verifyCreator,
|
|
59
|
+
verifyCollection, setAndVerifyCollection, delegateAuthority, revokeAuthority, configureRoyalties
|
|
60
|
+
- `3land` (5): createCollection, mintAndList, listForSale, cancelListing, buyNFT
|
|
61
|
+
- `das` (5): getAsset, getAssetsByOwner, getAssetsByCreator, getAssetsByCollection, searchAssets
|
|
62
|
+
|
|
63
|
+
- **DeFiPlugin** (`src/ai/plugins/defi/`, 1,466 lines) — 43 methods across 10 protocols:
|
|
64
|
+
- `pump` (2): launchToken, trade
|
|
65
|
+
- `raydium-pools` (5): createCPMM, createCLMM, createAMMv4, addLiquidity, removeLiquidity
|
|
66
|
+
- `orca` (5): getWhirlpool, swap, openPosition, closePosition, collectFees
|
|
67
|
+
- `manifest` (4): createMarket, placeLimitOrder, cancelOrder, getOrderbook
|
|
68
|
+
- `meteora` (5): createDynamicPool, createDLMMPool, addDLMMLiquidity, removeDLMMLiquidity,
|
|
69
|
+
createAlphaVault
|
|
70
|
+
- `openbook` (3): createMarket, placeOrder, cancelOrder
|
|
71
|
+
- `drift` (7): deposit, withdraw, openPerpPosition, closePerpPosition, getPositions, lend, borrow
|
|
72
|
+
- `adrena` (5): openPosition, closePosition, addCollateral, removeCollateral, getPositions
|
|
73
|
+
- `lulo` (4): deposit, withdraw, getBestRates, getPositions
|
|
74
|
+
- `jito` (3): sendBundle, getBundleStatus, getTipEstimate
|
|
75
|
+
|
|
76
|
+
- **MiscPlugin** (`src/ai/plugins/misc/`, 1,001 lines) — 20 methods across 6 protocols:
|
|
77
|
+
- `sns` (3): registerDomain, resolveDomain, reverseLookup — via Bonfida API
|
|
78
|
+
- `alldomains` (3): registerDomain, resolveDomain, getOwnedDomains
|
|
79
|
+
- `pyth` (3): getPrice, getPriceHistory, listPriceFeeds — via Hermes API
|
|
80
|
+
- `coingecko` (6): getTokenPrice, getTrending, getTopGainersLosers, getTokenInfo,
|
|
81
|
+
getPoolsByToken, getOHLCV — supports free + Pro API key
|
|
82
|
+
- `gibwork` (3): createBounty, listBounties, submitWork
|
|
83
|
+
- `send-arcade` (2): listGames, playGame
|
|
84
|
+
|
|
85
|
+
- **BlinksPlugin** (`src/ai/plugins/blinks/`, 390 lines) — 6 methods (Solana Actions spec):
|
|
86
|
+
- getAction, executeAction, confirmAction, resolveBlinkUrl, validateActionsJson, buildActionUrl
|
|
87
|
+
- Pure HTTP executor — no RPC transport needed
|
|
88
|
+
|
|
89
|
+
#### MCP Module (`src/ai/mcp/`) — 1,810 lines of new code
|
|
90
|
+
|
|
91
|
+
Full Model Context Protocol (spec 2024-11-05) implementation with **zero external MCP
|
|
92
|
+
dependencies**. Works as both server and client.
|
|
93
|
+
|
|
94
|
+
- **`SynapseMcpServer`** (`src/ai/mcp/server.ts`, 762 lines) — Exposes any `SynapseAgentKit`
|
|
95
|
+
as a fully spec-compliant MCP server:
|
|
96
|
+
- **stdio transport**: Reads newline-delimited JSON-RPC from stdin, writes to stdout.
|
|
97
|
+
Compatible with Claude Desktop, Cursor, VS Code, Cline.
|
|
98
|
+
- **SSE transport**: HTTP server with `/mcp/sse` (EventSource), `/mcp/message` (POST),
|
|
99
|
+
`/mcp/health` (GET) endpoints.
|
|
100
|
+
- Full MCP spec dispatch: `initialize`, `tools/list`, `tools/call`, `resources/list`,
|
|
101
|
+
`resources/read`, `resources/templates/list`, `prompts/list`, `prompts/get`, `ping`,
|
|
102
|
+
`completion/complete`, `logging/setLevel`.
|
|
103
|
+
- Deep `zodToMcpSchema()` converter: handles ZodString (with checks), ZodNumber, ZodBoolean,
|
|
104
|
+
ZodArray, ZodObject (with required), ZodEnum, ZodOptional, ZodDefault, ZodNullable,
|
|
105
|
+
ZodRecord, ZodTuple, ZodLiteral, ZodUnion.
|
|
106
|
+
- `McpServerError` class for structured JSON-RPC error responses.
|
|
107
|
+
- `info()` introspection method.
|
|
108
|
+
|
|
109
|
+
- **`McpClientBridge`** (`src/ai/mcp/client.ts`, 752 lines) — Connects to external MCP servers
|
|
110
|
+
and imports their tools:
|
|
111
|
+
- **stdio transport**: Spawns child processes (e.g. `npx -y @modelcontextprotocol/server-github`).
|
|
112
|
+
- **SSE transport**: Connects to HTTP SSE endpoints with session management.
|
|
113
|
+
- `connect(config)` / `disconnect(id)` / `disconnectAll()` — lifecycle management.
|
|
114
|
+
- `getTools()` — Returns LangChain `StructuredTool[]` from all connected servers.
|
|
115
|
+
- `getServerTools(id)` — Tools from a specific server.
|
|
116
|
+
- `callTool(serverId, name, args)` / `readResource(serverId, uri)` — direct access.
|
|
117
|
+
- `toPlugin()` — Converts to `SynapsePlugin` for `.use()` chaining on `SynapseAgentKit`.
|
|
118
|
+
- Runtime `jsonSchemaToZod()` converter for external tool input schemas.
|
|
119
|
+
- `getAllStatuses()` / `getAllToolDefinitions()` — introspection.
|
|
120
|
+
|
|
121
|
+
- **MCP types** (`src/ai/mcp/types.ts`, 256 lines) — Complete protocol type definitions:
|
|
122
|
+
`JsonRpcRequest`, `JsonRpcResponse`, `JsonRpcNotification`, `McpToolDefinition`,
|
|
123
|
+
`McpToolCallParams`, `McpToolCallResult`, `McpResourceDefinition`, `McpResourceTemplate`,
|
|
124
|
+
`McpPromptDefinition`, `McpPromptMessage`, `McpServerInfo`, `McpCapabilities`, `McpTransport`,
|
|
125
|
+
`McpServerConfig`, `McpExternalServerConfig`, `McpConnectionStatus`.
|
|
126
|
+
|
|
127
|
+
- **Constants**: `MCP_PROTOCOL_VERSION = '2024-11-05'`, `MCP_JSONRPC_VERSION = '2.0'`.
|
|
128
|
+
|
|
129
|
+
#### Documentation
|
|
130
|
+
|
|
131
|
+
- **`docs_md/10_PLUGINS.md`** — Full plugin system guide: quick start (LangChain, Vercel AI),
|
|
132
|
+
selective loading, complete tool catalog (all 110 methods), architecture diagrams, custom
|
|
133
|
+
plugin creation, read vs write operations, introspection API.
|
|
134
|
+
- **`docs_md/11_MCP.md`** — Full MCP guide: stdio/SSE server setup, Claude Desktop & Cursor
|
|
135
|
+
config examples, client bridge (GitHub/Postgres/filesystem), combined server+client pattern,
|
|
136
|
+
all config interfaces, JSON Schema ↔ Zod conversion.
|
|
137
|
+
- **README.md updated** — Version 2.0.0, new architecture diagram showing plugin system + MCP,
|
|
138
|
+
two new sections (Plugin System, MCP), updated source map, updated package exports table.
|
|
139
|
+
- **Cross-references** — `00_SYNAPSE_CLIENT_SDK.md`, `03_AI_TOOLS.md`, `09_PIPELINES.md`
|
|
140
|
+
updated with links to new docs 10 and 11.
|
|
141
|
+
|
|
142
|
+
### New subpath exports
|
|
143
|
+
|
|
144
|
+
| Path | What |
|
|
145
|
+
|------|------|
|
|
146
|
+
| `./ai/plugins` | `SynapseAgentKit` + all 5 plugins + types |
|
|
147
|
+
| `./ai/plugins/token` | `TokenPlugin` (22 tools) |
|
|
148
|
+
| `./ai/plugins/nft` | `NFTPlugin` (19 tools) |
|
|
149
|
+
| `./ai/plugins/defi` | `DeFiPlugin` (43 tools) |
|
|
150
|
+
| `./ai/plugins/misc` | `MiscPlugin` (20 tools) |
|
|
151
|
+
| `./ai/plugins/blinks` | `BlinksPlugin` (6 tools) |
|
|
152
|
+
| `./ai/mcp` | `SynapseMcpServer` + `McpClientBridge` + types |
|
|
153
|
+
|
|
154
|
+
### New types
|
|
155
|
+
|
|
156
|
+
- Plugin system: `SynapsePlugin`, `PluginMeta`, `PluginProtocol`, `PluginContext`,
|
|
157
|
+
`PluginExecutor`, `PluginInstallResult`, `InstalledPlugin`, `AgentKitConfig`,
|
|
158
|
+
`McpToolDescriptor`, `McpResourceDescriptor`
|
|
159
|
+
- MCP: `JsonRpcRequest`, `JsonRpcResponse`, `JsonRpcNotification`, `McpToolDefinition`,
|
|
160
|
+
`McpToolCallParams`, `McpToolCallResult`, `McpResourceDefinition`, `McpResourceTemplate`,
|
|
161
|
+
`McpPromptDefinition`, `McpPromptMessage`, `McpServerInfo`, `McpCapabilities`, `McpTransport`,
|
|
162
|
+
`McpServerConfig`, `McpExternalServerConfig`, `McpConnectionStatus`
|
|
163
|
+
|
|
164
|
+
### Fixed
|
|
165
|
+
|
|
166
|
+
- **`transport.call()` → `transport.request()`** — Token, DeFi, and Misc plugin executors
|
|
167
|
+
were calling `transport.call()` which does not exist on `HttpTransport`. Fixed to use
|
|
168
|
+
`transport.request()` (9 occurrences across 3 files).
|
|
169
|
+
- **Registry mock client mismatch** — `SynapseAgentKit._context` was exposing the transport
|
|
170
|
+
via `getTransport()` method, but `SynapseClientLike` (and the NFT plugin) expect a
|
|
171
|
+
`.transport` property. Fixed to expose both `.transport` and `.getTransport()`.
|
|
172
|
+
|
|
173
|
+
### Changed
|
|
174
|
+
|
|
175
|
+
- Package description updated to mention 110+ plugin tools and MCP.
|
|
176
|
+
- `src/ai/index.ts` barrel updated with plugin system + MCP re-exports.
|
|
177
|
+
- Total AI tool count: **86 protocol tools** (from v1.2.0) + **110 plugin tools** + **MCP**
|
|
178
|
+
= **196+ tools** available to AI agents.
|
|
179
|
+
- Total source files in plugin system + MCP: **17 files**, **6,469 lines**.
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
10
183
|
## [1.2.2] — 2026-03-02
|
|
11
184
|
|
|
12
185
|
### Added
|
|
@@ -499,6 +672,9 @@ The following failures are **not SDK bugs** — they require server-side fixes o
|
|
|
499
672
|
|
|
500
673
|
---
|
|
501
674
|
|
|
675
|
+
[2.0.0]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.2.2...v2.0.0
|
|
676
|
+
[1.2.2]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.2.1...v1.2.2
|
|
677
|
+
[1.2.1]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.2.0...v1.2.1
|
|
502
678
|
[1.2.0]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.0.8...v1.2.0
|
|
503
679
|
[1.0.8]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.0.7...v1.0.8
|
|
504
680
|
[1.0.7]: https://github.com/oobe-protocol-labs/synapse-client-sdk/compare/v1.0.6...v1.0.7
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AccountFetchOpts | @oobe-protocol-labs/synapse-client-sdk</title><meta name="description" content="Documentation for @oobe-protocol-labs/synapse-client-sdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oobe-protocol-labs/synapse-client-sdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@oobe-protocol-labs/synapse-client-sdk</a></li><li><a href="AccountFetchOpts.html">AccountFetchOpts</a></li></ul><h1>Type Alias AccountFetchOpts</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Account<wbr/>Fetch<wbr/>Opts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">commitment</span><span class="tsd-signature-symbol">?: </span><a href="Commitment.html" class="tsd-signature-type tsd-kind-type-alias">Commitment</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/CallOptions.html" class="tsd-signature-type tsd-kind-interface">CallOptions</a></div><div class="tsd-comment tsd-typography"><p>Options for account fetch methods.</p>
|
|
2
2
|
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since" class="tsd-anchor"></a>Since<a href="#Since" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>1.1.0</p>
|
|
3
|
-
</div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/
|
|
3
|
+
</div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/OOBE-PROTOCOL/synapse-client-sdk/blob/c1c775d329c735163fba394be7f8808034a6f0f9/src/accounts/index.ts#L42">packages/synapse-client-sdk/src/accounts/index.ts:42</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@oobe-protocol-labs/synapse-client-sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|