1
<img width="2487" alt="Screen Shot 2020-10-12 at 4 59 32 PM" src="https://user-images.githubusercontent.com/26195/95800603-99d95f00-0cac-11eb-968b-f3e4dde3ff8d.png"> [![许可证][License-Image]][License-Url]
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"fetch": {
"type": "sse",
"url": "https://mcp.api-inference.modelscope.net/`pwd`/1363cf097e264b/sse"
}
}
}
服务介绍
在K8S上运行NATS
在这个仓库中,你可以找到多个关于如何在Kubernetes上部署NATS、NATS Streaming以及其他NATS生态系统工具的示例。
使用Helm开始使用NATS
在这个仓库中,你可以找到基于Helm 3的charts来安装NATS。
> helm repo add nats https://nats-io.github.io/k8s/helm/charts/
> helm repo update
> helm repo list
NAME URL
nats https://nats-io.github.io/k8s/helm/charts/
> helm install my-nats nats/nats
许可证
除非另有说明,NATS源文件是根据LICENSE文件中的Apache Version 2.0许可证分发的。