diff --git a/bucket/matlab-mcp-core-server.json b/bucket/matlab-mcp-core-server.json new file mode 100644 index 0000000000000..14d73b351c053 --- /dev/null +++ b/bucket/matlab-mcp-core-server.json @@ -0,0 +1,32 @@ +{ + "version": "0.4.1", + "description": "MATLAB MCP Core Server - Model Context Protocol server for MATLAB that enables AI-driven workflows", + "homepage": "https://www.mathworks.com/products/matlab-mcp-core-server.html", + "license": { + "identifier": "BSD-3-Clause", + "url": "https://github.com/matlab/matlab-mcp-core-server/raw/refs/heads/main/LICENSE.md" + }, + "architecture": { + "64bit": { + "url": "https://github.com/matlab/matlab-mcp-core-server/releases/download/v0.4.1/matlab-mcp-core-server-win64.exe#/matlab-mcp-core-server.exe", + "hash": "2a9fd02ad434990a1a343ff25a5d2a6280e72905ad200cc48143edb6d421c483" + } + }, + "bin": [ + [ + "matlab-mcp-core-server.exe", + "matlab-mcp-core-server", + "--disable-telemetry=true" + ] + ], + "checkver": { + "github": "https://github.com/matlab/matlab-mcp-core-server" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/matlab/matlab-mcp-core-server/releases/download/v$version/matlab-mcp-core-server-win64.exe#/matlab-mcp-core-server.exe" + } + } + } +}