@snokam/mcp-api 1.21.1 → 2.1.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": "1.21.1",
3
+ "version": "2.1.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": {
@@ -4309,6 +4309,10 @@
4309
4309
  "boardMember": {
4310
4310
  "type": "boolean"
4311
4311
  },
4312
+ "isBot": {
4313
+ "type": "boolean",
4314
+ "nullable": true
4315
+ },
4312
4316
  "cliftonStrengths": {
4313
4317
  "type": "array",
4314
4318
  "items": {
@@ -4309,6 +4309,10 @@
4309
4309
  "boardMember": {
4310
4310
  "type": "boolean"
4311
4311
  },
4312
+ "isBot": {
4313
+ "type": "boolean",
4314
+ "nullable": true
4315
+ },
4312
4316
  "cliftonStrengths": {
4313
4317
  "type": "array",
4314
4318
  "items": {