simple-dynamsoft-mcp AGENTS.md

simple-dynamsoft-mcp AGENTS.md is an instructions file for Codex, OpenCode from yushulx/simple-dynamsoft-mcp. It costs 1,629 tokens per session, scanned A, original, MIT.

A project guide for coding agents working on the simple-dynamsoft-mcp repository. It documents the project’s runtime, entry points, tests, main areas, and common commands.

In plain words
What is it for?
Use it when starting work on this Node.js server, especially for discovering repository rules and running its standard commands.
Why use it?
It removes guesswork about how to install, test, build, and run the project, and where its key code is located.

Instructions file for CodexOpenCode

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/yushulx/simple-dynamsoft-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/yushulx/simple-dynamsoft-mcp

Made for: Codex, OpenCode.

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 simple-dynamsoft-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yushulx/simple-dynamsoft-mcp/agents-md.svg)](https://agentmods.dev/instructions/yushulx/simple-dynamsoft-mcp/agents-md)
Your own site
<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>
Per session 1,629 This file is loaded in full into every session.
When invoked 1,629 The same file — it is already loaded in full.
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.01629 $0.01629
Opus 5 $0.00814 $0.00814
Sonnet 5 $0.00326 $0.00326
Haiku 4.5 $0.00163 $0.00163

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

Security

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.

AGENTS.md · 157 lines

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; dcv may 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 build script right now.
  • There is no dedicated lint script 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.js
  • node --test test/integration/stdio.test.js

Read the full file on GitHub · 157 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. 4d ago First seen · 157 lines · 1,629 tokens per session scan A 412e04e7360d

Subscribe to this mod's changes

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.