@nbiish/cognitive-tools-mcp 0.3.9 → 0.3.11

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.
Files changed (2) hide show
  1. package/README.md +11 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @nbiish/gikendaasowin-aabajichiganan-mcp
2
2
 
3
- ᑭᑫᓐᑖᓱᐎᓐ ᐋᐸᒋᒋᑲᓇᓐ - Gikendaasowin Aabajichiganan - (Cognitive Tools): A Model Context Protocol server providing advanced cognitive reasoning tools for AI agents.
3
+ ᑭᑫᓐᑖᓱᐎᓐ ᐋᐸᒋᒋᑲᓇᓐ - Gikendaasowin Aabajichiganan - (Cognitive Tools v0.3.9): Provides a suite of advanced internal reasoning tools to guide an LLM agent in sophisticated problem-solving, emphasizing structured thought, planning, and self-correction.
4
4
 
5
5
  Known as:
6
6
  - Anishinaabemowin: [`@nbiish/gikendaasowin-aabajichiganan-mcp`](https://www.npmjs.com/package/@nbiish/gikendaasowin-aabajichiganan-mcp)
@@ -60,15 +60,14 @@ Or:
60
60
  ## Tool Descriptions
61
61
 
62
62
  ### Think Tool
63
- - **Purpose**: Internal workspace for structured analysis, planning, and verification
64
- - **Input**: `thought` (string) - Your comprehensive analysis, reasoning, and planning
63
+ - **Purpose**: MANDATORY core cognitive step for structured deliberation. Use this internal workspace for analysis, planning, verification, risk assessment, and self-correction before ANY action and after using other cognitive tools.
64
+ - **Input**: `thought` (string) - Your detailed internal monologue and reasoning. Structure clearly with sections like Analysis, Plan, Verification, Risk Assessment, and Self-Correction.
65
65
  - **Response Format**:
66
66
  ```json
67
67
  {
68
68
  "content": [{
69
69
  "type": "text",
70
- "text": "Your thought content",
71
- "mimeType": "text/plain"
70
+ "text": "Your thought content"
72
71
  }]
73
72
  }
74
73
  ```
@@ -107,6 +106,12 @@ npm run inspector
107
106
 
108
107
  # Start the server
109
108
  npm start
109
+
110
+ # Publishing both packages
111
+ npm publish # Publishes @nbiish/gikendaasowin-aabajichiganan-mcp
112
+ # Update package.json name to @nbiish/cognitive-tools-mcp
113
+ npm publish # Publishes English version
114
+ # Restore package.json name to @nbiish/gikendaasowin-aabajichiganan-mcp
110
115
  ```
111
116
 
112
117
  ## Test Examples
@@ -137,8 +142,7 @@ Example Response:
137
142
  {
138
143
  "content": [{
139
144
  "type": "text",
140
- "text": "Analyzing the Seven Grandfather Teachings...",
141
- "mimeType": "text/plain"
145
+ "text": "Analyzing the Seven Grandfather Teachings..."
142
146
  }]
143
147
  }
144
148
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nbiish/cognitive-tools-mcp",
3
- "version": "0.3.9",
4
- "description": "ᑭᑫᓐᑖᓱᐎᓐ ᐋᐸᒋᒋᑲᓇᓐ - Gikendaasowin Aabajichiganan - (Cognitive Tools v0.3.9): Provides a suite of advanced internal reasoning tools to guide an LLM agent in sophisticated problem-solving, emphasizing structured thought, planning, and self-correction.",
3
+ "version": "0.3.11",
4
+ "description": "ᑭᑫᓐᑖᓱᐎᓐ ᐋᐸᒋᒋᑲᓇᓐ - Gikendaasowin Aabajichiganan - (Cognitive Tools v0.3.11): Provides a suite of advanced internal reasoning tools to guide an LLM agent in sophisticated problem-solving, emphasizing structured thought, planning, and self-correction. [SYNC NOTE: This repository publishes both packages: 1) @nbiish/gikendaasowin-aabajichiganan-mcp (current), and 2) @nbiish/cognitive-tools-mcp (https://www.npmjs.com/package/@nbiish/cognitive-tools-mcp). Publishing workflow: First publish this version, then update package.json name to @nbiish/cognitive-tools-mcp and publish again, finally restore name back to @nbiish/gikendaasowin-aabajichiganan-mcp. Both packages should maintain version parity. Current version: 0.3.11]",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "bin": {