@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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. 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 a packed or published install:
29
+ From the published package, without a clone:
30
30
 
31
31
  ```bash
32
- npx cedulon-mcp
32
+ npx -y @cedulon/mcp-server
33
33
  ```
34
34
 
35
- `npx @cedulon/mcp-server` is the same once the package is on the npm registry.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedulon/mcp-server",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "mcpName": "io.github.dogrucanemek-alt/cedulon",
5
5
  "description": "Local stdio MCP server for policy-gated Cedulon spend and audit.",
6
6
  "license": "Apache-2.0",