@frontlinesystems/rason-mcp-server 2026.5.0 → 2026.5.2
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/README.md +1 -1
- package/out/index.cjs +38 -38
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontlinesystems/rason-mcp-server",
|
|
3
|
-
"version": "2026.5.
|
|
4
|
-
"
|
|
3
|
+
"version": "2026.5.2",
|
|
4
|
+
"mcpName": "io.github.frontlinesystems/rason-mcp-server",
|
|
5
|
+
"description": "Build, solve, and analyze RASON optimization, simulation, data science, and decision models",
|
|
5
6
|
"author": "Frontline Systems (https://www.solver.com)",
|
|
6
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
8
|
"repository": {
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"inspector:test": "npx @modelcontextprotocol/inspector node --env-file=.env.test out/index.cjs",
|
|
58
59
|
"inspector:debug": "npx @modelcontextprotocol/inspector node --env-file=.env.local --inspect-brk out/index.cjs",
|
|
59
60
|
"build:readme": "node scripts/build-readme.js",
|
|
60
|
-
"prepack": "npm run compile:prod"
|
|
61
|
+
"prepack": "npm run build:readme && npm run compile:prod"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
64
|
"@modelcontextprotocol/sdk": "^1.0.4",
|