arulrajnet opened a new issue, #12330: URL: https://github.com/apache/apisix/issues/12330
### Current Behavior I have configured the `mcp-bridge` plugin as like below ``` plugins: mcp-bridge: base_uri: "/mcp-bitbucket" command: "docker" args: - "run" - "--rm" - "-i" - "-e" - "ATLASSIAN_SITE_NAME=${{ATLASSIAN_SITE_NAME}}" - "-e" - "ATLASSIAN_BITBUCKET_USERNAME=${{ATLASSIAN_BITBUCKET_USERNAME}}" - "-e" - "ATLASSIAN_BITBUCKET_APP_PASSWORD=${{ATLASSIAN_BITBUCKET_APP_PASSWORD}}" - "arulrajnet/mcp-bitbucket:v1.39.7" - "node" - "dist/index.js" ``` Create custom apisix image from the `apache/apisix:dev` image with docker cli client. The apisix server started without any issues. Connected the VSCode MCP client in Github Copilot. The `.vscode/mcp.json` ``` { "servers": { "bitbucket-remote-server": { "type": "sse", "url": "http://localhost/mcp-bitbucket/" } } } ``` But got the following error. ``` 2025-06-15 19:12:15.335 [info] Starting server bitbucket-remote-server 2025-06-15 19:12:15.335 [info] Connection state: Starting 2025-06-15 19:12:15.340 [info] Starting server from LocalProcess extension host 2025-06-15 19:12:15.346 [info] Connection state: Running 2025-06-15 19:12:20.349 [info] Waiting for server to respond to `initialize` request... 2025-06-15 19:12:25.348 [info] Waiting for server to respond to `initialize` request... 2025-06-15 19:12:30.348 [info] Waiting for server to respond to `initialize` request... 2025-06-15 19:12:35.348 [info] Waiting for server to respond to `initialize` request... 2025-06-15 19:12:40.347 [info] Waiting for server to respond to `initialize` request... ``` The full setup is captured in this repo. https://github.com/arulrajnet/apisix-mcp-bridge-example/tree/main ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce 1. Clone https://github.com/arulrajnet/apisix-mcp-bridge-example 2. `docker-compose up -d` 3. Configure MCP client in VSCode 4. Check the logs in VSCode and APISix 5. `curl -v http://localhost/mcp-bitbucket` returns 404 ### Environment - apache/apisix:dev - Docker - Standalone mode -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org