-
0.17.2 Stable
released this
2026-07-24 17:38:54 +00:00 | 31 commits to main since this releaseChanged
node:httpfor the in-plugin MCP server is now a staticimportinstead of arequire().
This clears the lastrequire()style import is forbidden store-scorecard warning. Runtime is
unchanged: esbuild places the import inside its__esm()lazy-init wrapper (require("node:http")
insideinit_http_server), so it still runs only whenmain.tscalls
await import("./mcp/http_server")behind thePlatform.isMobileguard — never at plugin load,
never on mobile.obsidianmd/no-nodejs-modulesis disabled for this one file, since its mobile
safety is guaranteed structurally viamain.tsrather than by the lint rule.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads