@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.
@@ -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
- "MCPServers [",
1692
+ "MCP Servers [",
1693
1693
  mcpServerNames.length,
1694
1694
  "]"),
1695
1695
  React.createElement("div", { className: "model-config-section-body" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notebook-intelligence/notebook-intelligence",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "AI coding assistant for JupyterLab",
5
5
  "keywords": [
6
6
  "AI",
@@ -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
- MCPServers [{mcpServerNames.length}]
2892
+ MCP Servers [{mcpServerNames.length}]
2893
2893
  </div>
2894
2894
  <div className="model-config-section-body">
2895
2895
  <div className="model-config-section-row">