@cedulon/mcp-server 0.2.2 → 0.2.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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,13 +26,15 @@ The binary is `cedulon-mcp` (compiled JavaScript, no
|
|
|
26
26
|
node packages/mcp-server/dist/index.js
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
From
|
|
29
|
+
From the published package, without a clone:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npx cedulon-
|
|
32
|
+
npx -y @cedulon/mcp-server
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
`npx
|
|
35
|
+
`npx cedulon-mcp` is the same binary from a packed or already-installed copy.
|
|
36
|
+
The server is also listed in the MCP Registry as
|
|
37
|
+
`io.github.dogrucanemek-alt/cedulon`.
|
|
36
38
|
|
|
37
39
|
From the repository source tree (development):
|
|
38
40
|
|
package/package.json
CHANGED