chore: Notion MCP をホスト版へ移行 - #112
Merged
Merged
Conversation
ローカルの npx サーバー起動と NOTION_TOKEN 参照を削除し、Notion の公式 MCP URL を利用する設定へ置き換える。\n\n検証: make deploy-dry-run
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.
Notion MCP をホスト版へ移行
Summary
Codex の Notion MCP 設定を、ローカルで npm パッケージを起動する方式から Notion 公式のホスト版 MCP へ移行します。
主な変更点:
notion-mcp-serverからnotionへ変更npxと@notionhq/notion-mcp-serverの起動設定を削除NOTION_TOKENの参照を削除し、公式 MCP URL を設定やったこと
codex/config.tomlの Notion MCP 設定をhttps://mcp.notion.com/mcpへ置き換えstreamable_httpとして認識することを確認動作確認
make deploy-dry-rungit diff --check origin/main...HEADNOTION_TOKENの参照が残っていないことを確認レビュー & 動作確認 チェックリスト
https://mcp.notion.com/mcpが設定されていることnpx、旧 npm パッケージ、トークン参照が除去されていることcodex mcp login notionで OAuth 認証できること推奨テスト計画:
make deploy-dry-runで配布予定を確認するcodex mcp login notionで認証するその他気になることや相談ごと
実際の OAuth ログインと Notion への疎通は、ユーザー環境での対話認証が必要なため未実施です。