ios-mcp-code-quality-server copilot-instructions.md

ios-mcp-code-quality-server copilot-instructions.md is an instructions file for GitHub Copilot from a-25/ios-mcp-code-quality-server. It costs 1,476 tokens per session, scanned A, original, MIT.

Project instructions for a TypeScript MCP server that analyzes iOS code quality. It provides AI coding agents with tools for running tests and SwiftLint, a tool that checks Swift code style and common issues.

In plain words
What is it for?
Use it when developing or operating the iOS code-quality server and its test-running and SwiftLint integrations.
Why use it?
It documents how to install, build, run, and test the server, including known limits such as the missing lint configuration.

Instructions file for GitHub Copilot

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/a-25/ios-mcp-code-quality-server/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/a-25/ios-mcp-code-quality-server

Made for: GitHub Copilot.

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 ios-mcp-code-quality-server copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/a-25/ios-mcp-code-quality-server/copilot-instructions.svg)](https://agentmods.dev/instructions/a-25/ios-mcp-code-quality-server/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/a-25/ios-mcp-code-quality-server/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/a-25/ios-mcp-code-quality-server/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,476 This file is loaded in full into every session.
When invoked 1,476 The same file — it is already loaded in full.
Security scan A 1 finding. 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.01476 $0.01476
Opus 5 $0.00738 $0.00738
Sonnet 5 $0.00295 $0.00295
Haiku 4.5 $0.00148 $0.00148

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

Security

Grade A, and why

ios-mcp-code-quality-server copilot-instructions.md scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. Test MCP endpoint: `curl -s http://localhost:3000/`
.github/copilot-instructions.md · 171 lines

How it starts

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

iOS MCP Code Quality Server

ALWAYS FOLLOW THESE INSTRUCTIONS FIRST. Only use additional search and context gathering if the information here is incomplete or found to be in error.

This is a Node.js TypeScript MCP (Model Context Protocol) server that provides iOS code quality analysis tools including test running and SwiftLint integration. The server exposes test and lint tools via the MCP protocol for integration with AI coding agents.

Working Effectively

Bootstrap and Build (Required First Steps)

npm install                                    # Takes ~2 seconds
tsc -p tsconfig.build.json --noEmit false     # Takes ~2 seconds

Start the MCP Server

npm start
# OR run directly:
node dist/index.js

Server starts on port 3000 and provides MCP protocol endpoints at http://localhost:3000/.

Run Tests

npm test                                       # Takes ~1 second. All 19 tests should pass.

Linting (Currently Broken)

npm run lint                                   # FAILS: ESLint config missing

Do NOT try to fix the linting - it fails due to missing ESLint configuration file.

iOS Development Dependencies (CRITICAL LIMITATIONS)

This server is designed to work with iOS development tools that are ONLY available on macOS:

Required but NOT Available in Linux/CI Environments:

  • Xcode Command Line Tools: xcodebuild, xcrun, xcresulttool
  • SwiftLint: For Swift code linting and auto-correction
  • macOS: iOS development tools only work on macOS

What Works Without iOS Tools:

  • Build and start the MCP server
  • Run the test suite (uses mocked data)
  • Basic server functionality

What Does NOT Work Without iOS Tools:

  • Actual iOS project testing via xcodebuild test
  • SwiftLint code analysis
  • Real iOS code quality analysis

Timing and Cancellation Warnings

  • Build: TypeScript compilation takes ~2 seconds - no special timeout needed
  • Tests: Complete test suite runs in ~1 second - no special timeout needed
  • Install: Dependencies install in ~2 seconds - no special timeout needed
  • Server Start: Server starts immediately after build completes

Read the full file on GitHub · 171 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 · 171 lines · 1,476 tokens per session scan A 62c7f8e18cfe

Subscribe to this mod's changes

ios-mcp-code-quality-server copilot-instructions.md is an instructions file published in the GitHub repository a-25/ios-mcp-code-quality-server (9 stars, last pushed 11mo ago), licensed MIT. It adds 1,476 tokens to every session, about $0.0074 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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