minecraft-modding-mcp AGENTS.md

minecraft-modding-mcp AGENTS.md is an instructions file for Codex, OpenCode from adhi-jp/minecraft-modding-mcp. It costs 2,552 tokens per session, scanned A, original, MIT.

Repository instructions for a Minecraft-modding MCP server. MCP, or Model Context Protocol, is a standard way for AI tools to call software tools.

In plain words
What is it for?
Use them when changing the server’s tools, parameters, responses, validation, tests, changelog, or documentation.
Why use it?
They protect compatibility by defining response formats, error handling, release rules, and required documentation and tests for public changes.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

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/adhi-jp/minecraft-modding-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/adhi-jp/minecraft-modding-mcp

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 minecraft-modding-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/adhi-jp/minecraft-modding-mcp/agents-md.svg)](https://agentmods.dev/instructions/adhi-jp/minecraft-modding-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/adhi-jp/minecraft-modding-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/adhi-jp/minecraft-modding-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,552 This file is loaded in full into every session.
When invoked 2,552 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.1 $0.02552 $0.02552
Opus 5 $0.01276 $0.01276
Sonnet 5 $0.00510 $0.00510
Haiku 4.5 $0.00255 $0.00255

Measured 6d ago against content hash f5826f2e541c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

minecraft-modding-mcp 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 6d ago.

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 · 103 lines

How it starts

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

AGENTS.md

Purpose and Scope

  • This file defines mandatory operating rules for agents working in this repository.
  • When tradeoffs conflict, prioritize public API compatibility, verification evidence, and release safety.

Core Release Policy

  • From version 1.0.0 onward, the public MCP tool surface follows semantic versioning. Breaking changes require a major version bump.
  • Do not bump any version unless explicitly instructed by the user. Version bump timing is decided by the user.

Public MCP Contract (MUST)

  • Treat the public contract as compatibility-bound: tool names, input parameter names/types/requiredness, and response envelope shape.
  • Public MCP tool responses MUST use the standard envelope: { result?, error?, meta }.
  • Input validation failures MUST map to ERR_INVALID_INPUT and MUST NOT be reported as ERR_INTERNAL.
  • Do not add compatibility aliases for renamed public tools or parameters unless explicitly requested by the user and documented with a removal plan.

Change Coupling Rules (MUST)

  • Any user-visible or public API change MUST update CHANGELOG.md and the relevant tests in the same change set.
  • README.md and docs/tool-reference.md MUST be updated in the same change set when the change touches something they already document — a tool, parameter, response field, error code, environment variable, or setup step. Both are shipped in the package, so a stale statement there reaches users. A change with no counterpart in either file does not need an edit to it.
  • Do not defer documentation or test updates to follow-up commits.

Verification Gate (MUST)

  • Before claiming completion for production changes, run the verification appropriate to what actually changed — not reflexively the full matrix below, and never less than what the change touches.
  • When src/** or tests/** changed, run:
    • pnpm check
    • pnpm test
  • When MCP transport/tool registration or manual workflows change, also run pnpm test:manual:stdio-smoke when environment permits.
  • For search, index, or performance-sensitive changes, also run pnpm test:perf.
  • When a change is confined to CHANGELOG.md content and/or the version field in package.json, with no other src/** or tests/** edits, pnpm check/pnpm test are not required; run pnpm check:changelog and any test that asserts against the changed value directly (for example, a test comparing the server version or the changelog-to-package-version header). Any accompanying src/** or tests/** edit brings the change back under the full gate above.
  • Do not re-run a verification command solely to re-confirm a result already produced for the current, unchanged tree. If a later run — your own or a delegated worker's — reports an outcome that contradicts a fresh prior run with no tree change in between, diagnose the discrepancy before re-running the full suite again; a concurrent invocation sharing the same working tree is a common non-code cause.
  • Do not claim "done", "fixed", or "passing" without fresh command output evidence.

Read the full file on GitHub · 103 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. 6d ago First seen · 103 lines · 2,552 tokens per session scan A f5826f2e541c

Subscribe to this mod's changes

minecraft-modding-mcp AGENTS.md is an instructions file published in the GitHub repository adhi-jp/minecraft-modding-mcp (4 stars, last pushed yesterday), licensed MIT. It adds 2,552 tokens to every session, about $0.0128 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.