Skip to content

Instantly share code, notes, and snippets.

View RaiAnsar's full-sized avatar
🏠
Working from home

Rai Ansar RaiAnsar

🏠
Working from home
View GitHub Profile
@RaiAnsar
RaiAnsar / dhl-price-override.php
Last active August 9, 2025 01:17
DHL Labels Price Override
<?php
/**
* Plugin Name: MT DHL Label Price Override
* Description: Overrides product prices on DHL labels for specific countries
* Version: 2.0.0
* Author: Rai Ansar
*/
if (!defined('ABSPATH')) {
exit;
@RaiAnsar
RaiAnsar / BUILD_YOUR_OWN_MCP_SERVER.md
Created June 10, 2025 21:38
Claude_Code-Gemini-MCP

Building Your Own MCP Server for Claude Code

This guide will walk you through creating a custom MCP (Model Context Protocol) server that integrates with Claude Code, allowing you to extend Claude's capabilities with external tools, APIs, or even other AI models.

What is MCP?

MCP (Model Context Protocol) is a protocol that allows Claude to communicate with external servers to access tools and capabilities beyond its built-in features. Think of it as a plugin system for Claude.

Prerequisites