@openconductor/mcp-sdk 1.0.0 → 1.0.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openconductor/mcp-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "The standard SDK for building MCP servers — error handling, validation, logging, and telemetry out of the box",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"license": "MIT",
|
|
65
65
|
"repository": {
|
|
66
66
|
"type": "git",
|
|
67
|
-
"url": "https://github.com/
|
|
67
|
+
"url": "git+https://github.com/epicmotionSD/mcp-sdk.git"
|
|
68
68
|
},
|
|
69
|
-
"homepage": "https://
|
|
69
|
+
"homepage": "https://github.com/epicmotionSD/mcp-sdk#readme",
|
|
70
70
|
"bugs": {
|
|
71
|
-
"url": "https://github.com/
|
|
71
|
+
"url": "https://github.com/epicmotionSD/mcp-sdk/issues"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"zod": "^3.23.8"
|