@deepqtech/mcp-server-js 1.0.1 → 1.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ A sample configuration for using the MCP Server with VS Code + Cline is as follo
|
|
|
72
72
|
"command": "npx",
|
|
73
73
|
"args": [
|
|
74
74
|
"-y",
|
|
75
|
-
"@
|
|
75
|
+
"@deepqtech/mcp-server-js@latest",
|
|
76
76
|
"start"
|
|
77
77
|
],
|
|
78
78
|
"env": {
|
|
@@ -161,7 +161,7 @@ MCP工具已正式发布,40+个工具任您使用,如果您有其它想要
|
|
|
161
161
|
"command": "npx",
|
|
162
162
|
"args": [
|
|
163
163
|
"-y",
|
|
164
|
-
"@
|
|
164
|
+
"@deepqtech/mcp-server-js@latest",
|
|
165
165
|
"start"
|
|
166
166
|
],
|
|
167
167
|
"env": {
|