top of page
Codersarts Blog.
What’s new and exciting at Codersarts
Search


Task Management with MCP Integration: Intelligent Workflow Automation and Team Collaboration
Introduction Project management systems handle vast numbers of tasks daily across organizations, creating complex workflows that demand...
ganesh90
Aug 12, 202522 min read


Email Campaigns with MCP Server: Intelligent Automation and Analytics for Marketing
Introduction Email marketing campaigns generate vast volumes of messages across automation platforms, newsletters, and promotional...
ganesh90
Aug 12, 202522 min read


Social Media Analytics with MCP Server: Real-Time Social Intelligence
Introduction Social media platforms generate massive volumes of user generated content containing valuable insights about brand...
ganesh90
Aug 11, 202521 min read


E-commerce Product Catalog with MCP: Intelligent Online Shopping Management
Introduction The e-commerce market handles vast volumes of transactions, with retailers managing extensive product catalogs, dynamic...
ganesh90
Aug 11, 202518 min read


Clinical Decision Support Systems using RAG: Healthcare with Intelligent Diagnostic Assistance
Introduction Healthcare professionals face increasingly complex challenges in clinical decision making, as medical knowledge is expanding...
ganesh90
Aug 11, 202518 min read


Technical Documentation Search using RAG: Empowering development teams with Intelligent Knowledge Discovery
Introduction In the fast-paced world of software engineering, development teams often waste time searching through scattered...
ganesh90
Aug 8, 202515 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 4
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 3 The Connection Traffic Controller - list_database_connections @mcp.tool() async def list_database_connections() -> str: """List all active database connections""" connections = {} for key, manager in connection_pool.items(): db_type, db_path = key.split(':', 1) connections[key] = { 'database_path': db_path, 'database_type': db_type, 'is_sample_dat
ganesh90
Jul 4, 20256 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 3
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 2 Meet...
ganesh90
Jul 4, 202520 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 2
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 1 The...
ganesh90
Jul 4, 202517 min read


Building AI Travel Planner with Ollama and MCP - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System 🧰 Tool Definitions Let’s now define all our MCP tools, one by one. 📅 Get Full Itinerary @mcp.tool() async def get_full_itinerary(city: str, days: int = 5) -> str: """Get a complete travel itinerary with direct Ollama AI using file-based data. Args: city: Name of the city to visit days: Number of days for the itinerary (default: 5) Returns: A formatted m
ganesh90
Jun 17, 202521 min read


Building AI Travel Planner with Ollama and MCP - Part 2
Prerequisite: This is a continuation of the blog Part 1: A Complete Guide to Creating a Multi-Agent Book Writing System Making Sense of...
ganesh90
Jun 17, 202520 min read


Building AI Travel Planner with Ollama and MCP - Part 1
Ever wished you had a friend who's traveled everywhere, knows all the hidden gems, and could instantly create the perfect itinerary for...
ganesh90
Jun 16, 202518 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 1
Picture this: You're at your computer, juggling three different databases for three different projects. You keep switching connection...
ganesh90
Jun 13, 202515 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 5
Prerequisite: This is a continuation of the blog Part 4: A Complete Guide to Creating a Multi-Agent Book Writing System Solutions for...
ganesh90
Jun 10, 202515 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 4
Prerequisite: This is a continuation of the blog Part 3: A Complete Guide to Creating a Multi-Agent Book Writing System 🚀 Chapter...
ganesh90
Jun 9, 202519 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System ✍️ Agent 3 -...
ganesh90
Jun 9, 202516 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 2
Prerequisite: This is a continuation of the blog Part 1: A Complete Guide to Creating a Multi-Agent Book Writing System 🧠 LLMAgent: The...
ganesh90
Jun 9, 202518 min read


A Complete Guide to Creating a Multi-Agent Book Writing System
Picture this: You're sitting in a cozy café, and someone at the next table casually mentions they just built an AI team that researched,...
ganesh90
Jun 9, 202516 min read


People Detection and Tracking with BoT-SORT
Introduction Accurately detecting and tracking people across video frames is essential for modern applications in retail analytics,...
ganesh90
Jun 2, 20254 min read


People Detection and Tracking with ByteTrack: Building Real-Time Monitoring Systems
Introduction Accurately detecting and tracking people across video frames is essential for modern applications in retail analytics,...
ganesh90
Jun 2, 20254 min read
bottom of page