Building an MCP Server from Scratch

A step-by-step guide to creating your own MCP server with Python, covering everything from the initial idea to deploying and promoting your server.

教程

wereadcard: A Card Generator for WeRead

Today I whipped up a card generator for WeRead, just for fun and practice. Here's a quick blog post about it. Feel free to star it!

项目

Essential conda Commands You Need to Know

All commands below are demonstrated on Windows. Entering a conda environment 1 activate Exiting 1 deactivate Creating an environment 1 conda create -n If you’re using python, you’ll need to run 1 conda create -n python Entering a specific environment 1 conda activate

笔记

Deploying Stable Video Diffusion on a Domestic Server: A Step-by-Step Guide

Learn how to set up Stable Video Diffusion on a China-based server, from environment configuration and model downloads to optimizing performance under local network constraints.

教程

How to Export Steam Tokens After the Redesign

Background Exporting Steam token data is a real hassle these days. https://keylol.com/t900854-1-1 (Source: Keylol) Some veterans on the forum have already posted tutorials covering various methods, such as: [ROOT ANDROID] How to export Steam 3.0 tokens https://keylol.com/t854675-1-1 (Source: Keylo

教程