auto generated tools docs, added stdio transport, added additional mcp config and permissions

This commit is contained in:
dswbx
2025-08-09 14:14:51 +02:00
parent 170ea2c45b
commit cb873381f1
25 changed files with 3770 additions and 87 deletions

View File

@@ -4,9 +4,10 @@
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "bun generate:openapi && next build",
"build": "bun generate:openapi && bun generate:mcp && next build",
"start": "next start",
"generate:openapi": "bun scripts/generate-openapi.mjs",
"generate:mcp": "bun scripts/generate-mcp.ts",
"postinstall": "fumadocs-mdx",
"preview": "npm run build && wrangler dev",
"cf:preview": "wrangler dev",
@@ -42,6 +43,7 @@
"eslint": "^8",
"eslint-config-next": "15.3.5",
"fumadocs-docgen": "^2.1.0",
"jsonv-ts": "^0.7.0",
"postcss": "^8.5.6",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.11",