noyalib-mcp 0.0.5

Model Context Protocol server exposing noyalib's lossless YAML editing to AI agents
Documentation
{
  "_comment": "SPDX-License-Identifier: Apache-2.0 OR MIT — Zed MCP / context server config snippet for noyalib-mcp",
  "_install_path": {
    "macOS": "~/.config/zed/settings.json",
    "Linux": "~/.config/zed/settings.json",
    "Windows": "%APPDATA%\\Zed\\settings.json"
  },
  "_usage": "Merge the `context_servers` block below into your Zed settings.json. Restart Zed (or run zed: reload settings) after saving.",
  "context_servers": {
    "noyalib": {
      "command": {
        "path": "noyalib-mcp",
        "args": [],
        "env": {}
      }
    }
  },
  "_alt_absolute_path_if_not_on_path": {
    "context_servers": {
      "noyalib": {
        "command": {
          "path": "/Users/<you>/.cargo/bin/noyalib-mcp",
          "args": [],
          "env": {}
        }
      }
    }
  },
  "_capabilities_advertised": [
    "noyalib_get — read a value at a YAML path from a file",
    "noyalib_set — set a value at a YAML path; preserves comments and formatting"
  ],
  "_zed_assistant_integration": "Once registered, the Zed assistant exposes both tools to the model. Ask the assistant to 'set the version field to 2.0 in pyproject.yaml' — it will dispatch noyalib_set with the right arguments."
}