mcp-json-yaml-toml AGENTS.md

mcp-json-yaml-toml AGENTS.md is an instructions file for Codex, OpenCode from bitflight-devops/mcp-json-yaml-toml. It costs 1,172 tokens per session, scanned A, original, MIT.

A project instruction file for an MCP server that edits JSON, YAML, and TOML files using yq, a command-line data-processing tool. It describes the Python setup, main components, local processing, format preservation, validation, and linting approach.

In plain words
What is it for?
Use it when developing or reviewing the server, its schemas, validation logic, local yq management, pagination for large files, or lint and type-check fixes.
Why use it?
It gives coding assistants the project context and quality rules needed to modify configuration files without losing comments, spacing, or other formatting.

Instructions file for CodexOpenCode

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/agents-md
Clone the repo
git clone --depth 1 https://github.com/bitflight-devops/mcp-json-yaml-toml

Made for: Codex, OpenCode.

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 AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bitflight-devops/mcp-json-yaml-toml/agents-md.svg)](https://agentmods.dev/instructions/bitflight-devops/mcp-json-yaml-toml/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bitflight-devops/mcp-json-yaml-toml/agents-md"><img src="https://agentmods.dev/badge/instructions/bitflight-devops/mcp-json-yaml-toml/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,172 This file is loaded in full into every session.
When invoked 1,172 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.01172 $0.01172
Opus 5 $0.00586 $0.00586
Sonnet 5 $0.00234 $0.00234
Haiku 4.5 $0.00117 $0.00117

Measured today against content hash 69a629fa16c2, 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 AGENTS.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.

AGENTS.md · 187 lines

How it starts

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

MCP JSON/YAML/TOML Server - AI Agent Instructions

AI agents working in this repository follow these instructions for consistency, quality, and architectural integrity.


Project Context

Purpose: MCP server for advanced JSON/YAML/TOML manipulation using yq

Stack: Python 3.11-3.12+, FastMCP, uv, hatchling

Core Components:

  • yq_wrapper.py - Local binary management
  • schemas.py - Schema discovery
  • lmql_constraints.py - LMQL constraint validation

Design Principles:

  • 100% local processing (no API keys required)
  • High-fidelity format preservation (comments, anchors, whitespace)
  • Unified tools with parameters (avoid tool proliferation)
  • Cursor-based pagination (10KB chunks for large files)

Linting Philosophy

<linting_principles>

Linting errors indicate deeper issues in architecture, type flow, or logic. Address root causes rather than suppressing symptoms.

Resolution Hierarchy:

  1. Structural/type problems → Fix architecture or type annotations
  2. Formatting/style → Use automated tools (ruff format, prettier)
  3. True false positives → Document why before suppressing

Suppression Usage:

  • Acceptable: Vendored code, intentional examples, platform-specific constraints
  • Unacceptable: Structural problems, type errors, logic issues

Reason: Suppressions (# type: ignore, # noqa) hide technical debt. Fixing root causes improves system health.

</linting_principles>


Development Workflow

Environment Setup

uv sync  # Install dependencies and dev-tools

Dependency Management

uv add <package>          # Add runtime dependency
uv add --dev <package>    # Add dev dependency
uv remove <package>       # Remove dependency

uv add/remove handles version resolution, lockfile updates, and installation atomically. Manual pyproject.toml edits bypass dependency resolution and cause inconsistent environments.

Verification Protocol

<verification_workflow>

After editing files, verify only changed files (surgical verification prevents diff pollution):

Read the full file on GitHub · 187 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 · -1 lines · -28 tokens per session 69a629fa16c2
  2. 4d ago First seen · 188 lines · 1,200 tokens per session scan A ee0daaf3c1ea

Subscribe to this mod's changes

mcp-json-yaml-toml AGENTS.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 1,172 tokens to every session, about $0.0059 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.