smart-web-mcp 0.8.4 → 0.8.8

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
@@ -4,6 +4,55 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on Keep a Changelog[^1] and this project uses SemVer.
6
6
 
7
+ ## Unreleased
8
+
9
+ ### Changed
10
+
11
+ - removed the unused Claude marketplace plugin wrapper files and repo references so the project only documents the direct MCP setup paths it still supports
12
+ - release-please now bumps the MCP registry versions inside `server.json`, and the tag workflow remains the single owner of npm, MCP registry, and GitHub release publication
13
+ - release-please stays on the existing `vX.Y.Z` tag format instead of switching to component-prefixed tags when manifest mode is enabled
14
+ - release PRs now stay open for batching, while the push-to-main workflow creates the release tag only after an operator merges that release PR
15
+ - release PR tag pushes now use the GitHub App token instead of `github.token`, so the downstream Release workflow actually fires on the created tag
16
+ - MCP registry metadata now points at the current jojo-labs GitHub namespace so release publication no longer targets the retired rich-jojo server slug
17
+
18
+ ## [0.8.8](https://github.com/jojo-labs/smart-web/compare/v0.8.7...v0.8.8) (2026-04-13)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **ci:** trigger smart-web releases from tags ([#85](https://github.com/jojo-labs/smart-web/issues/85)) ([ee46946](https://github.com/jojo-labs/smart-web/commit/ee469464a71a757e2dec83be0eadcf1710002ebe))
24
+
25
+ ## [0.8.7](https://github.com/jojo-labs/smart-web/compare/v0.8.6...v0.8.7) (2026-04-13)
26
+
27
+ ### Bug Fixes
28
+
29
+ - **ci:** batch smart-web releases behind tags ([#82](https://github.com/jojo-labs/smart-web/issues/82)) ([b7d706f](https://github.com/jojo-labs/smart-web/commit/b7d706fa3a39ff96651dc02c9922f16328ad6c50))
30
+ - **ci:** dispatch release PR checks ([#74](https://github.com/jojo-labs/smart-web/issues/74)) ([4d8ac1d](https://github.com/jojo-labs/smart-web/commit/4d8ac1d41a44800128dce1b7d3914bc6a58e306e))
31
+ - **ci:** keep smart-web release tags stable ([#81](https://github.com/jojo-labs/smart-web/issues/81)) ([3ad4d06](https://github.com/jojo-labs/smart-web/commit/3ad4d0637b86eeda3db6c14ae8b3f865ed861ff4))
32
+ - **ci:** let tags own smart-web releases ([#77](https://github.com/jojo-labs/smart-web/issues/77)) ([16d619e](https://github.com/jojo-labs/smart-web/commit/16d619e1ea32f67b17ae6053ebdfd136c028c7ca))
33
+ - **ci:** publish smart-web under jojo-labs ([#84](https://github.com/jojo-labs/smart-web/issues/84)) ([602ca0f](https://github.com/jojo-labs/smart-web/commit/602ca0f0d3ca04fe8bb503e8f692727d077b22cc))
34
+ - **ci:** sync smart-web release metadata ([#80](https://github.com/jojo-labs/smart-web/issues/80)) ([38f7e40](https://github.com/jojo-labs/smart-web/commit/38f7e4039813775ffc49235141677a0b89864c81))
35
+
36
+ ## [0.8.6](https://github.com/jojo-labs/smart-web/compare/v0.8.5...v0.8.6) (2026-04-12)
37
+
38
+ ### Bug Fixes
39
+
40
+ - **ci:** grant dependabot caller permissions ([#72](https://github.com/jojo-labs/smart-web/issues/72)) ([e57fd32](https://github.com/jojo-labs/smart-web/commit/e57fd329de150e6700bc7e62c6bba78f4ac6046a))
41
+ - **ci:** grant release-please caller permissions ([#71](https://github.com/jojo-labs/smart-web/issues/71)) ([290ed1a](https://github.com/jojo-labs/smart-web/commit/290ed1afdb5962e9b6b14a4808509b9c44c331ba))
42
+ - **ci:** remove unsupported github-actions Dependabot cooldown ([#69](https://github.com/jojo-labs/smart-web/issues/69)) ([360c9e9](https://github.com/jojo-labs/smart-web/commit/360c9e983cdd3c958a12b473b3236d9c543e0c7f))
43
+
44
+ ## [0.8.5](https://github.com/jojo-labs/smart-web/compare/v0.8.4...v0.8.5) (2026-04-11)
45
+
46
+ ### Bug Fixes
47
+
48
+ - **ci:** tighten PR policy and automerge cleanup ([#49](https://github.com/jojo-labs/smart-web/issues/49)) ([c30353e](https://github.com/jojo-labs/smart-web/commit/c30353e21472b5e3999f3691020e0b9394f5a0a0))
49
+
50
+ ## [0.8.4](https://github.com/rich-jojo/smart-web/compare/v0.8.3...v0.8.4) (2026-04-09)
51
+
52
+ ### Bug Fixes
53
+
54
+ - add public fallbacks for linkedin authwalls ([#43](https://github.com/rich-jojo/smart-web/issues/43)) ([31eb2f1](https://github.com/rich-jojo/smart-web/commit/31eb2f112fe7607c1e50bbd8e66be7037f30d542))
55
+
7
56
  ## [0.8.4](https://github.com/rich-jojo/smart-web/compare/v0.8.3...v0.8.4) (2026-04-09)
8
57
 
9
58
  ### Fixed
package/README.md CHANGED
@@ -12,6 +12,8 @@ Local MCP for agentic web retrieval.
12
12
 
13
13
  It is designed for **agents and MCP hosts**, not for manual browser automation. The job is to return structured retrieval output first, then signal when a browser-task runtime would be a better next step.
14
14
 
15
+ If a page is login-gated, keep the login UI, session persistence, and capture flow in a companion runtime instead of moving that stateful behavior into the `smart-web` core.
16
+
15
17
  - npm: `https://www.npmjs.com/package/smart-web-mcp`
16
18
  - MCP Registry: `io.github.rich-jojo/smart-web`
17
19
  - GitHub: `https://github.com/rich-jojo/smart-web`
@@ -57,7 +59,7 @@ Common high-signal fields include:
57
59
  - `post`, `thread`, `comments`: normalized content surfaces
58
60
  - `assets` and `download`: file-like outputs when present
59
61
 
60
- This lets hosts decide whether deterministic retrieval was good enough or whether they should escalate to a browser-task runtime.[^2]
62
+ This lets hosts decide whether deterministic retrieval was good enough or whether they should escalate to an auth-aware companion flow or a broader browser-task runtime.[^2]
61
63
 
62
64
  ## Supported high-signal surfaces
63
65
 
@@ -87,7 +89,7 @@ When `smartfetch` or `smartcrawl` needs Playwright-backed page loading, `smart-w
87
89
  claude mcp add smart-web -- npx -y smart-web-mcp
88
90
  ```
89
91
 
90
- The repo also ships a small Claude plugin wrapper for marketplace-style distribution.
92
+ For a checked-out local repo, use [examples/claude.mcp.json](examples/claude.mcp.json).
91
93
 
92
94
  ### Codex
93
95
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "smart-web-mcp",
3
- "mcpName": "io.github.rich-jojo/smart-web",
4
- "version": "0.8.4",
3
+ "mcpName": "io.github.jojo-labs/smart-web",
4
+ "version": "0.8.8",
5
5
  "packageManager": "npm@11.9.0",
6
6
  "description": "Portable MCP server for web search, direct-URL fetch, site crawling, and docs export.",
7
- "homepage": "https://github.com/rich-jojo/smart-web",
7
+ "homepage": "https://github.com/jojo-labs/smart-web",
8
8
  "bugs": {
9
- "url": "https://github.com/rich-jojo/smart-web/issues"
9
+ "url": "https://github.com/jojo-labs/smart-web/issues"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/rich-jojo/smart-web.git"
13
+ "url": "git+https://github.com/jojo-labs/smart-web.git"
14
14
  },
15
15
  "type": "module",
16
16
  "exports": {
@@ -1,3 +1,3 @@
1
1
  undetected-chromedriver==3.5.5
2
- selenium==4.29.0
3
- setuptools==75.8.0
2
+ selenium==4.43.0
3
+ setuptools==82.0.1