Posts

Showing posts from June 28, 2025

Existing API Services to MCP Conversion - Complete Guide

Image
                                                                       MCP server from research gate An MCP server, or Model Context Protocol server, acts as a bridge, enabling AI models to interact with external tools and data sources through a standardized interface. It simplifies the process of connecting AI applications to various services and resources, making it easier for developers to build and deploy AI-powered applications.  We all have tons of API services and servers already. However now due to AgenticAI and multiple Agent applications with MCP. It is getting difficult if not totally impossible to connect the same API services. So I thought, how can we convert our existing API services into MCP capable. This guide provides a complete end-to-end solution for conver...

How Transformer Learn From Whole Datasets

Image
                                                      Transformer architecture by research gate This post is about a very deep question about transformer architecture. Question is: how does self-attention in transformer models handles long-range dependencies, and whether its ability extends to the entire dataset or just individual sequences. Before diving into the answer let see about Transformer. The transformer architecture is a deep learning model that has revolutionized natural language processing (NLP) and other sequence-based tasks. It relies on the attention mechanism, particularly self-attention, to weigh the importance of different parts of an input sequence when processing it. This allows transformers to capture long-range dependencies and relationships within the data, unlike traditional recurrent neural networks (RNNs) that process data ...