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/hypothesi/mcp-server-tauri/agents-mdgit clone --depth 1 https://github.com/hypothesi/mcp-server-tauriWrote 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/hypothesi/mcp-server-tauri/agents-md)<a href="https://agentmods.dev/instructions/hypothesi/mcp-server-tauri/agents-md"><img src="https://agentmods.dev/badge/instructions/hypothesi/mcp-server-tauri/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.02274 | $0.02274 |
| Opus 5 | $0.01137 | $0.01137 |
| Sonnet 5 | $0.00455 | $0.00455 |
| Haiku 4.5 | $0.00227 | $0.00227 |
Grade A, and why
mcp-server-tauri 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- mcp-server-tauri AGENTS.md — 86% identical, 52 lines differ
How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project Overview
MCP server for Tauri v2 application development. Provides tools for CLI execution, configuration management, mobile device/emulator management, native UI automation, and debugging.
Monorepo packages:
packages/mcp-server/- Main MCP server implementationpackages/tauri-plugin-mcp-bridge/- Tauri plugin for automation bridge (Rust)packages/test-app/- Test application for E2E testingpackages/cli- A CLI wrapper for the MCP server funcionality
Setup Commands
npm install # Install all dependencies
npm run build # Build all packages
npm test # Run tests (requires build first)
npm run standards # Run commitlint + eslint
Code Style
- TypeScript: Strict mode, ESM with
.jsextensions in imports, ES2022 target - Naming: camelCase for functions/variables, PascalCase for classes, kebab-case for files
- Acronyms: All lowercase or all caps, never mixed (e.g.,
urlorURL, neverUrl) - Avoid:
anytype, magic numbers, deeply nested blocks - Prefer: Early returns, higher-order functions, immutability (
readonly,as const) - Functions: Arrow for simple (<3 instructions), named otherwise; use RO-RO pattern
- JSDoc: Document public classes and methods
Adding New MCP Tools
All tools are defined in packages/mcp-server/src/tools-registry.ts:
- Add Zod schema + handler in the appropriate module (
manager/,driver/,monitor/) - Import and add entry to
TOOLSarray intools-registry.ts - Add E2E test in
packages/mcp-server/tests/e2e/
Tool categories: PROJECT_MANAGEMENT, MOBILE_DEVELOPMENT, UI_AUTOMATION, IPC_PLUGIN
Testing Instructions
- Always build before testing:
npm run build - E2E tests launch
test-appand connect via WebSocket - Tests located in
packages/mcp-server/tests/e2e/ - Prefer E2E tests over unit tests
- CI timeout is 8 minutes; local is 1 minute
Manual MCP Testing (local dev MCP server)
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 · 191 lines · 2,274 tokens per session scan A 28504a441e3d
mcp-server-tauri AGENTS.md is an instructions file published in the GitHub repository hypothesi/mcp-server-tauri (297 stars, last pushed 6d ago), licensed MIT. It adds 2,274 tokens to every session, about $0.0114 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-30.
Other instructions, from other repositories
cli AGENTS.md
AGENTS.md instructions for googleworkspace/cli, covering agents.md, project overview, build & test, changesets and architecture.
notfair-plugin AGENTS.md
AGENTS.md instructions for nowork-studio/notfair-plugin, covering notfair — skill resolver for ai agents, how to use this file, seo, paid ads and analytics.
domscribe CLAUDE.md
Instructions for patchorbit/domscribe, covering claude.md, what is domscribe?, how to work on this codebase, commands and install dependencies (pnpm, not npm).
adeu GEMINI.md
Gemini CLI instructions for dealfluence/adeu, covering adeu — native track changes for ai, available tools, readdocx, processdocumentbatch and applytextrevision.
gpt-image-2-skill CLAUDE.md
Instructions for Wangnov/gpt-image-2-skill, covering gpt-image-2-skill and 发版(必须两步,缺一不可).
bookstack-mcp CLAUDE.md
Instructions for ttpears/bookstack-mcp, covering claude.md, project overview, build & development commands, architecture and configuration.