smart-web-mcp 0.5.8 → 0.5.9

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/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@ The format is based on Keep a Changelog[^1] and this project uses SemVer.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.9] - 2026-03-26
10
+
11
+ ### Changed
12
+
13
+ - The Claude Code plugin wrapper is kept on purpose because it still provides marketplace discovery/installation and now exposes a single plugin-managed `settings_file` option instead of the old giant env block
14
+ - Contributor guidance now explicitly keeps provider tests fixture-driven so third-party title/markup drift does not break CI
15
+
9
16
  ## [0.5.8] - 2026-03-26
10
17
 
11
18
  ### Added
package/README.md CHANGED
@@ -30,6 +30,8 @@ Claude Code:
30
30
  claude mcp add smart-web -- npx -y smart-web-mcp
31
31
  ```
32
32
 
33
+ If you prefer Claude Code marketplace install/discovery, the repo also keeps a small Claude plugin wrapper. It is worth keeping even without custom hooks/skills because the plugin gives Claude-native marketplace distribution and a single optional `settings_file` user config instead of a long MCP env block.
34
+
33
35
  OpenCode:
34
36
 
35
37
  ```json
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-web-mcp",
3
3
  "mcpName": "io.github.rich-jojo/smart-web",
4
- "version": "0.5.8",
4
+ "version": "0.5.9",
5
5
  "packageManager": "npm@10.8.2",
6
6
  "description": "Portable MCP server that provides smart web search, fetch, and crawl tools.",
7
7
  "homepage": "https://github.com/rich-jojo/smart-web",