@snokam/mcp-api 2.46.0 → 2.47.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1002,6 +1002,9 @@
1002
1002
  },
1003
1003
  "createdAccountId": {
1004
1004
  "type": "string"
1005
+ },
1006
+ "temporaryPassword": {
1007
+ "type": "string"
1005
1008
  }
1006
1009
  }
1007
1010
  },
@@ -1002,6 +1002,9 @@
1002
1002
  },
1003
1003
  "createdAccountId": {
1004
1004
  "type": "string"
1005
+ },
1006
+ "temporaryPassword": {
1007
+ "type": "string"
1005
1008
  }
1006
1009
  }
1007
1010
  },