What problem does it solve? Developers working in the decocms/mcps monorepo need to follow strict conventions for creating MCP servers, including mandatory authentication, specific tool definition patterns, and registry configuration, and this Skill encodes all of those rules so new MCPs are built correctly the first time. ## Core Features & Use Cases - Custom Server Scaffolding: Provides the complete deco HTTP server pattern with withRuntime, createPrivateTool, withAuth, and the required file layout (server/, shared/, app.json). - Official Server Migration: Guides converting a custom-hosted MCP to an official external server by updating app.json and removing server code, deploy entries, and workspace references. - Registry Configuration: Defines the app.json schema including connection URL, auth headers, categories, and mesh_description metadata. - Use Case: When asked to add a new weather API MCP to the monorepo, this Skill produces the correct directory structure, authenticated server entry point, zod-validated tools, and deploy.json registration. ## Quick Start Create a new MCP called weather-api in the decocms/mcps monorepo with an authenticated deco HTTP server and one example tool.