noyalib-mcp 0.0.44

Model Context Protocol server exposing noyalib's lossless YAML editing to AI agents
Documentation
# Auto-detect text files and normalize line endings to LF
* text=auto eol=lf

# Rust source
*.rs text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.json text eol=lf

# Shell scripts and automation
*.sh text eol=lf
Makefile text eol=lf
.editorconfig text eol=lf

# License files
LICENSE* text eol=lf

# Lock file — always LF, always diff
Cargo.lock text eol=lf -merge

# Binaries
*.png binary
*.jpg binary
*.ico binary