@ampless/plugin-ai-actions 0.1.0-beta.3 → 0.1.0-beta.5

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/README.ja.md CHANGED
@@ -96,6 +96,6 @@ inline-script capability の新設か plugin asset 配信の仕組みが無い
96
96
  ## v1 では対応しないこと
97
97
 
98
98
  - **Copy Markdown(クリップボード)** — 上記[「Copy Markdown」ボタンが無い理由](#copy-markdown-ボタンが無い理由)を参照。
99
- - **MCP 接続情報** — サイトの MCP endpoint を案内するリンク / QR コードは、将来の公開読み取り専用 MCP サーバーの提供後に検討予定です。
99
+ - **ページ上の MCP 接続情報** — `cms.config.ai.publicMcp` を有効にすると公開読み取り専用 MCP server を利用でき、接続情報は `/llms.txt` と管理画面 MCP トークンに表示されます。machine discovery は experimental な well-known catalog + Server Card(`cms.config.ai.mcpDiscovery`。リポジトリの `docs/mcp.md` を参照)でカバーされるようになり、人間もその同じガイド経由で接続するため、読者向けのページ上リンク / QR コードは後回しではなく取りやめました。要望があれば再検討します。
100
100
  - **テーマ固有の CSS** — プラグイン自体はテーマごとのスタイルを持ちません。site テンプレートの `globals.css` にニュートラルな既定スタイル(ピル型リンク)がゼロ詳細度(`:where()`)で同梱されるのみで、それ以上の見た目は安定クラス名を使ったテーマ CSS の担当です。
101
101
  - **ロケール別ラベル** — 未対応です。リンクテキストは英語固定で、プラグインを複数回登録しても解決になりません(全 instance が同じ position バケットに描画されるため、テーマがロケール別のスロットを選べません)。要望が出た時点で検討します。
package/README.md CHANGED
@@ -96,6 +96,6 @@ Without an inline-script capability or a plugin asset delivery mechanism, there'
96
96
  ## What it does not do (v1)
97
97
 
98
98
  - **Copy Markdown (clipboard)** — see [Why no "Copy Markdown" button](#why-no-copy-markdown-button) above.
99
- - **MCP connection info** — a link/QR code pointing readers at the site's MCP endpoint is planned for a later phase, once the public read-only MCP server ships.
99
+ - **On-page MCP connection info** — the public read-only MCP server is available when `cms.config.ai.publicMcp` is enabled, with connection details in `/llms.txt` and Admin → MCP tokens. Machine discovery is now covered by the experimental well-known catalog + Server Card (`cms.config.ai.mcpDiscovery`; see the repo's `docs/mcp.md`), and humans connect via that same guide, so a reader-facing on-page link/QR code was dropped rather than deferred. It can be revisited if requested.
100
100
  - **Theme-specific CSS** — the plugin ships no per-theme styling. A neutral default (pill-shaped links) comes from the site template's `globals.css` at zero specificity (`:where()`); anything beyond that is up to theme CSS via the stable class names.
101
101
  - **Locale-aware labels** — not supported. Link text is a fixed English string, and registering the plugin multiple times does not help: all instances render into the same position bucket, so themes cannot pick a per-locale slot. Deferred until requested.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampless/plugin-ai-actions",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.5",
4
4
  "description": "AI actions plugin for ampless — injects a View as Markdown link (and optional opt-in Open in Claude / Open in ChatGPT links) after (or before) the post content",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "homepage": "https://github.com/heavymoons/ampless/tree/main/packages/plugin-ai-actions#readme",
27
27
  "bugs": "https://github.com/heavymoons/ampless/issues",
28
28
  "dependencies": {
29
- "ampless": "1.0.0-beta.60"
29
+ "ampless": "1.0.0-beta.62"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/sanitize-html": "^2.16.1",