mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.0",
|
|
"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.5.0/matlab-mcp-core-server-win64.exe#/matlab-mcp-core-server.exe",
|
|
"hash": "990d759a91ef89109dcd861059a03fdc84ada27534f46a816e92bb216ffb8001"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|