@cognistore/mcp-server 0.9.8 → 0.9.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1738,7 +1738,7 @@ async function main() {
|
|
|
1738
1738
|
try {
|
|
1739
1739
|
await sdk.initialize();
|
|
1740
1740
|
} catch (error) {
|
|
1741
|
-
console.error("Failed to initialize
|
|
1741
|
+
console.error("Failed to initialize CogniStore SDK:", error instanceof Error ? error.message : error);
|
|
1742
1742
|
process.exit(1);
|
|
1743
1743
|
}
|
|
1744
1744
|
const server = createServer(sdk);
|