AI Repo of the Week: MCP for Beginners
A beginner's guide to the Model Context Protocol (MCP) for building scalable AI applications with tutorials in C#, Python, Java, and TypeScript.
A beginner's guide to the Model Context Protocol (MCP) for building scalable AI applications with tutorials in C#, Python, Java, and TypeScript.
A guide to building a Model Context Protocol (MCP) server that connects to the Marvel API, demonstrating how to integrate external APIs with AI systems.
Explores advanced uses of the WordPress REST API for headless websites, mobile apps, and third-party integrations with code examples.
A developer documents the first steps in building a personalized content recommendation system using saved articles, text embeddings, and algorithms.
A practical guide to implementing function calling with Google's Gemini 2.0 Flash model, enabling LLMs to interact with external tools and APIs.
A technical walkthrough of loading and exploring UK Environment Agency flood data using DuckDB and Rill for a streaming pipeline project.
A developer builds an MCP server to connect AI assistants like Claude to Beeminder, a personal goal-tracking app, enabling direct data interaction.
Learn to automate pull request descriptions in Azure DevOps using Azure OpenAI's GPT-4o to generate summaries of code changes.
A guide to automating LinkedIn posts using the LinkedIn API, covering app creation, token generation, and API calls.
Explores using Bing Search API to ground LLM responses for website assistants, comparing custom implementation with Azure AI Agent Service.
A developer reimplements the Unsplash Source service using the Unsplash API and Val Town, sharing the technical process and code.
A technical guide on implementing semantic search in a Power App using Azure AI Search and vector embeddings to query an API.
A developer's weekly recap covering work on an Expo/React Native app using RAWG API, reading, writing, and personal reflections.
Introduces the Azure Policy Restrictions REST API for checking policy constraints on resources, with a PowerShell helper function.
A guide to handling APIs that return JSON values as either strings or other types, using a custom C# StringOrValue<T> struct for flexible deserialization.
A developer discovers and discusses slashpages.net, a project for creating personal 'slash pages' popular in the IndieWeb community.
A technical guide on building a custom GitHub Copilot extension, covering app registration, local setup, and integration steps.
A developer creates a Bash script called 'qq' to query Kagi's FastGPT API from the terminal, improving on a command-line LLM tool concept.
A technical guide on implementing per-user discounts for a Shopify store, inspired by Bungie's system, using a custom app and database.
Sample code and review of the new official OpenAI SDK for .NET, including chat, audio, and image analysis demos.