Search Movement docs and framework code
Searches Movement framework code and documentation for concepts like fungible assets, objects, and tokens.
/plugin marketplace add Rahat-ch/move-plugin/plugin install rahat-ch-move@Rahat-ch/move-pluginSearch the Movement framework code and documentation.
Usage: /move:search <query>
Arguments:
$ARGUMENTS - Search query (e.g., "fungible asset", "object model", "token")Use the search_framework MCP tool with the query
Return results with:
Common search topics:
fungible_asset - FA creation, minting, burningprimary_fungible_store - Default FA storageobject - Object model, refs, creationtoken - NFT tokenscollection - NFT collectionscoin - Legacy coin moduleaccount - Account managementsigner - Signer capabilitiesIf results aren't sufficient, suggest related searches
Always include the framework module path (e.g., aptos_framework::fungible_asset)
aptos_framework - Core framework (FA, objects, account)aptos_token_objects - NFT token objectsaptos_token - Legacy token v1aptos_stdlib - Standard library utilities