bit2me-mcp AGENTS.md

A set of contribution rules for the Bit2Me MCP Server repository, an MCP server that connects coding agents to tools or services. It documents commit messages, releases, testing, code structure, dependencies, and adding tools.

In plain words
What is it for?
It helps developers create commits, add MCP tools, update code and dependencies, run tests, and follow publishing or CI conventions.
Why use it?
It keeps changes consistent with the repository's release process and documentation structure. It also clarifies which commit types trigger version changes and which language to use.

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

Made for: Codex, OpenCode.

Per session 6,289 This file is loaded in full into every session.
When invoked 6,289 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.06289 $0.06289
Opus 5 $0.03145 $0.03145
Sonnet 5 $0.01258 $0.01258
Haiku 4.5 $0.00629 $0.00629

Measured 2d ago against content hash cc233103ed4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bit2me-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 2d 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 ยท 657 lines

How it starts

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

Agent Rules for Bit2Me MCP Server Repository

Canonical map of all docs (generated vs hand-edited, EN vs ES): docs/README.md.

This document contains conventions for implementing in this repository.

๐Ÿ“‹ Table of Contents

  1. Commit Conventions
  2. Versioning & Releases
  3. API Response Mapping
  4. Testing
  5. CI/CD Workflows
  6. NPM Publishing
  7. Code Structure
  8. Dependencies Management
  9. Git Hooks
  10. Troubleshooting
  11. Adding a New Tool

Commit Conventions

Rules

  • ALWAYS use Conventional Commits format
  • Format: <type>(<scope>): <subject>
  • Types that trigger releases:
    • feat: โ†’ Minor version bump (1.1.0 โ†’ 1.2.0)
    • fix: โ†’ Patch version bump (1.1.0 โ†’ 1.1.1)
    • perf: โ†’ Patch version bump
  • Types that DON'T trigger releases:
    • chore: - Build/dependency changes
    • ci: - CI/CD changes
    • docs: - Documentation only
    • style: - Code style changes
    • refactor: - Code refactoring
    • test: - Test changes
  • CRITICAL: All commit messages MUST be written in English
    • Subject line must be in English
    • Body (if present) must be in English
    • No exceptions - this ensures consistency and compatibility with tools
  • Commitlint validates all commits via Husky pre-commit hook

Examples

feat: add optional raw_response support in mapped responses
fix: correct wallet address mapper and add pocket details mapper
ci: improve semantic-release npm configuration
docs: add NPM badge and link to README
chore(deps): bump zod from 4.1.12 to 4.1.13

Versioning & Releases

Semantic Release Configuration

  • Automated versioning via Semantic Release
  • Configuration file: .releaserc.json
  • Release rules: Defined in releaseRules array
  • Branches: Only main branch triggers releases
  • Node.js version: Requires Node.js 22+ (Semantic Release requirement)

Read the full file on GitHub ยท 657 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. 2d ago First seen ยท 657 lines ยท 6,289 tokens per session scan A cc233103ed4a

Subscribe to this mod's changes

bit2me-mcp AGENTS.md is an instructions file published in the GitHub repository bit2me-devs/bit2me-mcp (5 stars, last pushed 3d ago), licensed MIT. It adds 6,289 tokens to every session, about $0.0314 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.

Related

Other instructions, from other repositories

wanaku CLAUDE.md

Instructions for wanaku-ai/wanaku, covering wanaku, core guidelines, quick start, build info and architecture.

wanaku-ai/wanaku ยท 2,745 tokens

mcp AGENTS.md

Instructions for Teamwork/mcp, covering agents.md, this repository is public, project overview, setup commands and build and run.

Teamwork/mcp ยท 16,433 tokens

hk-climate-mcp-server GEMINI.md

Instructions for hkopenai/hk-climate-mcp-server: This table serves as a reference for current and future development, ensuring that each tool's API interaction and error handling approach is aligned with the defined principles.

hkopenai/hk-climate-mcp-server ยท 356 tokens

openrouter-deep-research-mcp CLAUDE.md

Instructions for wheattoast11/openrouter-deep-research-mcp, covering agent zero: isomorphic protocol bridge (v2.0.0), system identity, operational paradigms, database persistence (v2.0.0+) and core commands.

wheattoast11/openrouter-deep-research-mcp ยท 7,505 tokens

openrouter-deep-research-mcp AGENTS.md

Instructions for wheattoast11/openrouter-deep-research-mcp, covering agents.md, isomorphic 5-layer architecture alignment, layer correspondence (axon architecture), resilience & production status and quick commands.

wheattoast11/openrouter-deep-research-mcp ยท 1,709 tokens

hk-food-mcp-server GEMINI.md

Gemini CLI instructions for hkopenai/hk-food-mcp-server: This table serves as a reference for current and future development, ensuring that each tool's API interaction and error handling approach is aligned with the defined principles.

hkopenai/hk-food-mcp-server ยท 76 tokens