@josephyan/qingflow-app-user-mcp 1.1.21 → 1.1.23

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
@@ -3,13 +3,13 @@
3
3
  Install:
4
4
 
5
5
  ```bash
6
- npm install @josephyan/qingflow-app-user-mcp@1.1.21
6
+ npm install @josephyan/qingflow-app-user-mcp@1.1.23
7
7
  ```
8
8
 
9
9
  Run:
10
10
 
11
11
  ```bash
12
- npx -y -p @josephyan/qingflow-app-user-mcp@1.1.21 qingflow-app-user-mcp
12
+ npx -y -p @josephyan/qingflow-app-user-mcp@1.1.23 qingflow-app-user-mcp
13
13
  ```
14
14
 
15
15
  Environment:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@josephyan/qingflow-app-user-mcp",
3
- "version": "1.1.21",
3
+ "version": "1.1.23",
4
4
  "description": "Operational end-user MCP for Qingflow records, tasks, comments, and directory workflows.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "qingflow-mcp"
7
- version = "1.1.21"
7
+ version = "1.1.23"
8
8
  description = "User-authenticated MCP server for Qingflow"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -2603,7 +2603,6 @@ class SchemaPlanRequest(StrictModel):
2603
2603
  icon: str | None = None
2604
2604
  color: str | None = None
2605
2605
  visibility: VisibilityPatch | None = None
2606
- create_if_missing: bool = False
2607
2606
  add_fields: list[FieldPatch] = Field(default_factory=list)
2608
2607
  update_fields: list[FieldUpdatePatch] = Field(default_factory=list)
2609
2608
  remove_fields: list[FieldRemovePatch] = Field(default_factory=list)