@signet-auth/mcp-tools 0.4.1 → 0.4.4

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 CHANGED
@@ -47,3 +47,9 @@ io.github.prismer-ai/signet-mcp-tools
47
47
  ```
48
48
 
49
49
  The registry manifest is in [server.json](./server.json).
50
+
51
+ ## Links
52
+
53
+ - [Full documentation & all SDKs](https://github.com/Prismer-AI/signet)
54
+
55
+ If Signet is useful to you, [star us on GitHub](https://github.com/Prismer-AI/signet) — it helps others discover the project.
package/dist/server.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signet-auth/mcp-tools",
3
- "version": "0.4.1",
3
+ "version": "0.4.4",
4
4
  "description": "MCP server exposing Signet cryptographic signing, verification, and audit tools",
5
5
  "keywords": [
6
6
  "mcp",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@modelcontextprotocol/sdk": "^1.10.0",
38
- "@signet-auth/core": "^0.4.1"
38
+ "@signet-auth/core": "^0.4.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22",