refactor create single and added create collection tool

This commit is contained in:
biccsdev
2025-01-05 12:44:20 -06:00
parent 99ae523734
commit bca4f6074c
2 changed files with 114 additions and 18 deletions

View File

@@ -22,8 +22,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]