Rust MCP Local Server: Bridging Rust Logic with AI Frontends

April 9, 2025 Lothar Schulz 0

Unlock the power of Rust for AI integrations! Learn how to use Rust-based logic with Model Context Protocol (MCP) to provide seamless context to AI frontends like Claude Desktop. While Rust doesn’t have an official MCP SDK yet, leveraging WebAssembly (Wasm) enables efficient integration with JavaScript environments. Explore how MCP standardizes communication with Large Language Models (LLMs). Whether you’re building custom AI workflows or connecting local data sources, this guide provides practical steps and solutions to get started.

Microservices Marvel: Riding the Frontline with BFF Mastery in Modern Development

January 17, 2024 Lothar Schulz 0

In software development, engineers are constantly seeking innovative solutions. One such pattern that has gained prominence in recent years is the Backend For Frontend (BFF) pattern. We’ll delve into the intricacies of BFF, explore its similarities with API Gateway, and discuss the advantages and disadvantages of incorporating business logic and other microservice cross cutting concerns. We’ll conclude with recommendations.