mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
auto generated tools docs, added stdio transport, added additional mcp config and permissions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user