fogbugz-mcp CLAUDE.md

fogbugz-mcp CLAUDE.md is an instructions file for coding agents from todevelopers/fogbugz-mcp. It costs 1,165 tokens per session, scanned A, original, MIT.

Repository instructions are rules for maintaining the fogbugz-mcp project, including version numbers, language, company naming, and tool names.

In plain words
What is it for?
They guide version updates before Git tags, English-only project content, correct company details, and descriptive tool names.
Why use it?
They reduce inconsistencies and prevent release, documentation, legal-name, and naming mistakes.

Instructions file

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/todevelopers/fogbugz-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/todevelopers/fogbugz-mcp

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 fogbugz-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/todevelopers/fogbugz-mcp/claude-md.svg)](https://agentmods.dev/instructions/todevelopers/fogbugz-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/todevelopers/fogbugz-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/todevelopers/fogbugz-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,165 This file is loaded in full into every session.
When invoked 1,165 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.01165 $0.01165
Opus 5 $0.00583 $0.00583
Sonnet 5 $0.00233 $0.00233
Haiku 4.5 $0.00117 $0.00117

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

Security

Grade A, and why

fogbugz-mcp CLAUDE.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 4d 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.

CLAUDE.md · 112 lines

How it starts

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

Project rules

Versioning

Before creating a git tag, always update the version in both files to match the tag:

  • package.json"version"
  • manifest.json"version"

Example: tag v0.0.3 → both files must have "version": "0.0.3".

Version increment rules:

  • Always increment the PATCH version (third number) by default: 0.0.90.0.10.
  • Only increment MINOR (second number) or MAJOR (first number) when explicitly instructed by the user.

Language

All content in this repository must be written in English — code, comments, commit messages, documentation, and planning files. No other language is permitted.

Company name

The correct legal name of the company is ToDevelopers s.r.o. — always use this full name in legal or formal contexts (LICENSE, package.json author, manifest author). The short form ToDevelopers is acceptable in UI-facing fields such as display_name and author.name in the manifest.

Tool naming

Tool names must never use a fogbugz_ prefix. Use plain descriptive names only (e.g. create_case, search_cases). This applies to all new tools added to src/commands/tools.ts.

Tool definition checklist (QA)

Every tool added to src/commands/tools.ts must satisfy all of the following:

Required fields

  • name — plain snake_case, no fogbugz_ prefix
  • title — short human-readable label shown in Claude's tool picker (e.g. 'Create Case')
  • description — one sentence explaining what the tool does plus 1–2 concrete usage examples inline
  • inputSchema — valid JSON Schema object with type, properties, and required
  • annotations — always present, never omitted

Annotations rules

Tool type readOnlyHint destructiveHint
Read-only (list, get, search, view) true omit or false
Write / mutating (create, update, assign, resolve, reopen, close) false true
Generic / raw API pass-through false true
// Read-only example
annotations: { readOnlyHint: true }

// Mutating example
annotations: { readOnlyHint: false, destructiveHint: true }

Read the full file on GitHub · 112 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. 4d ago First seen · 112 lines · 1,165 tokens per session scan A f83f9f432459

Subscribe to this mod's changes

fogbugz-mcp CLAUDE.md is an instructions file published in the GitHub repository todevelopers/fogbugz-mcp (2 stars, last pushed 2mo ago), licensed MIT. It adds 1,165 tokens to every session, about $0.0058 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.