Initial MCP server commit

This commit is contained in:
2026-04-12 22:15:46 +03:00
commit 362fde4d1b
86 changed files with 83311 additions and 0 deletions

28
AGENTS.md Normal file
View File

@@ -0,0 +1,28 @@
# AGENTS.md
## Execution Model (MUST)
- Read this file first; treat as system-level constraints.
- Reusable general rules (MUST read and apply): [AGENT.common.md](AGENT.common.md)
- Reusable structured interaction rules: [AGENT.interaction.md](AGENT.interaction.md)
- Priority:
1. User instructions
2. AGENTS.md
3. Applicable referenced reusable rule files
4. Existing code/style
5. Best practices
- Prefer minimal, non-breaking changes.
- Do not introduce unnecessary abstractions.
---
## Guardrails (MUST)
Before commit:
- no secrets or sensitive data
- build passes locally
- tests pass
---
## Rules Maintenance (MUST)
- Keep updates minimal: merge redundant points, preserve intent.