feat(mcp-server): add Node.js MCP server with MCPB and npx distribution#20
Merged
liplus-lin-lay merged 1 commit intomainfrom Mar 15, 2026
Merged
feat(mcp-server): add Node.js MCP server with MCPB and npx distribution#20liplus-lin-lay merged 1 commit intomainfrom
liplus-lin-lay merged 1 commit intomainfrom
Conversation
MCPサーバー部分をPythonからNode.jsに移植。 MCPB(Claude Desktop向けワンクリックインストール)とnpx(Codex向け)の 両方で配布可能にする。 - 5ツール完全互換移植(get_pending_status, list_pending_events, get_event, get_webhook_events, mark_processed) - エンコーディング対応(UTF-8, BOM, cp932, shift_jis)維持 - EVENTS_JSON_PATH環境変数でevents.jsonの場所を設定可能 - manifest.json(MCPB用)とpackage.json(npx用)を整備 - Webhook受信サーバー(Python/FastAPI)はそのまま維持、events.jsonを共有 Refs #19 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 15, 2026
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.
Refs #19
MCPサーバー部分をPythonからNode.jsに移植し、MCPB(Claude Desktop)とnpx(Codex)の両方で配布可能にする。
Webhook受信サーバー(Python/FastAPI)はそのまま維持し、events.jsonを共有。