@antmanler/websearch-mcp 0.1.0 → 0.2.0
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.
|
Binary file
|
|
Binary file
|
package/bin/websearch-mcp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antmanler/websearch-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Go-based MCP web search server",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
@@ -12,11 +12,13 @@
|
|
|
12
12
|
"build:linux": "./build.sh --linux-amd64",
|
|
13
13
|
"build:macos": "./build.sh --macos",
|
|
14
14
|
"build:package": "./build.sh --linux-amd64 --package && ./build.sh --macos --package",
|
|
15
|
+
"clean": "rm -rf ./bin ./dist ./*.tgz",
|
|
15
16
|
"test": "/usr/local/go/bin/go test ./...",
|
|
16
17
|
"client": "./run-client.sh",
|
|
17
18
|
"npx-test": "./npx-test.sh",
|
|
18
19
|
"postinstall": "node install.js",
|
|
19
|
-
"pack": "npm run build:linux && npm run build:macos && npm pack"
|
|
20
|
+
"pack": "npm run clean && npm run build:linux && npm run build:macos && npm pack",
|
|
21
|
+
"publish": "npm run pack && npm publish --access public --registry=https://registry.npmjs.org/"
|
|
20
22
|
},
|
|
21
23
|
"dependencies": {},
|
|
22
24
|
"files": [
|