Skip to content

Commit cacb3d1

Browse files
docs: trim README — drop Development section, clarify license line
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f768cd8 commit cacb3d1

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ args = ["-y", "english-tutor-mcp"]
9191

9292
Relocate everything with `ENGLISH_TUTOR_DB=/path/to/db.sqlite`. Delete the directory to erase all data — nothing leaves your machine.
9393

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-
10394
## License
10495

105-
MIT
96+
MIT License

0 commit comments

Comments
 (0)