@withpica/mcp-server 2.9.0 → 2.10.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.
@@ -4,42 +4,42 @@
4
4
  import { PicaClient } from "@withpica/mcp-sdk";
5
5
  import { ToolDefinition, ToolExecutor } from "./index.js";
6
6
  export declare class WorksTools {
7
- private pica;
8
- constructor(pica: PicaClient);
9
- /**
10
- * Get all works tools
11
- */
12
- getTools(): Array<{
13
- definition: ToolDefinition;
14
- executor: ToolExecutor;
15
- }>;
16
- /**
17
- * Query works — unified search, list, and health filter
18
- */
19
- private queryWorks;
20
- /**
21
- * Inspect work — unified detail view with selectable sections
22
- */
23
- private inspectWork;
24
- /**
25
- * Create work
26
- */
27
- private createWork;
28
- /**
29
- * Update work
30
- */
31
- private updateWork;
32
- /**
33
- * Delete work
34
- */
35
- private deleteWork;
36
- /**
37
- * Verify work
38
- */
39
- private verifyWork;
40
- /**
41
- * Bulk delete works
42
- */
43
- private bulkDeleteWorks;
7
+ private pica;
8
+ constructor(pica: PicaClient);
9
+ /**
10
+ * Get all works tools
11
+ */
12
+ getTools(): Array<{
13
+ definition: ToolDefinition;
14
+ executor: ToolExecutor;
15
+ }>;
16
+ /**
17
+ * Query works — unified search, list, and health filter
18
+ */
19
+ private queryWorks;
20
+ /**
21
+ * Inspect work — unified detail view with selectable sections
22
+ */
23
+ private inspectWork;
24
+ /**
25
+ * Create work
26
+ */
27
+ private createWork;
28
+ /**
29
+ * Update work
30
+ */
31
+ private updateWork;
32
+ /**
33
+ * Delete work
34
+ */
35
+ private deleteWork;
36
+ /**
37
+ * Verify work
38
+ */
39
+ private verifyWork;
40
+ /**
41
+ * Bulk delete works
42
+ */
43
+ private bulkDeleteWorks;
44
44
  }
45
- //# sourceMappingURL=works.d.ts.map
45
+ //# sourceMappingURL=works.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@withpica/mcp-server",
3
3
  "mcpName": "io.github.withpica/pica",
4
- "version": "2.9.0",
4
+ "version": "2.10.0",
5
5
  "description": "MCP Server for PICA Platform - enables AI assistants to interact with PICA",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",