
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
fs storage wrapper for cnpm
$ npm install cos-cnpm
Only support singleton. Don't initialize two cos-cnpm
instance.
import COSClient from 'cos-cnpm';
config.nfs = {
client: new COSClient({
secretId: '',
secretKey: '',
bucket: '',
region: '',
}),
// dir: join(config.dataDir, 'nfs'),
};
All the APIs are following cnpm nfs guide.
upload
: upload a file from filepath
uploadBuffer
: upload a file from buffer
download
: download file by key
remove
: remove file by key
uploadBytes
: upload bytes
appendBytes
: append bytes
readBytes
: read bytes
list
: list files by prefix
url
: get download url
urls
: get download urls
MIT
FAQs
tencent-cloud cos wrapper for cnpm
The npm package cos-cnpm receives a total of 3 weekly downloads. As such, cos-cnpm popularity was classified as not popular.
We found that cos-cnpm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.