@humbletoes/google-search 1.0.0 → 1.0.1

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.
@@ -22,7 +22,7 @@ import { spawn } from "child_process";
22
22
  // =============================================================================
23
23
  // CONSTANTS & CONFIGURATION
24
24
  // =============================================================================
25
- const SERVER_VERSION = "1.0.0";
25
+ const SERVER_VERSION = "1.0.1";
26
26
  const CONTEXT7_API_BASE = "https://context7.com/api";
27
27
  const CONTEXT7_TIMEOUT = 5000;
28
28
  const DEFAULT_SEARCH_LIMIT = 20;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humbletoes/google-search",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Google Search CLI tool based on Playwright",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,8 +8,7 @@
8
8
  "types": "dist/index.d.ts",
9
9
  "files": ["dist/", "bin/", "scripts/", "README.md", "LICENSE"],
10
10
  "bin": {
11
- "google-search": "bin/google-search",
12
- "google-search-mcp": "bin/google-search-mcp"
11
+ "google-search": "./bin/google-search-mcp"
13
12
  },
14
13
  "scripts": {
15
14
  "build": "tsc",