
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@cloudbase/manager-node
Advanced tools
云开发 manager-node 支持开发者通过接口形式对云开发提供的云函数、数据库、文件存储等资源进行创建、管理、配置等操作。更多源码内容请参见 cloudbase-manager-node。
npm
npm install @cloudbase/manager-node
yarn
yarn add @cloudbase/manager-node
要在你的代码内使用该模块:
const CloudBase = require('@cloudbase/manager-node')
或
import CloudBase from '@cloudbase/manager-node'
初始化
const app = CloudBase.init({
secretId: 'Your SecretId',
secretKey: 'Your SecretKey',
token: 'Your SecretToken', // 使用临时凭证需要此字段
envId: 'Your envId' // 云环境 ID,可在腾讯云-云开发控制台获取
})
请访问新的文档站点查看详细的文档。
FAQs
The node manage service api for cloudbase.
We found that @cloudbase/manager-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.