MCP Commands - DEPRECATED

<< 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.ReadLines (DEPRECATED)

Top


MiniRobot Language (MRL) - Legacy FunctionalMemory Commands

 

⚠️ DEPRECATED

This command was removed in MCP v2. It only works with legacy v1 SLL.

 

MCP.ReadLines

Read lines from FunctionalMemory (DEPRECATED)

 

Migration Path

 

This command has been replaced by MCP.DataGetLines in the MCP v2 DataTools.

 

v2 Replacement Syntax

 

' Instead of: MCP.ReadLines|$$KEY|START|COUNT|$$RETURN_VAR

' Use: MCP.DataGetLines|$$DATA_KEY|START_LINE|COUNT|$$RETURN_VAR

 

MCP.DataGetLines|$$LogData|1|50|$$FirstPage

 

Legacy Syntax (v1 SPR only - not in public MCP-Server)

 

MCP.ReadLines|$$KEY|START_LINE|LINE_COUNT|$$RETURN_VAR

 

Legacy Description

 

Read a specific range of lines from a value stored in the legacy v1 FunctionalMemory store. This was used for pagination and partial data retrieval.

 

Replacement Command

 

MCP.DataGetLines - Get lines from data (v2 replacement)

 

See also:

 

MCP.DataGetInfo - Get data information

Data Tools Overview