| 开发者 | chatpod |
|---|---|
| 更新时间 | 2026年4月2日 22:16 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
navigator.modelContext. If it does, the plugin fetches the available tool definitions from a local REST endpoint and registers them. Each tool invocation is processed server-side, sanitized, and returned as structured JSON. Results are cached in the browser for 24 hours to keep requests low.
Unsupported browsers simply ignore the script — nothing breaks, nothing logs.
No. The plugin only surfaces information that is already visible to anyone browsing your site: published post content and category metadata.
It will not. The WebMCP browser APIs are restricted to pages served over HTTPS. On HTTP pages the script exits immediately without registering any tools or making network requests.
Minimal. Tool definitions are served from a lightweight REST endpoint with HTTP caching headers (ETag + 5-minute max-age). Browsers also persist the tool list in localStorage for 24 hours, so repeat page views rarely trigger a new request.
Chrome 146 and newer. On all other browsers the plugin is inert.