Skip to content

Commit fcdf232

Browse files
committed
fix(docs): Update docs to be correct so everyone can use this
1 parent 28ea267 commit fcdf232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Follow the installation instructions please follow the [Model Context Protocol Q
1515
"-y",
1616
"@serverless-dna/mkdocs-mcp",
1717
"https://your-doc-site",
18+
"Describe what you are enabling search for to help your AI Agent"
1819
]
1920
}
2021
}
@@ -84,7 +85,8 @@ The output is a bundled file which enables Node installed in windows to run the
8485
"powertools": {
8586
"command": "node",
8687
"args": [
87-
"\\\\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"
8890
]
8991
}
9092
}

0 commit comments

Comments
 (0)