# May 11: Support for Amazon Bedrock models, McPoogle MCP search engine, bug fixes

### New Features

* :bulb: Graphlit now supports Amazon Bedrock models for LLM completion, preparation and extraction. Currently, we only support 'bring your own key' for models in your Bedrock environment, but will support per-credit usage of Bedrock models in an upcoming release.
* We have launched our MCP search engine, called [McPoogle](https://www.mcpoogle.com), for finding MCP servers and tools. We also launched McPoogle as a [remote MCP server](https://github.com/graphlit/mcpoogle-mcp-server-remote), which you can use within AI-native IDEs such as Cline, Cursor or Windsurf.
* We have launched a [remote MCP server](https://github.com/graphlit/ask-graphlit-mcp-server-remote) for 'Ask Graphlit', where you can get code generation of Graphlit SDK samples within AI-native IDEs such as Cline, Cursor or Windsurf.
* We have added support for providing a 'seed' image when performing image generation. You can select an example image content, by reference, and use that to guide the image generation model for following your user prompt.

### Bugs Fixed

* GPLA-4194: Parsing raw GitHub README has extra HTML at end
* GPLA-4202: Round-trip markdown to TextDocument loses Markdown list items
* GPLA-4235: Hybrid RRF threshold is removing too many sources
* GPLA-4233: Can't send just image & system prompt to Anthropic LLM


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/may-2025/readme-11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
