@nbiish/cognitive-tools-mcp 0.3.2 → 0.3.3
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { z } from "zod";
|
|
|
5
5
|
// Create the MCP server
|
|
6
6
|
const server = new McpServer({
|
|
7
7
|
name: "cognitive-tools-mcp",
|
|
8
|
-
version: "0.3.
|
|
8
|
+
version: "0.3.3",
|
|
9
9
|
description: "Provides a suite of advanced cognitive reasoning tools for sophisticated problem-solving"
|
|
10
10
|
});
|
|
11
11
|
// Define the think tool
|