home/productivity/audit-mcp-server-prompt

Audit Mcp Server.prompt

GPTClaudeDeepSeek··629 copies·updated 2026-07-14
audit-mcp-server-prompt.prompt
---
agent: "mcp-server-orchestrator"
name: audit-mcp-server
description: "Audit src/ MCP server implementation for protocol compliance, stability, and security; propose prioritized patches."
---

Goal: Review the MCP server implementation under `src/` and propose concrete improvements.

Scope:
- `src/express_app.js`
- `src/mcp_server.js`
- `src/mcp_tools/*`
- `src/mcp_prompts/*`
- `src/middlewares/*`
- tests if present

Process:
1) Protocol & transport: request parsing, Accept headers, SSE behavior, JSON-RPC correctness, lifecycle.
2) Tooling: naming consistency, schemas, output stability, error paths.
3) Security: body limits, logging hygiene, DoS considerations, safe defaults.
4) Provide prioritized improvements: P0/P1/P2.

Output format:
- `## Summary`
- `## P0 fixes` (must-do)
- `## P1 improvements`
- `## P2 nice-to-haves`
- For each fix:
  - Problem + evidence (file path)
  - Proposed change
  - Patch (full updated file contents in fenced `md` blocks)
- `## Verification checklist` (commands + expected results)

Constraints:
- Minimal diffs, focused changes.
- Don’t invent new architecture unless necessary; propose incremental steps.

when to use it

Community prompt sourced from the open-source GitHub repo Robotti-io/copilot-security-instructions (Apache-2.0). A "Audit Mcp Server.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Robotti-io/copilot-security-instructions · Apache-2.0