fix: read prompt.md from src/ instead of dist/

This commit is contained in:
Tommy D. Rossi
2025-12-30 15:22:54 +01:00
parent e4e509d638
commit d88012324c
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.33
### Patch Changes
- **Fixed prompt.md not found error**: Read `prompt.md` from `src/` instead of `dist/`, fixing `ENOENT: no such file or directory` error when running the MCP
## 0.0.32
### Patch Changes