@nbiish/cognitive-tools-mcp 0.3.4 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -185,6 +185,8 @@ Example Response:
185
185
 
186
186
  ## Version History
187
187
 
188
+ - **0.3.5**: Updated license link and repository URLs
189
+ - **0.3.4**: Dual package publishing (Anishinaabemowin and English names)
188
190
  - **0.3.3**: Fixed response format to comply with MCP schema, synchronized version numbers
189
191
  - **0.3.2**: Updated response format structure
190
192
  - **0.3.1**: Initial public release with basic functionality
@@ -192,7 +194,7 @@ Example Response:
192
194
 
193
195
  ## License
194
196
 
195
- [LICENSE](LICENSE)
197
+ This work is licensed under the [COMPREHENSIVE RESTRICTED USE LICENSE FOR INDIGENOUS CREATIONS WITH TRIBAL SOVEREIGNTY, DATA SOVEREIGNTY, AND WEALTH RECLAMATION PROTECTIONS](https://github.com/nbiish/license-for-all-works/blob/main/LICENSE).
196
198
 
197
199
  ## Citation
198
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbiish/cognitive-tools-mcp",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "ᑭᑫᓐᑖᓱᐎᓐ ᐋᐸᒋᒋᑲᓇᓐ - Gikendaasowin Aabajichiganan - (Cognitive Tools): A Model Context Protocol server providing advanced cognitive reasoning tools for AI agents",
5
5
  "private": false,
6
6
  "type": "module",
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/nbiish/cognitive-tools-server.git"
32
+ "url": "https://github.com/nbiish/cognitive-tools-mcp.git"
33
33
  },
34
34
  "author": "ᓂᐲᔥ ᐙᐸᓂᒥᑮ-ᑭᓇᐙᐸᑭᓯ (Nbiish Waabanimikii-Kinawaabakizi)",
35
- "license": "SEE LICENSE IN LICENSE",
35
+ "license": "SEE LICENSE IN https://github.com/nbiish/license-for-all-works/blob/main/LICENSE",
36
36
  "dependencies": {
37
37
  "@modelcontextprotocol/sdk": "^1.8.0",
38
38
  "ajv": "^8.17.1",