You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### TL;DR
Updated the vault-set-search MCP server to use SSE instead of stdio, and fixed the data_portal URL.
### What changed?
- Changed the vault-set-search MCP server configuration from stdio type to SSE type
- Replaced the npx command with a direct URL to the SSE endpoint: `https://proxy.shopify.ai/mcp/vault_set/sse`
- Added Authorization header with OpenAI API key for the vault-set-search server
- Updated the data_portal URL from `https://proxy.shopify.ai/mcp/data_portal` to `https://proxy.shopify.ai/mcp/data_portal/sse`
### Why make this change?
Switching vault-set-search from stdio to SSE provides a more efficient and standardized communication method. This change aligns with our architecture patterns and ensures consistent implementation across MCP servers. The data_portal URL update ensures proper endpoint addressing.
0 commit comments