这是一个暴露 Restate Admin API 作为工具的 MCP 服务器。
构建服务器:
npm run clean-install && npm run build
注册 MCP 服务器:
{
"mcpServers": {
"restate": {
"command": "node",
"args": [".../restate-mcp-server/dist/index.js"]
}
}
}
目前支持的功能还非常基础——工具涵盖了最常见的操作:
可以尝试的操作:
能否列出我的Restate服务?
部署一个运行在...的服务
更新幂等性保留到... </中文翻译>