katana-markdown-linter 0.19.3 → 0.19.5
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,8 +16,8 @@ kml --version
|
|
|
16
16
|
Use `npx` for one-off runs:
|
|
17
17
|
|
|
18
18
|
~~~bash
|
|
19
|
-
npx --yes katana-markdown-linter@0.19.
|
|
20
|
-
npx --yes katana-markdown-linter@0.19.
|
|
19
|
+
npx --yes katana-markdown-linter@0.19.5 --version
|
|
20
|
+
npx --yes katana-markdown-linter@0.19.5 check README.md
|
|
21
21
|
~~~
|
|
22
22
|
|
|
23
23
|
## Basic Usage
|
|
@@ -50,16 +50,16 @@ kml fmt
|
|
|
50
50
|
Use `kml-mcp` for local stdio MCP clients:
|
|
51
51
|
|
|
52
52
|
~~~bash
|
|
53
|
-
npx --yes katana-markdown-linter@0.19.
|
|
54
|
-
bunx --package katana-markdown-linter@0.19.
|
|
55
|
-
npx --yes --package katana-markdown-linter@0.19.
|
|
53
|
+
npx --yes katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
|
|
54
|
+
bunx --package katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
|
|
55
|
+
npx --yes --package katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
|
|
56
56
|
~~~
|
|
57
57
|
|
|
58
58
|
Use `kml-mcp-remote` only for self-hosted Streamable HTTP:
|
|
59
59
|
|
|
60
60
|
~~~bash
|
|
61
61
|
KML_MCP_REMOTE_TOKEN=change-me \
|
|
62
|
-
npx --yes --package katana-markdown-linter@0.19.
|
|
62
|
+
npx --yes --package katana-markdown-linter@0.19.5 kml-mcp-remote
|
|
63
63
|
~~~
|
|
64
64
|
|
|
65
65
|
## Supported Platforms
|