noyalib-mcp 0.0.13

Model Context Protocol server exposing noyalib's lossless YAML editing to AI agents
Documentation
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sebastienrousseau/noyalib-mcp",
  "description": "MCP server for lossless YAML 1.2 parsing, formatting, and validation. Pure Rust, zero unsafe, 100% spec compliance (406/406 test suite), with LSP and WASM bindings.",
  "repository": {
    "url": "https://github.com/sebastienrousseau/noyalib-mcp",
    "source": "github"
  },
  "version": "0.0.13",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/sebastienrousseau/noyalib-mcp",
      "version": "0.0.13",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}