This commit is contained in:
nasir@endelospay.com
2025-07-11 20:22:12 +05:00
commit 8c74b0e23f
120 changed files with 206874 additions and 0 deletions

31
jsdoc.conf.json Normal file
View File

@@ -0,0 +1,31 @@
{
"source": {
"include": [
"./src/",
"./server.js",
"./README.md"
],
"includePattern": "\\.(js|md)$",
"exclude": [
"node_modules/",
"logs/",
"test/"
]
},
"opts": {
"destination": "./docs/api/",
"recurse": true,
"readme": "./README.md"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"metadata": {
"title": "Laravel Healthcare MCP Server API Documentation",
"description": "API documentation for the Laravel Healthcare MCP Server - a comprehensive Model Context Protocol server for healthcare APIs"
}
}