@hasna/search 0.0.6 → 0.0.7

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/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  Apache License
2
3
  Version 2.0, January 2004
3
4
  http://www.apache.org/licenses/
@@ -175,7 +176,7 @@
175
176
 
176
177
  END OF TERMS AND CONDITIONS
177
178
 
178
- Copyright 2025 Andrei Hasna
179
+ Copyright 2026 Hasna, Inc.
179
180
 
180
181
  Licensed under the Apache License, Version 2.0 (the "License");
181
182
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -25,6 +25,17 @@ search-mcp
25
25
 
26
26
  31 tools available.
27
27
 
28
+ ## HTTP mode
29
+
30
+ ```bash
31
+ search-mcp --http # default port 8832
32
+ MCP_HTTP=1 search-mcp
33
+ ```
34
+
35
+ - Health: `GET http://127.0.0.1:8832/health`
36
+ - MCP: `http://127.0.0.1:8832/mcp`
37
+ - Stdio remains default. `search-serve` also mounts `/health` and `/mcp`.
38
+
28
39
  ## REST API
29
40
 
30
41
  ```bash