8 lines
214 B
Markdown
8 lines
214 B
Markdown
# 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
|