agentation 2.1.0 → 2.1.1
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.js +2 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -10
package/dist/index.js
CHANGED
|
@@ -4502,7 +4502,7 @@ function PageFeedbackToolbarCSS({
|
|
|
4502
4502
|
] }),
|
|
4503
4503
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("span", { className: styles_module_default2.settingsVersion, children: [
|
|
4504
4504
|
"v",
|
|
4505
|
-
"2.1.
|
|
4505
|
+
"2.1.1"
|
|
4506
4506
|
] }),
|
|
4507
4507
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
4508
4508
|
"button",
|
|
@@ -4784,21 +4784,12 @@ function PageFeedbackToolbarCSS({
|
|
|
4784
4784
|
]
|
|
4785
4785
|
}
|
|
4786
4786
|
),
|
|
4787
|
-
endpoint
|
|
4787
|
+
endpoint && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
4788
4788
|
"div",
|
|
4789
4789
|
{
|
|
4790
4790
|
className: `${styles_module_default2.mcpStatusDot} ${styles_module_default2[connectionStatus]}`,
|
|
4791
4791
|
title: connectionStatus === "connected" ? "Connected" : connectionStatus === "connecting" ? "Connecting..." : "Disconnected"
|
|
4792
4792
|
}
|
|
4793
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
4794
|
-
"a",
|
|
4795
|
-
{
|
|
4796
|
-
href: "https://agentation.dev/install#mcp-server",
|
|
4797
|
-
target: "_blank",
|
|
4798
|
-
rel: "noopener noreferrer",
|
|
4799
|
-
className: styles_module_default2.settingsLink,
|
|
4800
|
-
children: "Learn more \u2192"
|
|
4801
|
-
}
|
|
4802
4793
|
)
|
|
4803
4794
|
] }),
|
|
4804
4795
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|