feat: everything

This commit is contained in:
2026-03-13 15:00:22 +00:00
commit bffd6f3262
44 changed files with 5149 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Decisions
## Architecture
- One file per tool in src/tools/
- Resources as TypeScript string constants in src/resources/knowledge/
- Stdio transport only (no HTTP/SSE)
- Read-only: NO mutations allowed anywhere