@one-source/mcp 5.4.2 → 5.4.3
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/README.npm.md +1 -1
- package/README.repo.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -249,7 +249,7 @@ All have sensible defaults — batch mode runs out of the box. Set these only to
|
|
|
249
249
|
## Links
|
|
250
250
|
|
|
251
251
|
- [GitHub Repository](https://github.com/blockparty-global/1s-mcp)
|
|
252
|
-
- [OneSource Documentation](https://docs.onesource.io)
|
|
252
|
+
- [OneSource Documentation](https://docs.onesource.io/getting-started/mcp/install)
|
|
253
253
|
- [Report an Issue](https://github.com/blockparty-global/1s-mcp/issues)
|
|
254
254
|
|
|
255
255
|
## License
|
package/README.npm.md
CHANGED
|
@@ -249,7 +249,7 @@ All have sensible defaults — batch mode runs out of the box. Set these only to
|
|
|
249
249
|
## Links
|
|
250
250
|
|
|
251
251
|
- [GitHub Repository](https://github.com/blockparty-global/1s-mcp)
|
|
252
|
-
- [OneSource Documentation](https://docs.onesource.io)
|
|
252
|
+
- [OneSource Documentation](https://docs.onesource.io/getting-started/mcp/install)
|
|
253
253
|
- [Report an Issue](https://github.com/blockparty-global/1s-mcp/issues)
|
|
254
254
|
|
|
255
255
|
## License
|
package/README.repo.md
CHANGED
|
@@ -411,6 +411,10 @@ Every time you release a new npm version, update the MCP Registry:
|
|
|
411
411
|
|
|
412
412
|
Glama auto-syncs from the GitHub repo daily. No manual steps needed after a release — just make sure changes are pushed to `main`. The `glama.json` file in the repo root controls ownership. Manual re-sync is available from the [Glama admin panel](https://glama.ai/mcp/servers) after claiming the server.
|
|
413
413
|
|
|
414
|
+
## Privacy Policy
|
|
415
|
+
|
|
416
|
+
Use of this extension connects to the OneSource API. See the [OneSource Privacy Policy](https://onesource.io/privacy-policy) for details on how data is handled.
|
|
417
|
+
|
|
414
418
|
## License
|
|
415
419
|
|
|
416
420
|
Apache 2.0 — see [LICENSE](LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@one-source/mcp",
|
|
3
3
|
"mcpName": "io.onesource/mcp",
|
|
4
|
-
"version": "5.4.
|
|
4
|
+
"version": "5.4.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Unified MCP server for OneSource — 30 tools for blockchain data",
|
|
7
7
|
"bin": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
],
|
|
55
55
|
"author": "BlockParty",
|
|
56
56
|
"license": "Apache-2.0",
|
|
57
|
-
"homepage": "https://
|
|
57
|
+
"homepage": "https://mcp.onesource.io",
|
|
58
58
|
"repository": {
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "https://github.com/blockparty-global/1s-mcp.git"
|