@aiquants/html-to-markdown 0.5.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- "use strict";require("./mcp-server-streamable-DUB_ixZe.cjs").runStreamableMcpServer().catch(e=>{process.exit(1)});
2
+ "use strict";require("./mcp-server-streamable-DJ-R_Z_E.cjs").runStreamableMcpServer().catch(e=>{process.exit(1)});
@@ -1,6 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import { r as runStreamableMcpServer } from "./mcp-server-streamable-pcpU_lDl.js";
3
- runStreamableMcpServer().catch((error) => {
4
- console.error("Failed to start streamable MCP server:", error);
5
- process.exit(1);
6
- });
2
+ import{r}from"./mcp-server-streamable-CjY9xfH0.js";r().catch(r=>{process.exit(1)});
package/dist/mcp.cjs CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const e=new(require("happy-dom").Window);Object.assign(global,{document:e.document,window:e,self:e});require("./mcp-server-Dn3EHzcf.cjs").runMcpServer().catch(e=>{process.exit(1)});
2
+ const e=new(require("happy-dom").Window);Object.assign(global,{document:e.document,window:e,self:e});require("./mcp-server-eznfa4gh.cjs").runMcpServer().catch(e=>{process.exit(1)});
package/dist/mcp.js CHANGED
@@ -1,13 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import { Window } from "happy-dom";
3
- const window = new Window();
4
- Object.assign(global, {
5
- document: window.document,
6
- window,
7
- self: window
8
- });
9
- import { r as runMcpServer } from "./mcp-server-DOe8W9IZ.js";
10
- runMcpServer().catch((error) => {
11
- console.error("Failed to start MCP server:", error);
12
- process.exit(1);
13
- });
2
+ import{Window as o}from"happy-dom";const e=new o;Object.assign(global,{document:e.document,window:e,self:e});import{r as s}from"./mcp-server-CvLGX0Fe.js";s().catch(o=>{process.exit(1)});
@@ -54,6 +54,12 @@ export declare class HtmlToMarkdownMcpServer {
54
54
  } | undefined;
55
55
  mimeType?: string | undefined;
56
56
  description?: string | undefined;
57
+ icons?: {
58
+ [x: string]: unknown;
59
+ src: string;
60
+ mimeType?: string | undefined;
61
+ sizes?: string[] | undefined;
62
+ }[] | undefined;
57
63
  } | {
58
64
  [x: string]: unknown;
59
65
  type: "resource";
@@ -126,6 +132,12 @@ export declare class HtmlToMarkdownMcpServer {
126
132
  } | undefined;
127
133
  mimeType?: string | undefined;
128
134
  description?: string | undefined;
135
+ icons?: {
136
+ [x: string]: unknown;
137
+ src: string;
138
+ mimeType?: string | undefined;
139
+ sizes?: string[] | undefined;
140
+ }[] | undefined;
129
141
  } | {
130
142
  [x: string]: unknown;
131
143
  type: "resource";
@@ -198,6 +210,12 @@ export declare class HtmlToMarkdownMcpServer {
198
210
  } | undefined;
199
211
  mimeType?: string | undefined;
200
212
  description?: string | undefined;
213
+ icons?: {
214
+ [x: string]: unknown;
215
+ src: string;
216
+ mimeType?: string | undefined;
217
+ sizes?: string[] | undefined;
218
+ }[] | undefined;
201
219
  } | {
202
220
  [x: string]: unknown;
203
221
  type: "resource";