@fil-b/foc-storage-mcp 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
### Cursor
|
|
41
41
|
|
|
42
|
-
[](https://cursor.com/en-US/install-mcp?name=foc-storage&config=
|
|
42
|
+
[](https://cursor.com/en-US/install-mcp?name=foc-storage&config=eyJlbnYiOnsiUFJJVkFURV9LRVkiOiJ5b3VyX3ByaXZhdGVfa2V5X2hlcmUiLCJGSUxFQ09JTl9ORVRXT1JLIjoiY2FsaWJyYXRpb24ifSwiY29tbWFuZCI6Im5weCAteSBAZmlsLWIvZm9jLXN0b3JhZ2UtbWNwIn0%3D)
|
|
43
43
|
|
|
44
44
|
After installation, update `PRIVATE_KEY` in your config. [Learn more](https://cursor.com/de/docs/context/mcp)
|
|
45
45
|
|
package/dist/mcp-server.js
CHANGED
|
@@ -2052,7 +2052,7 @@ var focStorageResources = {
|
|
|
2052
2052
|
// src/mastra/index.ts
|
|
2053
2053
|
var mcpServer = new MCPServer({
|
|
2054
2054
|
name: "FOC Storage MCP",
|
|
2055
|
-
version: "0.1.
|
|
2055
|
+
version: "0.1.9",
|
|
2056
2056
|
description: "Professional-grade MCP server for decentralized file storage on Filecoin Onchain Cloud. Powered by the FOC-Synapse SDK, this server provides AI agents with seamless access to Filecoin's distributed storage network. Upload files with automatic payment handling, organize content in datasets, monitor storage balances, and manage providers - all through intuitive MCP tools. Supports both standard storage and CDN-enabled fast retrieval. Perfect for building AI applications that need persistent, censorship-resistant storage.",
|
|
2057
2057
|
tools: focStorageTools,
|
|
2058
2058
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fil-b/foc-storage-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"main": "dist/mcp-server.js",
|
|
5
|
-
"bin":
|
|
6
|
-
"foc-storage-mcp": "./dist/mcp-server.js"
|
|
7
|
-
},
|
|
5
|
+
"bin": "./dist/mcp-server.js",
|
|
8
6
|
"scripts": {
|
|
9
7
|
"dev": "mastra dev",
|
|
10
8
|
"build": "mastra build",
|