Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
当在内网部署higress-all-in-one进行存量rest api转mcp时,已经通过教程中的脚本下载并暴露了mcp–server.wasm到内网环境,此时可以正常的转为mcp server。但当按照quick start教程结合nacos进行mcp server转换时,仍然会报错:
2025-08-14T10:17:32.053550Z error wasm convert the wasm config: 1 error occurred:
* cannot fetch Wasm module oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/mcp-server/all-in-one:1.0.0: could not fetch Wasm OCI image: could not fetch manifest: Get "https://higress-registry.cn-hangzhou.cr.aliyuncs.com/v2/": context deadline exceeded
请问我应该怎么修改配置,谢谢!
@CH3CHO
When deploying higress-all-in-one on the intranet for the stock rest API to convert mcp, the mcp-server.wasm has been downloaded through the script in the tutorial and exposed to the intranet environment. At this time, it can be converted to mcp server normally. However, when following the quick start tutorial and combining Nacos for mcp server conversion, an error will still be reported:
2025-08-14T10:17:32.053550Z error wasm convert the wasm config: 1 error occurred:
* cannot fetch Wasm module oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/mcp-server/all-in-one:1.0.0: could not fetch Wasm OCI image: could not fetch manifest: Get "https://higress-registry.cn-hangzhou.cr.aliyuncs.com/v2/": context deadline exceeded
How should I modify the configuration, thank you!
@CH3CHO
Beta Was this translation helpful? Give feedback.
All reactions