@snokam/mcp-api 0.186.1 → 0.187.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.186.1",
3
+ "version": "0.187.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": {
@@ -1996,16 +1996,10 @@
1996
1996
  "type": "string"
1997
1997
  },
1998
1998
  "salaryConfig": {
1999
- "$ref": "#/components/schemas/sanityPatchEmployeeSalaryConfig"
2000
- },
2001
- "scopeGrants": {
2002
- "type": "array",
2003
- "items": {
2004
- "type": "string"
2005
- }
1999
+ "$ref": "#/components/schemas/pickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig"
2006
2000
  },
2007
2001
  "settings": {
2008
- "$ref": "#/components/schemas/sanityPatchEmployeeSettings"
2002
+ "$ref": "#/components/schemas/pickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings"
2009
2003
  },
2010
2004
  "slug": {
2011
2005
  "$ref": "#/components/schemas/slug"
@@ -2036,6 +2030,35 @@
2036
2030
  }
2037
2031
  }
2038
2032
  },
2033
+ "pickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSalaryConfig": {
2034
+ "type": "object",
2035
+ "properties": {
2036
+ "model": {
2037
+ "enum": [
2038
+ "snokam.ceo",
2039
+ "snokam.employee"
2040
+ ],
2041
+ "type": "string",
2042
+ "default": "snokam.ceo",
2043
+ "nullable": true
2044
+ }
2045
+ }
2046
+ },
2047
+ "pickSanityPatchEmployeeExcludeKeyofSanityPatchEmployeeScopeGrantsSettings": {
2048
+ "type": "object",
2049
+ "properties": {
2050
+ "colorScheme": {
2051
+ "enum": [
2052
+ "dark",
2053
+ "light",
2054
+ "system"
2055
+ ],
2056
+ "type": "string",
2057
+ "default": "dark",
2058
+ "nullable": true
2059
+ }
2060
+ }
2061
+ },
2039
2062
  "presentationSpeaker": {
2040
2063
  "type": "object",
2041
2064
  "properties": {
@@ -3078,35 +3101,6 @@
3078
3101
  }
3079
3102
  }
3080
3103
  },
3081
- "sanityPatchEmployeeSalaryConfig": {
3082
- "type": "object",
3083
- "properties": {
3084
- "model": {
3085
- "enum": [
3086
- "snokam.ceo",
3087
- "snokam.employee"
3088
- ],
3089
- "type": "string",
3090
- "default": "snokam.ceo",
3091
- "nullable": true
3092
- }
3093
- }
3094
- },
3095
- "sanityPatchEmployeeSettings": {
3096
- "type": "object",
3097
- "properties": {
3098
- "colorScheme": {
3099
- "enum": [
3100
- "dark",
3101
- "light",
3102
- "system"
3103
- ],
3104
- "type": "string",
3105
- "default": "dark",
3106
- "nullable": true
3107
- }
3108
- }
3109
- },
3110
3104
  "sanityPatchPageMetaImage": {
3111
3105
  "type": "object",
3112
3106
  "properties": {