Switch to Anthropic SDK because we need MCP servers

This commit is contained in:
HugeFrog24
2026-05-25 21:35:49 +02:00
parent 82fff17e66
commit 8c699ab70a
33 changed files with 5249 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# Enforce LF line endings for all files
* text eol=lf
# Specific file types that should always have LF line endings
*.go text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.md text eol=lf
# Example: Binary files should not be modified
*.jpg binary
*.png binary
*.gif binary