@snokam/mcp-api 0.196.0 → 0.196.1

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": "0.196.0",
3
+ "version": "0.196.1",
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": {
@@ -2778,6 +2778,18 @@
2778
2778
  "items": {
2779
2779
  "$ref": "#/components/schemas/systemRoleOption"
2780
2780
  }
2781
+ },
2782
+ "manageable": {
2783
+ "type": "boolean"
2784
+ },
2785
+ "inheritedVia": {
2786
+ "type": "string"
2787
+ },
2788
+ "provisioningStatus": {
2789
+ "type": "string"
2790
+ },
2791
+ "provisioningError": {
2792
+ "type": "string"
2781
2793
  }
2782
2794
  }
2783
2795
  },