replicas-engine 0.1.603 → 0.1.604

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/src/index.js CHANGED
@@ -2048,14 +2048,14 @@ Discover and execute installed marketplace tools through the workspace-scoped Ty
2048
2048
 
2049
2049
  Use this when:
2050
2050
  - The user asks for CRM data from Attio
2051
- - The user asks for Google Ads, Docs, Drive, Search Console, or Sheets data
2051
+ - The user asks to read or change Google Ads, Docs, Drive, Search Console, or Sheets data
2052
2052
  - The user asks for ClickHouse analytics or PostHog product data
2053
2053
  - The user asks for Stripe customers, payments, invoices, subscriptions, or balances`;
2054
2054
  var REFERENCE9 = `# Plugins
2055
2055
 
2056
2056
  Plugins are TypeScript libraries, not MCP servers. Import \`@replicas/sdk\`; Replicas authenticates the workspace and selects only the owner\u2019s personal connection or the organization fallback. Composio credentials, sessions, and project keys are never exposed.
2057
2057
 
2058
- The initial plugin library is read-only. Tool discovery and execution both reject tools that are not tagged read-only.
2058
+ Plugin tools may read or write provider data according to the connected account's permissions. Only execute write or destructive tools when they match the user's request.
2059
2059
 
2060
2060
  ## Discover installed plugins
2061
2061
 
@@ -2077,7 +2077,7 @@ const search = await replicas.plugins.search({
2077
2077
  });
2078
2078
 
2079
2079
  const [tool] = search.tools;
2080
- if (!tool) throw new Error('No matching read-only tool found');
2080
+ if (!tool) throw new Error('No matching tool found');
2081
2081
 
2082
2082
  const { data } = await replicas.plugins.execute({
2083
2083
  plugin: 'stripe',
@@ -10672,7 +10672,7 @@ var DEFAULT_CODEX_ARGS = ["app-server", "--listen", "stdio://"];
10672
10672
  var MIN_CODEX_CLI_VERSION = "0.144.6";
10673
10673
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
10674
10674
  var codexCliVersionEnsured = null;
10675
- var ENGINE_PACKAGE_VERSION = "0.1.603";
10675
+ var ENGINE_PACKAGE_VERSION = "0.1.604";
10676
10676
  var INITIALIZE_METHOD = "initialize";
10677
10677
  var INITIALIZED_NOTIFICATION = "initialized";
10678
10678
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.603",
3
+ "version": "0.1.604",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -6,91 +6,91 @@ export declare const PLUGIN_CATALOG: readonly [{
6
6
  readonly authType: "oauth";
7
7
  readonly category: "business";
8
8
  readonly name: "Attio";
9
- readonly description: "Search CRM records, people, companies, lists, and notes.";
9
+ readonly description: "Manage CRM records, people, companies, lists, and notes.";
10
10
  }, {
11
11
  readonly id: "clickhouse";
12
12
  readonly toolkit: "clickhouse";
13
13
  readonly authType: "basic";
14
14
  readonly category: "data";
15
15
  readonly name: "ClickHouse";
16
- readonly description: "Inspect databases, tables, schemas, and query results.";
16
+ readonly description: "Manage databases, tables, schemas, and queries.";
17
17
  }, {
18
18
  readonly id: "cloudflare";
19
19
  readonly toolkit: "cloudflare_api_key";
20
20
  readonly authType: "api_key";
21
21
  readonly category: "data";
22
22
  readonly name: "Cloudflare";
23
- readonly description: "Inspect zones, DNS records, analytics, and security settings.";
23
+ readonly description: "Manage zones, DNS records, analytics, and security settings.";
24
24
  }, {
25
25
  readonly id: "gmail";
26
26
  readonly toolkit: "gmail";
27
27
  readonly authType: "oauth";
28
28
  readonly category: "productivity";
29
29
  readonly name: "Gmail";
30
- readonly description: "Read messages, threads, attachments, labels, and mailbox metadata.";
30
+ readonly description: "Manage messages, threads, attachments, labels, and mailbox settings.";
31
31
  }, {
32
32
  readonly id: "googleads";
33
33
  readonly toolkit: "googleads";
34
34
  readonly authType: "oauth";
35
35
  readonly category: "data";
36
36
  readonly name: "Google Ads";
37
- readonly description: "Inspect campaigns, customers, accounts, and reporting data.";
37
+ readonly description: "Manage campaigns, customers, accounts, and reporting data.";
38
38
  }, {
39
39
  readonly id: "googledocs";
40
40
  readonly toolkit: "googledocs";
41
41
  readonly authType: "oauth";
42
42
  readonly category: "productivity";
43
43
  readonly name: "Google Docs";
44
- readonly description: "Read documents, structure, comments, and exported content.";
44
+ readonly description: "Manage documents, structure, comments, and exported content.";
45
45
  }, {
46
46
  readonly id: "googledrive";
47
47
  readonly toolkit: "googledrive";
48
48
  readonly authType: "oauth";
49
49
  readonly category: "productivity";
50
50
  readonly name: "Google Drive";
51
- readonly description: "Search files, folders, metadata, permissions, and shared drives.";
51
+ readonly description: "Manage files, folders, metadata, permissions, and shared drives.";
52
52
  }, {
53
53
  readonly id: "googlesearch";
54
54
  readonly toolkit: "google_search_console";
55
55
  readonly authType: "oauth";
56
56
  readonly category: "data";
57
57
  readonly name: "Google Search";
58
- readonly description: "Inspect Search Console performance, indexing, sites, and sitemaps.";
58
+ readonly description: "Manage Search Console performance, indexing, sites, and sitemaps.";
59
59
  }, {
60
60
  readonly id: "googlesheets";
61
61
  readonly toolkit: "googlesheets";
62
62
  readonly authType: "oauth";
63
63
  readonly category: "productivity";
64
64
  readonly name: "Google Sheets";
65
- readonly description: "Read spreadsheets, worksheets, ranges, tables, and charts.";
65
+ readonly description: "Manage spreadsheets, worksheets, ranges, tables, and charts.";
66
66
  }, {
67
67
  readonly id: "linkedin";
68
68
  readonly toolkit: "linkedin";
69
69
  readonly authType: "oauth";
70
70
  readonly category: "business";
71
71
  readonly name: "LinkedIn";
72
- readonly description: "Inspect profiles, organizations, posts, and professional activity.";
72
+ readonly description: "Manage profiles, organizations, posts, and professional activity.";
73
73
  }, {
74
74
  readonly id: "posthog";
75
75
  readonly toolkit: "posthog";
76
76
  readonly authType: "api_key";
77
77
  readonly category: "data";
78
78
  readonly name: "PostHog";
79
- readonly description: "Inspect projects, events, insights, dashboards, flags, and recordings.";
79
+ readonly description: "Manage projects, events, insights, dashboards, flags, and recordings.";
80
80
  }, {
81
81
  readonly id: "stripe";
82
82
  readonly toolkit: "stripe";
83
83
  readonly authType: "oauth";
84
84
  readonly category: "business";
85
85
  readonly name: "Stripe";
86
- readonly description: "Inspect customers, payments, invoices, subscriptions, and balances.";
86
+ readonly description: "Manage customers, payments, invoices, subscriptions, and balances.";
87
87
  }, {
88
88
  readonly id: "vercel";
89
89
  readonly toolkit: "vercel";
90
90
  readonly authType: "api_key";
91
91
  readonly category: "data";
92
92
  readonly name: "Vercel";
93
- readonly description: "Inspect projects, deployments, logs, domains, and infrastructure.";
93
+ readonly description: "Manage projects, deployments, logs, domains, and infrastructure.";
94
94
  }];
95
95
  export type PluginId = (typeof PLUGIN_CATALOG)[number]['id'];
96
96
  export type PluginScope = 'organization' | 'personal';