|
<< 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.Read (DEPRECATED) |
Top |
MiniRobot Language (MRL) - Legacy FunctionalMemory Commands
⚠️ DEPRECATED
This command was removed in MCP v2. It only works with legacy v1 SLL.
MCP.Read
Read from FunctionalMemory (DEPRECATED)
Migration Path
This command has been replaced by MCP.MemRcl (or MCP.MemR) in the MCP v2 Memory Bank.
v2 Replacement Syntax
' Instead of: MCP.Read|$$KEY|$$RETURN_VAR
' Use: MEM.RCL|$$KEY|$$RETURN_VAR
MEM.RCL|$$Username|$$CurrentUser
Legacy Syntax (v1 SPR only - not in public MCP-Server)
MCP.Read|$$KEY|$$RETURN_VAR
Legacy Description
Read a value from the legacy v1 FunctionalMemory store. This was the primary command for retrieving stored data in the v1 architecture.
Replacement Commands
• MCP.MemRcl - Recall value from memory (v2 replacement)
• MCP.MemR - Simple recall (shortcut)
See also:
• MCP.MemSto - Store value in memory