feat: implement sequential thinking MCP server with tool handling and logging
All checks were successful
Build And Push Image / docker (push) Successful in 2m53s

This commit is contained in:
2025-08-07 14:58:08 +02:00
parent 5c8bf15956
commit 99772ab62c
6 changed files with 378 additions and 8 deletions

4
sequential-thinking/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
node_modules/
build/
*.log
.env*