Repo Roundup #3

7/18/2025

Repositories I looked into this week were pretty random.

Repositories

BedrockConnect

This project lets you spoof Minecraft Bedrock servers to trick console versions of Minecraft to let you connect to custom Minecraft servers. This came in handy when trying to connect to a Minecraft server not officially blessed by Microsoft from the Xbox version of the game.

ollama-ai-provider

This is a pretty essential package for using an Ollama instance as an AI model provider with Vercel’s AI SDK. It’s pretty lightweight.

However, now that Ollama also has OpenAI-compatible endpoints, you can actually get pretty far with just using the first-party Open AI provider with a custom URL provided that actually points to an Ollama instance.

I had some issues with this around streaming tool-call support in Ollama when trying to work this into an AG-UI flow. However, since then Ollama has announced proper streaming tool call support so this may not be an issue anymore.

notion-sdk-js

The Notion JavaScript SDK is pretty barebones but it could be because Notion has such an odd API and data structure—likely the price it pays for its massive flexibility.

I am using this SDK to fetch most of the content of my website that is stored in Notion databases in various formats and then compile that data into Markdown files in Astro content collections.