Skip to content

Commit 7e5e4ed

Browse files
authored
feat(fetchDoc): refactor markdown conversion process and create conversion factory to abstract the actual implementation. (#36)
1 parent 8967dfd commit 7e5e4ed

File tree

8 files changed

+217
-204
lines changed

8 files changed

+217
-204
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,16 @@
4949
"license": "ISC",
5050
"packageManager": "[email protected]",
5151
"dependencies": {
52-
"@mixmark-io/domino": "^2.2.0",
5352
"@modelcontextprotocol/sdk": "^1.10.1",
5453
"@types/cacache": "^17.0.2",
5554
"@types/node": "^22.14.1",
5655
"cacache": "^19.0.1",
57-
"cheerio": "^1.0.0-rc.12",
58-
"html-to-markdown": "^1.0.0",
5956
"lunr": "^2.3.9",
6057
"lunr-languages": "^1.14.0",
6158
"make-fetch-happen": "^14.0.3",
59+
"node-html-markdown": "^1.3.0",
6260
"pino": "^9.6.0",
6361
"pino-pretty": "^13.0.0",
64-
"turndown": "^7.2.0",
6562
"zod": "^3.24.3",
6663
"zod-to-json-schema": "^3.24.5"
6764
},

pnpm-lock.yaml

Lines changed: 25 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)