Borrowing it
Nothing to install: this file belongs to gusztavvargadr/foaas-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/gusztavvargadr/foaas-mcp/main/.github/copilot-instructions.mdgit clone --depth 1 https://github.com/gusztavvargadr/foaas-mcpWrote 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.
[](https://agentmods.dev/instructions/gusztavvargadr/foaas-mcp/copilot-instructions)<a href="https://agentmods.dev/instructions/gusztavvargadr/foaas-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/gusztavvargadr/foaas-mcp/copilot-instructions/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80ร15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/gusztavvargadr/foaas-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/gusztavvargadr/foaas-mcp/copilot-instructions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02118 | $0.02118 |
| Opus 5 | $0.01059 | $0.01059 |
| Sonnet 5 | $0.00424 | $0.00424 |
| Haiku 4.5 | $0.00212 | $0.00212 |
Grade A, and why
foaas-mcp copilot-instructions.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 9d 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.
How it starts
The opening of the file, as written. The whole thing โ 211 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Copilot Instructions for FOAAS MCP
๐จ CRITICAL: Code Review Guidelines (READ FIRST)
Before suggesting improvements in PR reviews:
- โ
Check
docs/roadmap/backlog/- Is it already planned? - โ
Check
docs/roadmap/next/- Is it in progress? - โ Don't suggest improvements already documented in the roadmap
Example: Don't flag "CI is too complex" - it's tracked in build-script-externalization.md
Why? Keep reviews focused on current PR quality, not rehashing known future work.
Project Overview
MCP server exposing FOAAS (Fuck Off As A Service) via Docker. Uses stdio transport for VS Code integration.
โ ๏ธ Content Warning: Intentionally contains explicit language.
Architecture
Transport: stdio only (no HTTP) - simpler, more secure, sufficient for VS Code demo
Runtime: Docker (Debian 12 Bookworm Slim + Node.js 20.19.5 + dumb-init)
Language: TypeScript 5.9.3 (ES2022 modules, strict mode)
Tools: 23 individual tools (all foaas_* prefix, direct 1:1 API mapping)
Tool Design Pattern
Individual tools only (foaas_*): Direct 1:1 mapping to FOAAS API operations
- Example:
foaas_legendโGET /legend/{name}/{from} - Example:
foaas_logsโGET /logs/{from} - Direct, predictable, AI picks best contextual fit
- No randomization - precise control over responses
Why individual tools only?
- Consistent parameters within each tool
- AI can select the perfect response for context
- Simpler architecture (1 tool = 1 operation)
- Better demo of MCP's smart tool selection
- Removed group tools due to parameter inconsistency
Key Files
src/server.ts- MCP server setup, tool registration (import โ array โ register)src/foaas/client.ts- FOAAS API client (all operations, URL encoding, error handling)src/tools/shared/schemas.ts- Shared Zod schemas (fromParam,toParam,formatFoaasResponse)src/tools/individual/*.ts- Individual tool implementations (1 file = 1 tool)
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.
- 9d ago First seen ยท 211 lines ยท 2,118 tokens per session scan A 441b4c7ab07b
foaas-mcp copilot-instructions.md is an instructions file published in the GitHub repository gusztavvargadr/foaas-mcp (2 stars, last pushed 2d ago), licensed MIT. It adds 2,118 tokens to every session, about $0.0106 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.