@mgsoftwarebv/mg-dashboard-mcp 6.1.0 → 6.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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4824,7 +4824,7 @@ var TOOLS = [
|
|
|
4824
4824
|
// ----- Repo reference -----
|
|
4825
4825
|
...REPO_TOOLS
|
|
4826
4826
|
];
|
|
4827
|
-
var MCP_VERSION = "6.1.
|
|
4827
|
+
var MCP_VERSION = "6.1.1";
|
|
4828
4828
|
async function handleListTools() {
|
|
4829
4829
|
if (!authContext) return { tools: TOOLS };
|
|
4830
4830
|
const accessible = TOOLS.filter((tool) => {
|