feat: fuck mcp, we'll just send the json

This commit is contained in:
2025-08-07 12:55:43 -07:00
parent e49137bb08
commit 0f058870a8
12 changed files with 19 additions and 399 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"lint": "eslint ./src --max-warnings 0",
"build": "tsc",
"build": "tsx ./getDocs.ts && tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
},