Hi @livehybrid , I have already enabled that but the error still flagged. Following are my configurations: The URL and args comes from Splunk MCP Server app. { "servers": { "splunk_agent": { "type": "stdio", "command": "npx", "args": [ "-y", "mcp-remote", "https://<splunk_link>/services/mcp", "--header", "Authorization: Bearer <TOKEN>", "--verbose" ], "env": { "http_proxy": "xxx", "https_proxy": "xxx", "HTTP_PROXY": "xxx", "HTTPS_PROXY": "xxx", "NO_PROXY": "xxx", "no_proxy": "xxx", "NODE_TLS_REJECT_UNAUTHORIZED": "0", "NPM_CONFIG_CACHE": "/tmp/npm-cache", "NPM_CONFIG_STRICT_SSL": "false", }, "keep_alive": true } } } Is there any other configurations that I can add to make it work or not pointing to localhost? Thank you.
... View more