powertools-mcp

powertools-mcp

21

The Powertools MCP Search Server is a Model Context Protocol server designed to aid in searching AWS Lambda Powertools documentation across various runtimes using lunr.js for local search capabilities. It supports interaction with Large Language Models and is optimized for efficiency in documentation retrieval.

What runtimes does the Powertools MCP Search Server support?

The server supports Python, TypeScript, Java, and .NET runtimes.

How does the server perform searches?

The server uses pre-built lunr.js indexes to perform local searches based on the specified runtime and version.

Can I specify a version for the documentation search?

Yes, you can specify a version, but it defaults to the latest if not provided.

What is the purpose of the search_docs tool?

The search_docs tool allows users to perform searches with parameters for the search query, runtime, and optional version.

Is the server compatible with LLMs?

Yes, the server is MCP-compliant and designed for integration with Large Language Models.