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.
npx agentmods add instructions/yushulx/simple-dynamsoft-mcp/agents-mdgit clone --depth 1 https://github.com/yushulx/simple-dynamsoft-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/yushulx/simple-dynamsoft-mcp/agents-md)<a href="https://agentmods.dev/instructions/yushulx/simple-dynamsoft-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/yushulx/simple-dynamsoft-mcp/agents-md.svg" alt="Measured on agentmods" 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 | $0.01629 | $0.01629 |
| Opus 5 | $0.00814 | $0.00814 |
| Sonnet 5 | $0.00326 | $0.00326 |
| Haiku 4.5 | $0.00163 | $0.00163 |
Grade A, and why
simple-dynamsoft-mcp AGENTS.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 4d 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 — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Purpose
This file is the operational guide for coding agents working in simple-dynamsoft-mcp.
Use it as the default source for build/test workflows and coding conventions.
Project Snapshot
- Runtime: Node.js ESM (
"type": "module"), Node >= 18 required. - Main entrypoint:
src/index.js. - Server factory:
src/server/create-server.js. - Test framework: built-in
node:test+node:assert/strict. - Key domains: MCP tool registration, resource indexing, RAG providers, data bootstrap/submodule sync.
- Public MCP surface:
dwt,ddv,dbr,mrz,mds;dcvmay still appear in internal resource or version wiring, but do not expose it as a public product.
Repository Rules Discovery
Checked for repository-level editor-agent policy files:
.cursor/rules/**: not found.cursorrules: not found.github/copilot-instructions.md: not found
If any of these files are added later, treat them as higher-priority guidance and update this file.
Install / Build / Run
- Install dependencies:
npm ci - Start server (stdio transport):
npm start - Start server directly:
node src/index.js - Start HTTP transport:
node src/index.js --transport=http --host=127.0.0.1 --port=3333
Notes:
- There is no dedicated
buildscript right now. - There is no dedicated
lintscript right now.
Test Commands (Canonical)
High-signal test entrypoints from package.json:
- Full default suite:
npm test - Unit tests:
npm run test:unit - Lite integration pack:
npm run test:lite - Stdio integration:
npm run test:stdio - HTTP integration:
npm run test:http - Package runtime integration:
npm run test:package - Lazy hydration integration:
npm run test:lazy - Lexical-provider integration:
npm run test:lexical - Gemini-provider integration:
npm run test:gemini - Regression pack:
npm run test:regression
Running A Single Test
Prefer direct node --test for single-file and single-test targeting.
Run one test file:
node --test test/unit/create-server.test.jsnode --test test/integration/stdio.test.js
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.
- 4d ago First seen · 157 lines · 1,629 tokens per session scan A 412e04e7360d
simple-dynamsoft-mcp AGENTS.md is an instructions file published in the GitHub repository yushulx/simple-dynamsoft-mcp (2 stars, last pushed yesterday), licensed MIT. It adds 1,629 tokens to every session, about $0.0081 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
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
vibe-coding-prompt-template tests.instructions.md
Instructions for KhazP/vibe-coding-prompt-template, a project described as: Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs.
cherry-studio AGENTS.md
AGENTS.md instructions for CherryHQ/cherry-studio, a project described as: AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs.
the-pair AGENTS.md
Instructions for timwuhaotian/the-pair, covering ai agent guidelines for "the pair", project identity, tech stack, architecture rules and rust backend modules (src-tauri/src/).
ping-island AGENTS.md
Instructions for erha19/ping-island, covering agents.md, mission, start here, repo map and change routing.