mcp-apps-builder

Category: Development & Coding | Uploader: ZenlixAIZenlixAI | Downloads: 0 | Version: v1.0(Latest)

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features. --- # IMPORTANT: How to Use This Skill This file provides a NAVIGATION GUIDE ONLY. Before implementing any MCP server features, you MUST: 1. Read this overview to understand which reference files are relevant 2. **ALWAYS read the specific reference file(s)** for the features you're implementing 3. Apply the detailed patterns from those files to your implementation **Do NOT rely solely on the quick reference examples in this file** - they are minimal examples only. The reference files contain critical best practices, security considerations, and advanced patterns. --- # MCP Server Best Practices Comprehensive guide for building production-ready MCP servers with tools, resources, prompts, and widgets using mcp-use. ## ⚠️ FIRST: New Project or Existing Project? **Before doing anything else, determine whether you are inside an existing mcp-use project.** **Detection:** Check the workspace for a `package.json` that lists `"mcp-use"` as a dependency, OR any `.ts` file that imports from `"mcp-use/server"`. ``` ├─ mcp-use project FOUND → Do NOT scaffold. You are already in a project. │ └─ Skip to "Quick Navigation" below to add features. │ ├─ NO mcp-use project (empty dir, unrelated project, or greenfield) │ └─ Scaffold first with npx create-mcp-use-app, then add features. │ See "Scaffolding a N

Changelog: Source: GitHub https://github.com/ZenlixAI/echo-mcp

Directory Structure

Current level: tree/main/.agents/skills/mcp-apps-builder/

  • 📁 references/
    • 📁 authentication/
      • 📄 custom.md 6.4 KB
      • 📄 overview.md 6.4 KB
      • 📄 supabase.md 5.0 KB
      • 📄 workos.md 6.1 KB
    • 📁 foundations/
      • 📄 architecture.md 8.3 KB
      • 📄 concepts.md 3.3 KB
      • 📄 deployment.md 2.6 KB
      • 📄 quickstart.md 6.0 KB
    • 📁 patterns/
      • 📄 common-patterns.md 20.7 KB
    • 📁 server/
      • 📄 prompts.md 16.3 KB
      • 📄 proxy.md 3.2 KB
      • 📄 resources.md 11.3 KB
      • 📄 response-helpers.md 12.4 KB
      • 📄 tools.md 12.5 KB
    • 📁 widgets/
      • 📄 advanced.md 19.5 KB
      • 📄 basics.md 18.2 KB
      • 📄 files.md 4.7 KB
      • 📄 interactivity.md 22.3 KB
      • 📄 model-context.md 5.4 KB
      • 📄 state.md 15.5 KB
      • 📄 ui-guidelines.md 15.4 KB
  • 📄 LICENSE.txt 8.9 KB
  • 📄 SKILL.md 14.2 KB

SKILL.md

Login to download/like/favorite ❤ 8 | ★ 0
Comments 0

Please login before commenting.

Loading comments...