@powerhousedao/reactor-mcp 6.0.0-dev.173 → 6.0.0-dev.175
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/dist/index.d.mts +13 -13
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import { IReactorClient, ISyncManager } from "@powerhousedao/reactor";
|
|
|
4
4
|
import { Action, DocumentModelModule } from "@powerhousedao/shared/document-model";
|
|
5
5
|
import { ZodRawShape, z } from "zod";
|
|
6
6
|
import { IncomingMessage, ServerResponse } from "node:http";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _modelcontextprotocol_sdk_types0 from "@modelcontextprotocol/sdk/types";
|
|
8
8
|
import { CallToolResult, Prompt, Resource, ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
|
|
9
9
|
|
|
10
10
|
//#region src/mcp-routes.d.ts
|
|
@@ -381,7 +381,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
381
381
|
} & {
|
|
382
382
|
callback: (args: {
|
|
383
383
|
id: string;
|
|
384
|
-
}) => Promise<
|
|
384
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
385
385
|
};
|
|
386
386
|
readonly createDocument: {
|
|
387
387
|
readonly name: "createDocument";
|
|
@@ -401,7 +401,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
401
401
|
name?: string | undefined;
|
|
402
402
|
driveId?: string | undefined;
|
|
403
403
|
parentFolder?: string | undefined;
|
|
404
|
-
}) => Promise<
|
|
404
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
405
405
|
};
|
|
406
406
|
readonly getDocuments: {
|
|
407
407
|
readonly name: "getDocuments";
|
|
@@ -415,7 +415,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
415
415
|
} & {
|
|
416
416
|
callback: (args: {
|
|
417
417
|
parentId: string;
|
|
418
|
-
}) => Promise<
|
|
418
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
419
419
|
};
|
|
420
420
|
readonly deleteDocument: {
|
|
421
421
|
readonly name: "deleteDocument";
|
|
@@ -429,7 +429,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
429
429
|
} & {
|
|
430
430
|
callback: (args: {
|
|
431
431
|
documentId: string;
|
|
432
|
-
}) => Promise<
|
|
432
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
433
433
|
};
|
|
434
434
|
readonly addActions: {
|
|
435
435
|
readonly name: "addActions";
|
|
@@ -455,7 +455,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
455
455
|
scope: string;
|
|
456
456
|
context?: Record<string, unknown> | undefined;
|
|
457
457
|
}[];
|
|
458
|
-
}) => Promise<
|
|
458
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
459
459
|
};
|
|
460
460
|
readonly getDrives: {
|
|
461
461
|
readonly name: "getDrives";
|
|
@@ -465,7 +465,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
465
465
|
readonly driveIds: z.ZodArray<z.ZodString>;
|
|
466
466
|
};
|
|
467
467
|
} & {
|
|
468
|
-
callback: (args: Record<string, never>) => Promise<
|
|
468
|
+
callback: (args: Record<string, never>) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
469
469
|
};
|
|
470
470
|
readonly addDrive: {
|
|
471
471
|
readonly name: "addDrive";
|
|
@@ -503,7 +503,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
503
503
|
sharingType?: string | null | undefined;
|
|
504
504
|
} | undefined;
|
|
505
505
|
};
|
|
506
|
-
}) => Promise<
|
|
506
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
507
507
|
};
|
|
508
508
|
readonly getDrive: {
|
|
509
509
|
readonly name: "getDrive";
|
|
@@ -525,7 +525,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
525
525
|
revisions?: Record<string, number> | undefined;
|
|
526
526
|
checkHashes?: boolean | undefined;
|
|
527
527
|
} | undefined;
|
|
528
|
-
}) => Promise<
|
|
528
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
529
529
|
};
|
|
530
530
|
readonly deleteDrive: {
|
|
531
531
|
readonly name: "deleteDrive";
|
|
@@ -539,7 +539,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
539
539
|
} & {
|
|
540
540
|
callback: (args: {
|
|
541
541
|
driveId: string;
|
|
542
|
-
}) => Promise<
|
|
542
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
543
543
|
};
|
|
544
544
|
readonly addRemoteDrive: {
|
|
545
545
|
readonly name: "addRemoteDrive";
|
|
@@ -575,7 +575,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
575
575
|
} | undefined;
|
|
576
576
|
pullInterval?: number | undefined;
|
|
577
577
|
};
|
|
578
|
-
}) => Promise<
|
|
578
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
579
579
|
};
|
|
580
580
|
readonly getDocumentModels: {
|
|
581
581
|
readonly name: "getDocumentModels";
|
|
@@ -592,7 +592,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
592
592
|
}, z.core.$strip>>;
|
|
593
593
|
};
|
|
594
594
|
} & {
|
|
595
|
-
callback: (args: Record<string, never>) => Promise<
|
|
595
|
+
callback: (args: Record<string, never>) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
596
596
|
};
|
|
597
597
|
readonly getDocumentModelSchema: {
|
|
598
598
|
readonly name: "getDocumentModelSchema";
|
|
@@ -606,7 +606,7 @@ declare function createReactorMcpProvider(options: ReactorMcpProviderOptions): P
|
|
|
606
606
|
} & {
|
|
607
607
|
callback: (args: {
|
|
608
608
|
type: string;
|
|
609
|
-
}) => Promise<
|
|
609
|
+
}) => Promise<_modelcontextprotocol_sdk_types0.CallToolResult>;
|
|
610
610
|
};
|
|
611
611
|
};
|
|
612
612
|
readonly resources: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-mcp",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.175",
|
|
4
4
|
"description": "MCP server for document model operations in the Powerhouse ecosystem. For document model creation tasks, consider using the document-model-creator agent which provides a more guided experience.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"license": "AGPL-3.0-only",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@ai-sdk/openai": "2.0.0",
|
|
32
|
-
"@modelcontextprotocol/sdk": "1.
|
|
32
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
33
33
|
"@openfeature/core": "1.9.1",
|
|
34
34
|
"@openfeature/env-var-provider": "0.3.1",
|
|
35
35
|
"@openfeature/server-sdk": "1.19.0",
|
|
36
36
|
"ai": "5.0.52",
|
|
37
37
|
"change-case": "5.4.4",
|
|
38
|
-
"vite": "8.0.
|
|
38
|
+
"vite": "8.0.8",
|
|
39
39
|
"zod": "4.3.6",
|
|
40
|
-
"@powerhousedao/
|
|
41
|
-
"@powerhousedao/
|
|
42
|
-
"
|
|
43
|
-
"@powerhousedao/reactor": "6.0.0-dev.
|
|
44
|
-
"
|
|
40
|
+
"@powerhousedao/codegen": "6.0.0-dev.175",
|
|
41
|
+
"@powerhousedao/shared": "6.0.0-dev.175",
|
|
42
|
+
"@powerhousedao/config": "6.0.0-dev.175",
|
|
43
|
+
"@powerhousedao/reactor": "6.0.0-dev.175",
|
|
44
|
+
"document-model": "6.0.0-dev.175"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "25.2.3",
|