@nbiish/cognitive-tools-mcp 0.9.4 → 0.9.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/README.md +0 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,37 +215,6 @@ Example Response:
|
|
|
215
215
|
}
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
## Version History
|
|
219
|
-
|
|
220
|
-
**0.9.1**
|
|
221
|
-
- Fixed package publishing script to correctly publish both packages with different names
|
|
222
|
-
- Updated both packages to maintain version consistency
|
|
223
|
-
|
|
224
|
-
**0.9.0**
|
|
225
|
-
- Major update focused on iterative refinement and Chain of Draft methodology
|
|
226
|
-
- Updated tools with enhanced support for draft generation, analysis, and refinement
|
|
227
|
-
- Improved error handling, logging, and parameter descriptions
|
|
228
|
-
- Removed explicit version references for greater flexibility
|
|
229
|
-
|
|
230
|
-
**0.8.5**: Version update to resolve npm publish conflicts and maintain consistency between packages. Continues using the shortened tool name `assess_cuc_n_mode` to comply with MCP tool name length requirements.
|
|
231
|
-
- **0.8.4**: Version bump to align packages after updating the tool name from `assess_complexity_and_select_thought_mode` to `assess_cuc_n_mode`. Ensures consistent naming across all files.
|
|
232
|
-
- **0.8.3**: Updated package version to maintain consistency between `gikendaasowin-aabajichiganan-mcp` and `cognitive-tools-mcp` packages. Ensures all references to the tool use the shortened name `assess_cuc_n_mode`.
|
|
233
|
-
- **0.8.2**: Removed integration prompt references from codebase and made various refinements. Shortened `assess_complexity_and_select_thought_mode` to `assess_cuc_n_mode` to address MCP tool name length limitation.
|
|
234
|
-
- **0.8.1**: Updated tool function to integrate with external tools, renamed `assess_cuc_n_mode` to `assess_complexity_and_select_thought_mode`, improved validation of thought structure, aligned with AI Pair Programmer Prompt v0.8.1+
|
|
235
|
-
- **0.8.0**: Updated tool function design to return generated content for explicit analysis, renamed `assess_cuc_n` to `assess_cuc_n_mode`, aligned with AI Pair Programmer Prompt v0.8.0+
|
|
236
|
-
- **0.7.3**: Improved dual package publishing with automated scripts, consistent versioning, and documentation updates
|
|
237
|
-
- **0.7.2**: Updated tool names for length constraints (`assess_complexity_and_select_thought_mode` → `assess_cuc_n`), improved dual package publishing support, and aligned with AI Pair Programmer Prompt v0.7.2
|
|
238
|
-
- **0.7.1**: Updated to align with AI Pair Programmer Prompt v0.7.1+, renamed `assess_cuc_n_mode` to `assess_cuc_n`, enhanced cognitive tools for more explicit handling of tool needs
|
|
239
|
-
- **0.6.1**: Fixed tool naming issue for technical length limitation
|
|
240
|
-
- **0.3.9**: Updated tool descriptions and fixed error handling to improve reliability
|
|
241
|
-
- **0.3.6**: Updated repository URLs to point to gikendaasowin-aabajichiganan-mcp
|
|
242
|
-
- **0.3.5**: Updated license link and repository URLs
|
|
243
|
-
- **0.3.4**: Dual package publishing (Anishinaabemowin and English names)
|
|
244
|
-
- **0.3.3**: Fixed response format to comply with MCP schema, synchronized version numbers
|
|
245
|
-
- **0.3.2**: Updated response format structure
|
|
246
|
-
- **0.3.1**: Initial public release with basic functionality
|
|
247
|
-
- **0.3.0**: Development version
|
|
248
|
-
|
|
249
218
|
## Copyright
|
|
250
219
|
|
|
251
220
|
Copyright © 2025 ᓂᐲᔥ ᐙᐸᓂᒥᑮ-ᑭᓇᐙᐸᑭᓯ (Nbiish Waabanimikii-Kinawaabakizi), also known legally as JUSTIN PAUL KENWABIKISE, professionally documented as Nbiish-Justin Paul Kenwabikise, Anishinaabek Dodem (Anishinaabe Clan): Animikii (Thunder), a descendant of Chief ᑭᓇᐙᐸᑭᓯ (Kinwaabakizi) of the Beaver Island Band, and an enrolled member of the sovereign Grand Traverse Band of Ottawa and Chippewa Indians. All rights reserved.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nbiish/cognitive-tools-mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "Cognitive Tools MCP: SOTA reasoning suite focused on iterative refinement and tool integration for AI Pair Programming. Enables structured, iterative problem-solving through Chain of Draft methodology, with tools for draft generation, analysis, and refinement. Features advanced deliberation (`think`), rapid checks (`quick_think`), mandatory complexity assessment & thought mode selection (`assess_cuc_n_mode`), context synthesis, confidence gauging, proactive planning, explicit reasoning (CoT), and reflection with content return. Alternative package name for gikendaasowin-aabajichiganan-mcp.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|