@notebook-intelligence/notebook-intelligence 2.3.0 → 2.3.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/lib/chat-sidebar.js +1 -1
- package/package.json +1 -1
- package/src/chat-sidebar.tsx +1 -1
package/lib/chat-sidebar.js
CHANGED
|
@@ -1689,7 +1689,7 @@ function ConfigurationDialogBodyComponent(props) {
|
|
|
1689
1689
|
"Remember my GitHub Copilot access token")))))),
|
|
1690
1690
|
React.createElement("div", { className: "model-config-section" },
|
|
1691
1691
|
React.createElement("div", { className: "model-config-section-header" },
|
|
1692
|
-
"
|
|
1692
|
+
"MCP Servers [",
|
|
1693
1693
|
mcpServerNames.length,
|
|
1694
1694
|
"]"),
|
|
1695
1695
|
React.createElement("div", { className: "model-config-section-body" },
|
package/package.json
CHANGED
package/src/chat-sidebar.tsx
CHANGED
|
@@ -2889,7 +2889,7 @@ function ConfigurationDialogBodyComponent(props: any) {
|
|
|
2889
2889
|
|
|
2890
2890
|
<div className="model-config-section">
|
|
2891
2891
|
<div className="model-config-section-header">
|
|
2892
|
-
|
|
2892
|
+
MCP Servers [{mcpServerNames.length}]
|
|
2893
2893
|
</div>
|
|
2894
2894
|
<div className="model-config-section-body">
|
|
2895
2895
|
<div className="model-config-section-row">
|