@url2md-io/mcp 0.1.2 → 0.1.3
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.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -127,7 +127,7 @@ The server prints one line to stderr when it starts, naming the deployment, **th
|
|
|
127
127
|
whether it is real money**, the wallet address it will pay from, and the per-call limit:
|
|
128
128
|
|
|
129
129
|
```
|
|
130
|
-
@url2md-io/mcp 0.1.
|
|
130
|
+
@url2md-io/mcp 0.1.3 → https://url2md.io; eip155:8453 (real money); paying from 0x0972…7a36, at most $0.10 per call and $1.00 in total
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
Your private key is never printed, logged, or sent anywhere except as the signature on a payment.
|
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { Budget, ceilingLooksWrong, CEILING_WORTH_MENTIONING_USD, convert, disco
|
|
|
18
18
|
* message or into a tool result.
|
|
19
19
|
*/
|
|
20
20
|
export const SERVER_NAME = "url2md";
|
|
21
|
-
export const SERVER_VERSION = "0.1.
|
|
21
|
+
export const SERVER_VERSION = "0.1.3";
|
|
22
22
|
export const TOOL_NAME = "fetch_markdown";
|
|
23
23
|
export const inputSchema = z.object({
|
|
24
24
|
url: z.string().describe("The absolute http(s) URL to convert. Public hosts only: private, loopback and link-local addresses are refused, and the origin's robots.txt is obeyed."),
|
package/package.json
CHANGED