@ai.weget.jp/weget-gateway-mcp
v0.1.3
Published
WeGet gateway MCP server for Codex-hosted local tools
Readme
@ai.weget.jp/weget-gateway-mcp
Local MCP gateway for WeGet host tools.
Responsibility
This package exposes a single MCP server entry that groups local WeGet tools for Codex.
Current scope includes:
- browser helper tools
- public market data tools
- host metadata reporting
- bridge-based access for selected host-managed capabilities
The browser screenshot tool can also upload the captured image to bot artifact
storage by passing uploadToS3: true. This uses the host bot session to
request a presigned upload URL from /bot/upload-url, then uploads the local
file and returns previewUrl / fileUrl.
Install
npm i -g @ai.weget.jp/weget-gateway-mcpRegister In Codex
Recommended on all platforms:
codex mcp add weget-gateway npx -y @ai.weget.jp/weget-gateway-mcp@latestThis avoids hard-coding a machine-specific install path.
If you are using @ai.weget.jp/bot, the host UI can also repair the weget-gateway MCP entry automatically.
Prerequisite For Browser Tools
npx playwright install chromium