We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ea267 commit fcdf232Copy full SHA for fcdf232
README.md
@@ -15,6 +15,7 @@ Follow the installation instructions please follow the [Model Context Protocol Q
15
"-y",
16
"@serverless-dna/mkdocs-mcp",
17
"https://your-doc-site",
18
+ "Describe what you are enabling search for to help your AI Agent"
19
]
20
}
21
@@ -84,7 +85,8 @@ The output is a bundled file which enables Node installed in windows to run the
84
85
"powertools": {
86
"command": "node",
87
"args": [
- "\\\\wsl$\\Ubuntu\\home\\walmsles\\dev\\serverless-dna\\mkdocs-mcp\\dist\\index.js"
88
+ "\\\\wsl$\\Ubuntu\\home\\walmsles\\dev\\serverless-dna\\mkdocs-mcp\\dist\\index.js",
89
+ "Search online documentation"
90
91
92
0 commit comments