40-deploy

A set of deployment and operations rules for running this project in production. It covers PM2 process management, GitHub Actions, setup, configuration, and health checks.

In plain words
What is it for?
Use it when changing deployment workflows, restarting PM2 services, configuring production, or validating HTTP and streaming endpoints.
Why use it?
It provides project-specific instructions for deploying updates and checking whether the running services are healthy.

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/marianfoo/abap-mcp-server/40-deploy
Clone the repo
git clone --depth 1 https://github.com/marianfoo/abap-mcp-server

Made for: Cursor.

Per session 687 This file is loaded in full into every session.
When invoked 687 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod 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.00687 $0.00687
Opus 5 $0.00344 $0.00344
Sonnet 5 $0.00137 $0.00137
Haiku 4.5 $0.00069 $0.00069

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

Security

Grade A, and why

40-deploy 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 2d 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.

Origin

This is a copy

92% identical to 40-deploy — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/rules/40-deploy.mdc · 69 lines

How it starts

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

Deploy & Ops (Rule)

For PM2 processes, GitHub Actions, health checks, and production operations.

Deployment Pipeline

  • GitHub Action: "Deploy MCP stack" workflow
  • Trigger: Push to main branch or manual dispatch via workflow_dispatch
  • Process: SSH → git pull → enhanced setup.sh → PM2 restart
  • Health Checks: Automated validation of all endpoints (proxy, http, streamable)

Enhanced Setup Script (setup.sh)

  • Shallow Submodules: Single-branch, depth-1 clones with blob filtering
  • Partial Clone: Uses --filter=blob:none for minimal bandwidth
  • Branch Fallback: Tries specified branch, falls back to master
  • Repository Compaction: Aggressive GC and reflog cleanup
  • Skip Nested: SKIP_NESTED_SUBMODULES=1 for deployment optimization

PM2 Configuration (ecosystem.config.cjs)

  • abap-mcp-http: HTTP status server (127.0.0.1:3001)
  • abap-mcp-streamable: Streamable HTTP MCP (127.0.0.1:3122)

Environment Configuration (BM25-Only)

env: {
  NODE_ENV: "production",
  LOG_LEVEL: "INFO", 
  LOG_FORMAT: "json",
  RETURN_K: "25"  // Centralized result limit
}

Health Endpoints

  • HTTP Server: /status, /healthz, /readyz
  • Streamable Server: /health
  • Proxy Server: /status (via mcp-proxy)

Build Process

  1. TypeScript: npm run build:tscdist/src/
  2. Index Build: npm run build:indexdist/data/index.json
  3. FTS Build: npm run build:ftsdist/data/docs.sqlite
  4. Full Build: npm run build → Complete pipeline

Monitoring & Logging

  • Structured Logging: JSON format in production
  • Performance Metrics: Search timing and result counts
  • Error Tracking: Graceful fallbacks with error logging
  • Resource Usage: PM2 process monitoring

Build Process

  1. Index Build: npm run build:indexdist/data/index.json
  2. FTS Build: npm run build:ftsdist/data/docs.sqlite
  3. TypeScript: npm run build:tscdist/src/
  4. Full Build: npm run build → Complete pipeline

Read the full file on GitHub · 69 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. 2d ago First seen · 69 lines · 687 tokens per session scan A 2797dc585cc5

Subscribe to this mod's changes

40-deploy is a cursor rule published in the GitHub repository marianfoo/abap-mcp-server (88 stars, last pushed 14d ago), licensed Apache-2.0. It adds 687 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to 40-deploy, differing in 7 lines, and is treated as a copy.