@executor-js/plugin-mcp 1.5.13 → 1.5.14

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mcpPresets
3
- } from "./chunk-TW44CBXJ.js";
3
+ } from "./chunk-QEAVWCYB.js";
4
4
  import {
5
5
  addMcpServer,
6
6
  mcpAuthMethodInputFromEditorValue,
@@ -592,4 +592,4 @@ function AddMcpSource(props) {
592
592
  export {
593
593
  AddMcpSource as default
594
594
  };
595
- //# sourceMappingURL=AddMcpSource-AQL33V65.js.map
595
+ //# sourceMappingURL=AddMcpSource-BSJDTWMP.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mcpPresets
3
- } from "./chunk-TW44CBXJ.js";
3
+ } from "./chunk-QEAVWCYB.js";
4
4
  import {
5
5
  McpAuthMethodInput,
6
6
  McpAuthShorthand,
@@ -1365,4 +1365,4 @@ export {
1365
1365
  userFacingProbeMessage,
1366
1366
  mcpPlugin
1367
1367
  };
1368
- //# sourceMappingURL=chunk-QAG34CWT.js.map
1368
+ //# sourceMappingURL=chunk-ENRA2SPE.js.map
@@ -87,7 +87,7 @@ var mcpPresets = [
87
87
  summary: "Error monitoring, issues, and performance data.",
88
88
  url: "https://mcp.sentry.dev/mcp",
89
89
  endpoint: "https://mcp.sentry.dev/mcp",
90
- icon: "https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png"
90
+ icon: "https://svgl.app/library/sentry.svg"
91
91
  },
92
92
  {
93
93
  id: "cloudflare",
@@ -112,4 +112,4 @@ var mcpPresets = [
112
112
  export {
113
113
  mcpPresets
114
114
  };
115
- //# sourceMappingURL=chunk-TW44CBXJ.js.map
115
+ //# sourceMappingURL=chunk-QEAVWCYB.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/sdk/presets.ts"],"sourcesContent":["export interface McpRemotePreset {\n readonly id: string;\n readonly name: string;\n readonly summary: string;\n readonly url: string;\n readonly endpoint: string;\n readonly icon?: string;\n readonly featured?: boolean;\n readonly transport?: undefined;\n}\n\nexport interface McpStdioPreset {\n readonly id: string;\n readonly name: string;\n readonly summary: string;\n readonly icon?: string;\n readonly featured?: boolean;\n readonly transport: \"stdio\";\n readonly command: string;\n readonly args?: readonly string[];\n readonly env?: Readonly<Record<string, string>>;\n}\n\nexport type McpPreset = McpRemotePreset | McpStdioPreset;\n\nexport const mcpPresets: readonly McpPreset[] = [\n {\n id: \"deepwiki\",\n name: \"DeepWiki\",\n summary: \"Search and read documentation from any GitHub repo.\",\n url: \"https://mcp.deepwiki.com/mcp\",\n endpoint: \"https://mcp.deepwiki.com/mcp\",\n icon: \"https://deepwiki.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"context7\",\n name: \"Context7\",\n summary: \"Up-to-date docs and code examples for any library.\",\n url: \"https://mcp.context7.com/mcp\",\n endpoint: \"https://mcp.context7.com/mcp\",\n icon: \"https://context7.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"browserbase\",\n name: \"Browserbase\",\n summary: \"Cloud browser sessions for web scraping and automation.\",\n url: \"https://mcp.browserbase.com/mcp\",\n endpoint: \"https://mcp.browserbase.com/mcp\",\n icon: \"https://www.browserbase.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"firecrawl\",\n name: \"Firecrawl\",\n summary: \"Crawl and scrape websites into structured data.\",\n url: \"https://mcp.firecrawl.dev/mcp\",\n endpoint: \"https://mcp.firecrawl.dev/mcp\",\n icon: \"https://www.firecrawl.dev/favicon.ico\",\n featured: true,\n },\n {\n id: \"neon\",\n name: \"Neon\",\n summary: \"Serverless Postgres — branches, queries, and management.\",\n url: \"https://mcp.neon.tech/mcp\",\n endpoint: \"https://mcp.neon.tech/mcp\",\n icon: \"https://neon.tech/favicon/favicon.ico\",\n featured: true,\n },\n {\n id: \"axiom\",\n name: \"Axiom\",\n summary: \"Query, analyze, and monitor your logs and event data.\",\n url: \"https://mcp.axiom.co/mcp\",\n endpoint: \"https://mcp.axiom.co/mcp\",\n icon: \"https://axiom.co/favicon.ico\",\n featured: true,\n },\n {\n id: \"stripe\",\n name: \"Stripe\",\n summary: \"Manage payments, subscriptions, and billing via MCP.\",\n url: \"https://mcp.stripe.com\",\n endpoint: \"https://mcp.stripe.com\",\n icon: \"https://stripe.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"linear\",\n name: \"Linear\",\n summary: \"Issues, projects, teams, and cycles via MCP.\",\n url: \"https://mcp.linear.app/mcp\",\n endpoint: \"https://mcp.linear.app/mcp\",\n icon: \"https://linear.app/favicon.ico\",\n featured: true,\n },\n {\n id: \"notion\",\n name: \"Notion\",\n summary: \"Databases, pages, blocks, and search via MCP.\",\n url: \"https://mcp.notion.com/mcp\",\n endpoint: \"https://mcp.notion.com/mcp\",\n icon: \"https://www.notion.com/front-static/favicon.ico\",\n featured: true,\n },\n {\n id: \"sentry\",\n name: \"Sentry\",\n summary: \"Error monitoring, issues, and performance data.\",\n url: \"https://mcp.sentry.dev/mcp\",\n endpoint: \"https://mcp.sentry.dev/mcp\",\n icon: \"https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png\",\n },\n {\n id: \"cloudflare\",\n name: \"Cloudflare\",\n summary: \"Workers, KV, D1, R2, and DNS management via MCP.\",\n url: \"https://mcp.cloudflare.com/mcp\",\n endpoint: \"https://mcp.cloudflare.com/mcp\",\n icon: \"https://cloudflare.com/favicon.ico\",\n },\n {\n id: \"chrome-devtools\",\n name: \"Chrome DevTools\",\n summary: \"Debug a live Chrome browser session via local stdio.\",\n icon: \"https://www.google.com/chrome/static/images/favicons/favicon-32x32.png\",\n featured: true,\n transport: \"stdio\",\n command: \"npx\",\n args: [\"-y\", \"chrome-devtools-mcp@latest\"],\n },\n];\n"],"mappings":";AAyBO,IAAM,aAAmC;AAAA,EAC9C;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,EACR;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,EACR;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,SAAS;AAAA,IACT,MAAM,CAAC,MAAM,4BAA4B;AAAA,EAC3C;AACF;","names":[]}
1
+ {"version":3,"sources":["../src/sdk/presets.ts"],"sourcesContent":["export interface McpRemotePreset {\n readonly id: string;\n readonly name: string;\n readonly summary: string;\n readonly url: string;\n readonly endpoint: string;\n readonly icon?: string;\n readonly featured?: boolean;\n readonly transport?: undefined;\n}\n\nexport interface McpStdioPreset {\n readonly id: string;\n readonly name: string;\n readonly summary: string;\n readonly icon?: string;\n readonly featured?: boolean;\n readonly transport: \"stdio\";\n readonly command: string;\n readonly args?: readonly string[];\n readonly env?: Readonly<Record<string, string>>;\n}\n\nexport type McpPreset = McpRemotePreset | McpStdioPreset;\n\nexport const mcpPresets: readonly McpPreset[] = [\n {\n id: \"deepwiki\",\n name: \"DeepWiki\",\n summary: \"Search and read documentation from any GitHub repo.\",\n url: \"https://mcp.deepwiki.com/mcp\",\n endpoint: \"https://mcp.deepwiki.com/mcp\",\n icon: \"https://deepwiki.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"context7\",\n name: \"Context7\",\n summary: \"Up-to-date docs and code examples for any library.\",\n url: \"https://mcp.context7.com/mcp\",\n endpoint: \"https://mcp.context7.com/mcp\",\n icon: \"https://context7.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"browserbase\",\n name: \"Browserbase\",\n summary: \"Cloud browser sessions for web scraping and automation.\",\n url: \"https://mcp.browserbase.com/mcp\",\n endpoint: \"https://mcp.browserbase.com/mcp\",\n icon: \"https://www.browserbase.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"firecrawl\",\n name: \"Firecrawl\",\n summary: \"Crawl and scrape websites into structured data.\",\n url: \"https://mcp.firecrawl.dev/mcp\",\n endpoint: \"https://mcp.firecrawl.dev/mcp\",\n icon: \"https://www.firecrawl.dev/favicon.ico\",\n featured: true,\n },\n {\n id: \"neon\",\n name: \"Neon\",\n summary: \"Serverless Postgres — branches, queries, and management.\",\n url: \"https://mcp.neon.tech/mcp\",\n endpoint: \"https://mcp.neon.tech/mcp\",\n icon: \"https://neon.tech/favicon/favicon.ico\",\n featured: true,\n },\n {\n id: \"axiom\",\n name: \"Axiom\",\n summary: \"Query, analyze, and monitor your logs and event data.\",\n url: \"https://mcp.axiom.co/mcp\",\n endpoint: \"https://mcp.axiom.co/mcp\",\n icon: \"https://axiom.co/favicon.ico\",\n featured: true,\n },\n {\n id: \"stripe\",\n name: \"Stripe\",\n summary: \"Manage payments, subscriptions, and billing via MCP.\",\n url: \"https://mcp.stripe.com\",\n endpoint: \"https://mcp.stripe.com\",\n icon: \"https://stripe.com/favicon.ico\",\n featured: true,\n },\n {\n id: \"linear\",\n name: \"Linear\",\n summary: \"Issues, projects, teams, and cycles via MCP.\",\n url: \"https://mcp.linear.app/mcp\",\n endpoint: \"https://mcp.linear.app/mcp\",\n icon: \"https://linear.app/favicon.ico\",\n featured: true,\n },\n {\n id: \"notion\",\n name: \"Notion\",\n summary: \"Databases, pages, blocks, and search via MCP.\",\n url: \"https://mcp.notion.com/mcp\",\n endpoint: \"https://mcp.notion.com/mcp\",\n icon: \"https://www.notion.com/front-static/favicon.ico\",\n featured: true,\n },\n {\n id: \"sentry\",\n name: \"Sentry\",\n summary: \"Error monitoring, issues, and performance data.\",\n url: \"https://mcp.sentry.dev/mcp\",\n endpoint: \"https://mcp.sentry.dev/mcp\",\n icon: \"https://svgl.app/library/sentry.svg\",\n },\n {\n id: \"cloudflare\",\n name: \"Cloudflare\",\n summary: \"Workers, KV, D1, R2, and DNS management via MCP.\",\n url: \"https://mcp.cloudflare.com/mcp\",\n endpoint: \"https://mcp.cloudflare.com/mcp\",\n icon: \"https://cloudflare.com/favicon.ico\",\n },\n {\n id: \"chrome-devtools\",\n name: \"Chrome DevTools\",\n summary: \"Debug a live Chrome browser session via local stdio.\",\n icon: \"https://www.google.com/chrome/static/images/favicons/favicon-32x32.png\",\n featured: true,\n transport: \"stdio\",\n command: \"npx\",\n args: [\"-y\", \"chrome-devtools-mcp@latest\"],\n },\n];\n"],"mappings":";AAyBO,IAAM,aAAmC;AAAA,EAC9C;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,EACR;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,MAAM;AAAA,EACR;AAAA,EACA;AAAA,IACE,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,SAAS;AAAA,IACT,MAAM,CAAC,MAAM,4BAA4B;AAAA,EAC3C;AACF;","names":[]}
package/dist/client.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mcpPresets
3
- } from "./chunk-TW44CBXJ.js";
3
+ } from "./chunk-QEAVWCYB.js";
4
4
 
5
5
  // src/react/plugin-client.tsx
6
6
  import { defineClientPlugin } from "@executor-js/sdk/client";
@@ -8,7 +8,7 @@ import { defineClientPlugin } from "@executor-js/sdk/client";
8
8
  // src/react/source-plugin.tsx
9
9
  import { lazy } from "react";
10
10
  import { jsx } from "react/jsx-runtime";
11
- var importAdd = () => import("./AddMcpSource-AQL33V65.js");
11
+ var importAdd = () => import("./AddMcpSource-BSJDTWMP.js");
12
12
  var importEditSheet = () => import("./EditMcpSource-3S6FUVCR.js");
13
13
  var importAccounts = () => import("./McpAccountsPanel-273WNH3T.js");
14
14
  var LazyAddMcpSource = lazy(importAdd);
package/dist/core.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  joinToolPath,
5
5
  mcpPlugin,
6
6
  userFacingProbeMessage
7
- } from "./chunk-QAG34CWT.js";
8
- import "./chunk-TW44CBXJ.js";
7
+ } from "./chunk-ENRA2SPE.js";
8
+ import "./chunk-QEAVWCYB.js";
9
9
  import {
10
10
  McpAuthMethod,
11
11
  McpAuthMethodInput,
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  mcpPlugin
3
- } from "./chunk-QAG34CWT.js";
4
- import "./chunk-TW44CBXJ.js";
3
+ } from "./chunk-ENRA2SPE.js";
4
+ import "./chunk-QEAVWCYB.js";
5
5
  import "./chunk-3H5Y7JCQ.js";
6
6
  export {
7
7
  mcpPlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@executor-js/plugin-mcp",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/mcp",
5
5
  "bugs": {
6
6
  "url": "https://github.com/RhysSullivan/executor/issues"
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@cfworker/json-schema": "^4.1.1",
56
56
  "@effect/platform-node": "4.0.0-beta.59",
57
- "@executor-js/config": "1.5.13",
58
- "@executor-js/sdk": "1.5.13",
57
+ "@executor-js/config": "1.5.14",
58
+ "@executor-js/sdk": "1.5.14",
59
59
  "@modelcontextprotocol/sdk": "^1.29.0",
60
60
  "zod": "4.3.6"
61
61
  },