Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

code.setLines

Replace specific lines in a code node to update code sections efficiently without rewriting entire files.

Instructions

Replace a range of lines in a code node. More efficient than setCode for partial updates.

The number of lines being replaced equals the length of the 'lines' array. Lines at startLine through startLine + lines.length - 1 will be replaced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesCode node ID or name
startLineYesStarting line number (0-indexed)
linesYesArray of line strings to insert/replace
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/circuitry-dev/circuitry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server