Skip to main content
Glama

semantic-edit-mcp

by jbr
operations.scm731 B
;; JSON operations queries for semantic editing ;; Find JSON objects for property insertion (object) @insertable_object ;; Find JSON properties by key name (pair key: (string) @key value: (_) @value (#eq? @key "\"TARGET_KEY\"")) @property ;; Find all properties in an object (object (pair key: (string) @all_keys)) ;; Find JSON arrays for item insertion (array) @insertable_array ;; Find array items (array (_) @array_item) ;; Find values for replacement (pair key: (string) @key value: (_) @replaceable_value (#eq? @key "\"TARGET_KEY\"")) ;; Find nested objects by path (object (pair key: (string) @parent_key value: (object) @nested_object (#eq? @parent_key "\"TARGET_PARENT\"")))

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/jbr/semantic-edit-mcp'

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