kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): v2.6.2

+12 -1
+11
CHANGELOG.md
··· 1 + ## [2.6.2](https://github.com/usekaneo/kaneo/compare/v2.6.1...v2.6.2) (2026-04-13) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * **api:** simplify visit function in normalizeEmptyAndEnumSchemas ([a00592e](https://github.com/usekaneo/kaneo/commit/a00592e0325540c9ee1f5e4027dafdb5a3204717)) 7 + 8 + 9 + ### Features 10 + 11 + * **mcp:** implement Model Context Protocol server with HTTP and stdio support ([e402fe1](https://github.com/usekaneo/kaneo/commit/e402fe16928e6075a1251ba068380890b3c825e7)) 1 12 ## [2.6.1](https://github.com/usekaneo/kaneo/compare/v2.6.0...v2.6.1) (2026-04-12) 2 13 3 14
+1 -1
package.json
··· 53 53 } 54 54 }, 55 55 "packageManager": "pnpm@10.32.1", 56 - "version": "2.6.1", 56 + "version": "2.6.2", 57 57 "dependencies": { 58 58 "dotenv-mono": "^1.5.1" 59 59 }