development-workflow

development-workflow is a cursor rule for Cursor from r-huijts/ethics-check-mcp. It costs 0 tokens per session (590 once invoked), scanned A, original, MIT.

A development guide for an MCP project built with TypeScript, including setup, build, development, testing, code structure, and adding tools.

In plain words
What is it for?
Use it to set up the project, run or test its build, add new tools, change ethical categories, and understand where related code belongs.
Why use it?
It gives contributors a shared workflow for installing dependencies, running the project, and extending its tools consistently.

Cursor rule for Cursor

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 rules/r-huijts/ethics-check-mcp/development-workflow
Clone the repo
git clone --depth 1 https://github.com/r-huijts/ethics-check-mcp

Made for: Cursor.

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 development-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/r-huijts/ethics-check-mcp/development-workflow.svg)](https://agentmods.dev/rules/r-huijts/ethics-check-mcp/development-workflow)
Your own site
<a href="https://agentmods.dev/rules/r-huijts/ethics-check-mcp/development-workflow"><img src="https://agentmods.dev/badge/rules/r-huijts/ethics-check-mcp/development-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00590
Opus 5 $0.00000 $0.00295
Sonnet 5 $0.00000 $0.00118
Haiku 4.5 $0.00000 $0.00059

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

Security

Grade A, and why

development-workflow 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 5d 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.

.cursor/rules/development-workflow.mdc · 50 lines

How it starts

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

Development Workflow Guide

Setup & Installation

  1. Install Dependencies: npm install - Installs all required packages including MCP SDK, Gemini AI, and TypeScript
  2. Environment Setup: Copy env.example to .env and add your GEMINI_API_KEY
  3. Build Project: npm run build - Compiles TypeScript and sets executable permissions

Development Commands

  • Development Mode: npm run dev - Auto-recompiles and restarts on file changes
  • Build Only: npm run build - Compiles TypeScript to build/ directory
  • Start Server: npm start - Runs the compiled server (requires GEMINI_API_KEY)
  • Test Build: GEMINI_API_KEY=test_key node build/index.js - Test server startup

Code Structure Guidelines

Adding New Tools

  1. Create tool file in src/tools/ following the pattern of ethicsCheck.ts
  2. Define Input/Output interfaces
  3. Implement async tool function with Gemini AI integration
  4. Register tool in src/index.ts ListToolsRequestSchema handler
  5. Add tool execution case in CallToolRequestSchema handler

Modifying Ethical Categories

AI Prompt Engineering

  • Ethical analysis prompts are in individual tool files
  • Use structured JSON responses for consistent parsing
  • Include fallback handling for non-JSON responses
  • Reference ethical frameworks: consequentialism, deontology, virtue ethics, care ethics, justice

Integration Testing

  1. Build Verification: Ensure npm run build completes without errors
  2. Server Startup: Test with valid GEMINI_API_KEY
  3. Claude Desktop: Update claude_desktop_config.json with correct path
  4. Tool Testing: Use MCP inspector or Claude Desktop to test tool calls

Read the full file on GitHub · 50 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. 5d ago First seen · 50 lines · 0 tokens per session scan A 516cd855d5e4

Subscribe to this mod's changes

development-workflow is a cursor rule published in the GitHub repository r-huijts/ethics-check-mcp (5 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 590 tokens. 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.