mcp-json-yaml-toml copilot-instructions.md

mcp-json-yaml-toml copilot-instructions.md is an instructions file for GitHub Copilot from bitflight-devops/mcp-json-yaml-toml. It costs 2,375 tokens per session, scanned A, original, MIT.

Instructions for a local server that lets AI assistants safely read and modify JSON, YAML, and TOML configuration files. It preserves comments and formatting and checks data against schemas.

In plain words
What is it for?
Use it to inspect, transform, and validate JSON, YAML, or TOML files, including configuration that follows published schemas.
Why use it?
It reduces accidental damage to structured configuration and helps catch invalid values before they are used.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/bitflight-devops/mcp-json-yaml-toml/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/bitflight-devops/mcp-json-yaml-toml

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-json-yaml-toml copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bitflight-devops/mcp-json-yaml-toml/copilot-instructions.svg)](https://agentmods.dev/instructions/bitflight-devops/mcp-json-yaml-toml/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/bitflight-devops/mcp-json-yaml-toml/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/bitflight-devops/mcp-json-yaml-toml/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,375 This file is loaded in full into every session.
When invoked 2,375 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02375 $0.02375
Opus 5 $0.01188 $0.01188
Sonnet 5 $0.00475 $0.00475
Haiku 4.5 $0.00237 $0.00237

Measured today against content hash 628413d0ce4c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-json-yaml-toml copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 277 lines

How it starts

The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot Instructions - mcp-json-yaml-toml

Repository Overview

mcp-json-yaml-toml is a token-efficient, schema-aware MCP (Model Context Protocol) server for safely reading and modifying JSON, YAML, and TOML files. It provides AI assistants with structured data manipulation tools that preserve comments and formatting while enforcing schema validation.

  • Size: ~2.4MB, 28 Python files
  • Stack: Python 3.11-3.14, FastMCP, uv package manager, hatchling build backend
  • Architecture: 100% local processing, no API keys required
  • Cross-Platform: Works seamlessly on Windows, Linux, and macOS (any system where yq binary is supported)
  • Key Features: yq-based transformations, SchemaStore.org integration, LMQL constraint validation

Prerequisites & Setup

Required Tools

  • Python: 3.11-3.14 (CI tests against 3.11, 3.12, 3.13, 3.14)
  • uv: Package manager (replaces pip/poetry/pipenv)
  • Node.js: Required for markdown/prettier linting (npx commands)

Initial Setup

ALWAYS run this first after cloning:

uv sync  # Installs all dependencies and dev-tools (~30-60 seconds)

This command:

  • Creates .venv/ virtual environment
  • Installs all Python dependencies from pyproject.toml
  • Installs dev dependencies (pytest, ruff, ty, prek)
  • Is idempotent - safe to run multiple times

NEVER use pip install or bare python commands. Always use uv run <command>.

Validation Commands (CI Enforcement)

Recommended Approach: Use prek to run all validation checks in one command:

uv run prek run --files <file1> <file2>  # For specific files
uv run prek run --all-files               # For all files (use sparingly)

The prek tool automatically runs all the checks below in parallel. For debugging or CI reference, individual commands are listed:

Individual Validation Commands

These are automatically run by prek but can be executed separately if needed:

1. Code Formatting

uv run ruff format --check

Read the full file on GitHub · 277 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -7 lines · -67 tokens per session 628413d0ce4c
  2. 4d ago First seen · 284 lines · 2,442 tokens per session scan A f707ce6fa42c

Subscribe to this mod's changes

mcp-json-yaml-toml copilot-instructions.md is an instructions file published in the GitHub repository bitflight-devops/mcp-json-yaml-toml (9 stars, last pushed 4d ago), licensed MIT. It adds 2,375 tokens to every session, about $0.0119 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.