Full Changelog: v0.3.1...v0.4.0
π Installation & Usage
npm Package
# Install globally
npm install -g docsearch-mcp
# Or use with npx
npx docsearch-mcp --helpDocker Container
# Pull the image
docker pull ghcr.io/PatrickKoss/docsearch-mcp:v0.4.0
# Run the MCP server
docker run -p 3000:3000 ghcr.io/PatrickKoss/docsearch-mcp:v0.4.0MCP Server Usage
Add to your MCP client configuration:
{
"mcpServers": {
"docsearch": {
"command": "npx",
"args": ["docsearch-mcp", "start"]
}
}
}