feat: add mcp server, reorganize repo

This commit is contained in:
2026-09-03 17:20:08 +05:00
parent c1dda4d257
commit 1fd8ad6b50
48 changed files with 1691 additions and 12467 deletions
+28 -1
View File
@@ -1 +1,28 @@
/node_modules/
# deps
node_modules/
# keep_local - локальные файлы, не для git
/_keep_local/
# build output
dist/
.next/
out/
# vite
# (frontend)
# misc
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# env files - начало
.env*
# env files - конец
# typescript - начало
*.tsbuildinfo
next-env.d.ts
# typescript - конец