@one-source/mcp 5.1.0 → 5.2.0
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/LICENSE +216 -190
- package/README.md +233 -227
- package/README.npm.md +233 -227
- package/README.repo.md +153 -365
- package/dist/cli.js +1 -1
- package/dist/create-server.d.ts +2 -2
- package/dist/create-server.js +2 -2
- package/dist/register-bug-report-tool.d.ts.map +1 -1
- package/dist/register-bug-report-tool.js +20 -5
- package/dist/register-bug-report-tool.js.map +1 -1
- package/package.json +60 -60
package/package.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@one-source/mcp",
|
|
3
|
-
"mcpName": "io.onesource/mcp",
|
|
4
|
-
"version": "5.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "Unified MCP server for OneSource —
|
|
7
|
-
"bin": {
|
|
8
|
-
"onesource-mcp": "./dist/cli.js"
|
|
9
|
-
},
|
|
10
|
-
"main": "./dist/create-server.js",
|
|
11
|
-
"types": "./dist/create-server.d.ts",
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"types": "./dist/create-server.d.ts",
|
|
15
|
-
"default": "./dist/create-server.js"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist/",
|
|
20
|
-
"README.md",
|
|
21
|
-
"skills/",
|
|
22
|
-
"LICENSE"
|
|
23
|
-
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "tsc",
|
|
26
|
-
"prepack": "node -e \"fs=require('fs');fs.copyFileSync('README.md','README.repo.md');fs.copyFileSync('README.npm.md','README.md')\"",
|
|
27
|
-
"postpack": "node -e \"fs=require('fs');fs.renameSync('README.repo.md','README.md')\"",
|
|
28
|
-
"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
32
|
-
"@one-source/api-mcp": "^5.
|
|
33
|
-
"@one-source/docs-mcp": "^4.0.3",
|
|
34
|
-
"zod": "^3.24.0"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@types/node": "^22.0.0",
|
|
38
|
-
"typescript": "^5.7.0"
|
|
39
|
-
},
|
|
40
|
-
"engines": {
|
|
41
|
-
"node": ">=18"
|
|
42
|
-
},
|
|
43
|
-
"keywords": [
|
|
44
|
-
"mcp",
|
|
45
|
-
"model-context-protocol",
|
|
46
|
-
"onesource",
|
|
47
|
-
"web3",
|
|
48
|
-
"blockchain",
|
|
49
|
-
"graphql",
|
|
50
|
-
"documentation",
|
|
51
|
-
"x402"
|
|
52
|
-
],
|
|
53
|
-
"author": "BlockParty",
|
|
54
|
-
"license": "Apache-2.0",
|
|
55
|
-
"homepage": "https://docs.onesource.io",
|
|
56
|
-
"repository": {
|
|
57
|
-
"type": "git",
|
|
58
|
-
"url": "https://github.com/blockparty-global/1s-mcp.git"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@one-source/mcp",
|
|
3
|
+
"mcpName": "io.onesource/mcp",
|
|
4
|
+
"version": "5.2.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "Unified MCP server for OneSource — 28 tools for blockchain data",
|
|
7
|
+
"bin": {
|
|
8
|
+
"onesource-mcp": "./dist/cli.js"
|
|
9
|
+
},
|
|
10
|
+
"main": "./dist/create-server.js",
|
|
11
|
+
"types": "./dist/create-server.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/create-server.d.ts",
|
|
15
|
+
"default": "./dist/create-server.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist/",
|
|
20
|
+
"README.md",
|
|
21
|
+
"skills/",
|
|
22
|
+
"LICENSE"
|
|
23
|
+
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "tsc",
|
|
26
|
+
"prepack": "node -e \"fs=require('fs');fs.copyFileSync('README.md','README.repo.md');fs.copyFileSync('README.npm.md','README.md')\"",
|
|
27
|
+
"postpack": "node -e \"fs=require('fs');fs.renameSync('README.repo.md','README.md')\"",
|
|
28
|
+
"prepare": "npm run build"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
32
|
+
"@one-source/api-mcp": "^5.2.0",
|
|
33
|
+
"@one-source/docs-mcp": "^4.0.3",
|
|
34
|
+
"zod": "^3.24.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@types/node": "^22.0.0",
|
|
38
|
+
"typescript": "^5.7.0"
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">=18"
|
|
42
|
+
},
|
|
43
|
+
"keywords": [
|
|
44
|
+
"mcp",
|
|
45
|
+
"model-context-protocol",
|
|
46
|
+
"onesource",
|
|
47
|
+
"web3",
|
|
48
|
+
"blockchain",
|
|
49
|
+
"graphql",
|
|
50
|
+
"documentation",
|
|
51
|
+
"x402"
|
|
52
|
+
],
|
|
53
|
+
"author": "BlockParty",
|
|
54
|
+
"license": "Apache-2.0",
|
|
55
|
+
"homepage": "https://docs.onesource.io",
|
|
56
|
+
"repository": {
|
|
57
|
+
"type": "git",
|
|
58
|
+
"url": "https://github.com/blockparty-global/1s-mcp.git"
|
|
59
|
+
}
|
|
60
|
+
}
|