@softtechai/quickmcp 1.0.8 → 1.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -520,7 +520,7 @@ PORT=4000 QUICKMCP_DATA_DIR=./data npx -y @softtech/quickmcp
|
|
|
520
520
|
"mcpServers": {
|
|
521
521
|
"quickmcp": {
|
|
522
522
|
"command": "npx",
|
|
523
|
-
"args": ["-y", "@
|
|
523
|
+
"args": ["-y", "@softtechai/quickmcp"]
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
}
|
|
@@ -533,7 +533,7 @@ UI istemiyorsanız:
|
|
|
533
533
|
"mcpServers": {
|
|
534
534
|
"quickmcp": {
|
|
535
535
|
"command": "npx",
|
|
536
|
-
"args": ["-y", "@
|
|
536
|
+
"args": ["-y", "@softtechai/quickmcp", "--no-web"]
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
}
|