How to Setup MCP with Claude App

What is MCP? MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools. Core Architecture MCP Server: The component that exposes resources, tools, and prompts to the AI assistant. Servers can provide access to databases, APIs, file systems, or other external services. ...

May 26, 2025 · 5 min · Bogdan Novosad

Unity Container Documentation

The author of Unity Container and its sole contributor passed away. Therefore, the official project domain with documentation was expired and seized by cybersquatters. Since I have to work with a legacy project that uses a Unity container, I decided to restore the documentation I have no intention to maintain the project or to provide any support. I just want to make the documentation available to the community.

November 15, 2024 · 1 min · Bogdan Novosad

Chat-Assisted Development: Transforming the Developer’s Workflow

Chat-assisted development is revolutionizing the way developers work by integrating AI tools directly into coding environments. These tools not only streamline the development process but also foster a more collaborative atmosphere. With an AI assistant handling repetitive tasks, offering code suggestions, and debugging issues, developers can dedicate more time to tackling complex problems and unleashing their creativity. The integration of AI in development environments brings numerous benefits. One of the most significant advantages is the reduction of time spent on mundane tasks. AI tools can automate code formatting, generate boilerplate code, and even suggest improvements based on best practices. This automation allows developers to focus on more critical aspects of their projects, such as designing innovative features and optimizing performance. ...

September 12, 2024 · 2 min · Bogdan Novosad