1 parent f768cd8 commit cacb3d1Copy full SHA for cacb3d1
1 file changed
README.md
@@ -91,15 +91,6 @@ args = ["-y", "english-tutor-mcp"]
91
92
Relocate everything with `ENGLISH_TUTOR_DB=/path/to/db.sqlite`. Delete the directory to erase all data — nothing leaves your machine.
93
94
-## Development
95
-
96
-```bash
97
-npm install
98
-npm test # tsc build + unit tests + protocol-level E2E over real stdio
99
-```
100
101
-Layout: `src/core` (domain logic, transport-agnostic) · `src/db` (SQLite schema) · `src/mcp` (tool/prompt handlers — validation and delegation only) · `src/taxonomy.ts` (the analysis lens) · `src/prompts.ts` (slash-command bodies).
102
103
## License
104
105
-MIT
+MIT License
0 commit comments