noyalib-mcp 0.0.13

Model Context Protocol server exposing noyalib's lossless YAML editing to AI agents
Documentation
{
  "//": "npm wrapper around the noyalib-mcp binary. Lets AI agents (Claude Code, GitHub Copilot, …) invoke `npx @sebastienrousseau/noyalib-mcp` without needing a Rust toolchain installed — the wrapper downloads the platform-appropriate binary from the GitHub Release on first run and caches it under ~/.cache/noyalib-mcp/. Published by the `npm-publish` job in release.yml.",
  "name": "@sebastienrousseau/noyalib-mcp",
  "version": "0.0.13",
  "description": "Model Context Protocol server for noyalib YAML tools — parse, format, get, set, validate over JSON-RPC stdio.",
  "license": "MIT OR Apache-2.0",
  "author": "Sebastien Rousseau <sebastian.rousseau@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/sebastienrousseau/noyalib-mcp.git",
    "directory": "pkg/npm-wrapper"
  },
  "homepage": "https://github.com/sebastienrousseau/noyalib-mcp",
  "bugs": {
    "url": "https://github.com/sebastienrousseau/noyalib-mcp/issues"
  },
  "keywords": [
    "yaml",
    "mcp",
    "model-context-protocol",
    "claude-code",
    "ai-tools",
    "noyalib"
  ],
  "main": "index.js",
  "bin": {
    "noyalib-mcp": "index.js"
  },
  "files": [
    "index.js",
    "bootstrap.js",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test test/"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  }
}