mcp-sonarcloud AGENTS.md

mcp-sonarcloud AGENTS.md is an instructions file for Codex, OpenCode from lukleh/mcp-sonarcloud. It costs 575 tokens per session, scanned A, original, MIT.

Repository instructions for mcp-sonarcloud, a Python project that provides access to SonarCloud’s public API. They document its structure, commands, coding conventions, and tests.

In plain words
What is it for?
Use them when developing, testing, linting, or type-checking mcp-sonarcloud.
Why use it?
They give developers the project rules and checks needed to make changes consistently and verify them.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lukleh/mcp-sonarcloud/agents-md.svg)](https://agentmods.dev/instructions/lukleh/mcp-sonarcloud/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/lukleh/mcp-sonarcloud/agents-md"><img src="https://agentmods.dev/badge/instructions/lukleh/mcp-sonarcloud/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 575 This file is loaded in full into every session.
When invoked 575 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.00575 $0.00575
Opus 5 $0.00287 $0.00287
Sonnet 5 $0.00115 $0.00115
Haiku 4.5 $0.00057 $0.00057

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

Security

Grade A, and why

mcp-sonarcloud 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 3d 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 · 26 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

src/mcp_sonarcloud/server.py contains the MCPServer server, request helpers, Pydantic response models, and the CLI entry point. Runtime-path resolution is isolated in src/mcp_sonarcloud/runtime_paths.py, and package metadata lives in src/mcp_sonarcloud/__init__.py. Tests are concentrated in tests/test_server.py, while README.md, DEVELOPMENT.md, and SONARCLOUD_API_SUPPORT.md document the public API surface and maintenance expectations.

Build, Test, and Development Commands

  • uv sync --extra dev installs runtime and development dependencies.
  • uv run mcp-sonarcloud --print-paths shows the resolved config, state, and cache directories.
  • uv run mcp-sonarcloud --write-sample-config writes the default config.toml; add --overwrite only when replacing it intentionally.
  • uv run pytest -q runs the full test suite.
  • uv run pytest tests/test_server.py -q runs the focused SonarCloud tool coverage.
  • uv run ruff check src tests runs linting.
  • uv run ty check runs the type checker on src/.

Coding Style & Naming Conventions

Target Python 3.11+ with four-space indentation, explicit type hints, and async-first request code. Keep the current single-server-file structure unless a change is large enough to justify extraction. Use snake_case for functions, variables, and tests; use PascalCase for Pydantic models. New MCP tool parameters should continue to use pydantic.Field() descriptions with explicit valid values and concrete examples where that improves agent usability.

Testing Guidelines

Tests rely on pytest, pytest-asyncio, and pytest-httpx, so new API behavior should be covered with mocked HTTP exchanges rather than live SonarCloud calls. Update tests/test_server.py whenever request parameters, response parsing, organization scoping, or hotspot status validation changes. Prefer asserting both the outbound request shape and the structured response model.

Read the full file on GitHub · 26 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. 3d ago First seen · 26 lines · 575 tokens per session scan A 3f69f5967add

Subscribe to this mod's changes

mcp-sonarcloud AGENTS.md is an instructions file published in the GitHub repository lukleh/mcp-sonarcloud (0 stars, last pushed 1mo ago), licensed MIT. It adds 575 tokens to every session, about $0.0029 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

sonarqube-mcp-server AGENTS.md

AGENTS.md instructions for SonarSource/sonarqube-mcp-server, covering sonarqube mcp server, principles, prerequisites, build & verify and code style.

SonarSource/sonarqube-mcp-server · 2,801 tokens

python-code-validator AGENTS.md

AGENTS.md instructions for jkanselaar/python-code-validator, covering python you write here gets checked, say what the code is for, before you write it, while you write, when something comes back wrong and before you present anything.

jkanselaar/python-code-validator · 654 tokens

sheriff-mcp CLAUDE.md

Claude Code instructions for ryansmith4/sheriff-mcp, covering sheriff-mcp development guide, project overview, versioning, version source and release process.

ryansmith4/sheriff-mcp · 2,186 tokens

sonarlint-mcp-server CLAUDE.md

Instructions for nielspeter/sonarlint-mcp-server, covering claude code development guide, release process, how versioning works, important: do not manually edit changelog.md and configuration files.

nielspeter/sonarlint-mcp-server · 914 tokens

python-code-validator GEMINI.md

Gemini CLI instructions for jkanselaar/python-code-validator, covering python you write here gets checked, say what the code is for, before you write it, while you write, when something comes back wrong and before you present anything.

jkanselaar/python-code-validator · 687 tokens

openrouter-mcp-multimodal AGENTS.md

AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).

stabgan/openrouter-mcp-multimodal · 793 tokens