feat(agent): /agent・setup.md・llms.txt を MCP 0.16 に切り替える (wallet_history) - #549
Merged
Merged
Conversation
…ry = 何を買ったかの手元ログ) openpay-x402-mcp 0.16.0 が npm に公開された (registry の integrity は #547 の dry-run と一致)。 Web 側の版固定を 0.15 → 0.16 に上げ、wallet_history の案内を足す。 - lib/agentSetup.ts AGENT_MCP_VERSION = 0.16 (/agent の生成設定・/guide/ai-pay が追従) - public/agent/setup.md: 版固定 5 箇所・Step 5 の末尾に wallet_history の 1 段落 (手元のログ・OpenPay のサーバーは買い手別の履歴を持たない・欠損しうる・paid_verified 以外を 支払い済みとして示さない・金額と着金はオンチェーンで確認) - public/llms.txt: 全 11 → 12 ツール・wallet_history の説明 - docs/agent-templates と AI ストアの MCP 設定例 (直書き) の版 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
何をするか
openpay-x402-mcp0.16.0 が npm に公開された (9/22・registry の integritysha512-ESwhSg…6sbu9Q==は #547 merge 後のnpm pack --dry-runと一致・11 files) ので、Web 側の版固定を 0.15 → 0.16 に上げ、wallet_historyの案内を足す。#547 の「② Web 切替」。lib/agentSetup.ts:AGENT_MCP_VERSION = '0.16'→ /agent の生成設定と /guide/ai-pay の設定例が追従public/agent/setup.md: 版固定 5 箇所・冒頭の説明・Step 5 の末尾にwallet_historyの 1 段落public/llms.txt: 全 11 → 12 ツール・wallet_historyの説明docs/agent-templates/jpyc-service-monitor.mdと AI ストアの MCP 設定例 (components/X402DiscoveryView.tsx・bundle のため直書き) の版公開文言 (要承認)
setup.md (英語・Agent が読む手順書) に追加した段落:
冒頭: 「The commands below pin
@0.16. The local wallet arrived in 0.15; 0.16 addswallet_history, a local log of what this agent bought.」llms.txt に追加した文 (日本語):
料率・チェーン対応・課金条件の変更なし (掟 14 の開示 3 点セットは対象外)。プライバシーポリシーも変更なし (サーバは新しく何も保持しない)。/agent ページ本文 (
lib/agentPage.ts) には触れていない — 「Agent に『最近なにを買った?』と聞けます」の 1 行を足すかは別途相談。検証
npm view openpay-x402-mcp@0.16 version→0.16.0(版固定が npm で解決する)x402_pay→settlement: verified・history: recorded→wallet_historyにpaid_verified1 件・tx が本番 Agent activity の出金行と一致agentSetup・agentSetupMd= setup.md 内の版がAGENT_MCP_SPECと一致・agentTemplateDocs・aiPayGuide・X402DiscoveryView・llmsTxtDisclosure・agent components)🤖 Generated with Claude Code
https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc