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

26
docs/package-lock.json generated
View File

@@ -6,7 +6,6 @@
"packages": {
"": {
"name": "bknd-docs",
"version": "0.0.0",
"hasInstallScript": true,
"dependencies": {
"@iconify/react": "^6.0.0",
@@ -36,6 +35,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",
@@ -6816,6 +6816,17 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/hono": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.9.0.tgz",
"integrity": "sha512-JAUc4Sqi3lhby2imRL/67LMcJFKiCu7ZKghM7iwvltVZzxEC5bVJCsAa4NTnSfmWGb+N2eOVtFE586R+K3fejA==",
"dev": true,
"license": "MIT",
"optional": true,
"engines": {
"node": ">=16.9.0"
}
},
"node_modules/html-void-elements": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
@@ -7525,6 +7536,19 @@
"node": ">=0.10.0"
}
},
"node_modules/jsonv-ts": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/jsonv-ts/-/jsonv-ts-0.7.0.tgz",
"integrity": "sha512-zN5/KMs1WOs+0IbYiZF7mVku4dum8LKP9xv8VqgVm+PBz5VZuU1V8iLQhI991ogUbhGHHlOCwqxnxQUuvCPbQA==",
"dev": true,
"license": "MIT",
"optionalDependencies": {
"hono": "*"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
},
"node_modules/jsx-ast-utils": {
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",