@corsair-dev/mcp 0.1.4 → 0.1.5
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -101,7 +101,7 @@ ${full}`
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
name: "corsair_setup",
|
|
104
|
-
description: "
|
|
104
|
+
description: "Helps the user configure Corsair. Call this to see if any keys or tokens need to be set up. It will also provide the instructions to set them up.",
|
|
105
105
|
shape: {},
|
|
106
106
|
handler: async () => {
|
|
107
107
|
try {
|