|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > MCP. - MCP (Model-Context Protocol) server operations > Server Lifecycle - Commands for managing the MCP server lifecycle (init, start, stop) > MCP Commands - DEPRECATED |
MCP.Move (DEPRECATED) |
Top |
MiniRobot Language (MRL) - Legacy FunctionalMemory Commands
⚠️ DEPRECATED
This command was removed in MCP v2. It only works with legacy v1 SLL.
MCP.Move
Move data in FunctionalMemory (DEPRECATED)
Migration Path
This command has been replaced by a combination of MCP.MemSto and MCP.MemDel in MCP v2 Memory Bank.
v2 Replacement Pattern
' Instead of: MCP.Move|$$OLD_KEY|$$NEW_KEY
' Use:
MEM.RCL|$$OLD_KEY|$$TEMP_VALUE
MEM.STO|$$NEW_KEY|$$TEMP_VALUE
MEM.DEL|$$OLD_KEY
Legacy Syntax (v1 SPR only - not in public MCP-Server)
MCP.Move|$$SOURCE_KEY|$$DEST_KEY
Legacy Description
Moved data from one key to another within the legacy v1 FunctionalMemory store. This was part of the legacy FunctionalMemory system which has been replaced by the v2 Memory Bank architecture.
Replacement Commands
• MCP.MemRcl - Recall value (to get data)
• MCP.MemSto - Store value (to set new key)
• MCP.MemDel - Delete key (to remove old key)
See also: