@sura_ai/mcp-server 0.1.16 → 0.1.17
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sura_ai/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "SURA MCP server - search, read, and edit your research workspace from any AI assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,16 +13,17 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"dev": "bun src/index.ts",
|
|
15
15
|
"build": "bun build src/index.ts --outfile dist/index.js --target node --minify",
|
|
16
|
-
"typecheck": "tsc --noEmit"
|
|
16
|
+
"typecheck": "tsc --noEmit",
|
|
17
|
+
"prepack": "bun run build"
|
|
17
18
|
},
|
|
18
19
|
"dependencies": {
|
|
19
20
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
20
|
-
"@sura/tool-contracts": "workspace:*",
|
|
21
21
|
"@trpc/client": "^11.0.0-rc.648",
|
|
22
22
|
"superjson": "^2.2.2",
|
|
23
23
|
"zod": "^4.2.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
+
"@sura/tool-contracts": "workspace:*",
|
|
26
27
|
"@types/node": "^22.0.0",
|
|
27
28
|
"typescript": "^5.7.2"
|
|
28
29
|
},
|