Skip to content

Conversation

@foolzhang
Copy link

Description

Add TCSAS-Devtools MCP Server to the official integrations section in README.md. TCSAS-Devtools is Tencent's official cloud development IDE for TCSAS Mini-Programs, providing professional development tools and seamless deployment capabilities for the WeChat ecosystem.

Server Details

  • Server: TCSAS-Devtools MCP Server
  • Changes to: README.md - Official Integrations section
  • Category: Development Tools / IDE Integration

Motivation and Context

TCSAS-Devtools MCP Server is an official MCP server maintained by the Tencent TCSAS team that provides:

  • IDE Integration: Direct control of TCSAS-Devtools IDE through AI assistants
  • Mini-Program Development: Specialized tools for TCSAS Mini-Program development workflow
  • Production Deployment: One-click preview and upload capabilities for mini-programs
  • Official Support: Backed by Tencent Cloud with enterprise-grade reliability
  • Active Development: Regular updates with latest version 0.1.2 published 6 days ago

Adding it to the official integrations list will:

  • Enable developers to leverage AI-powered mini-program development
  • Provide seamless integration between AI assistants and professional IDE tools
  • Enhance the MCP ecosystem with enterprise-grade development tools

How Has This Been Tested?

The TCSAS-Devtools MCP Server has been tested with:

  • ✅ Claude Desktop integration
  • ✅ Cursor IDE integration
  • ✅ CodeBuddy AI assistant
  • ✅ Various TCSAS Mini-Program development workflows
  • ✅ IDE launch and project management
  • ✅ Preview QR code generation
  • ✅ Production deployment and version management

Breaking Changes

  • No breaking changes - this is a documentation update only

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follow MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client (Claude, Cursor)
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Package Information:

Key Features:

  • Launch IDE: Open TCSAS-Devtools IDE and specific projects programmatically
  • Check Installation: Verify IDE installation status on local machine
  • Preview Mini-Programs: Generate QR codes for mobile device testing
  • Upload Mini-Programs: Deploy new versions with version control
  • Natural Language Control: Interact with IDE through AI assistants

Integration Example:

{
  "tcsas-devtools-mcp-server": {
    "command": "npx",
    "args": [
      "-y",
      "tcsas-devtools-mcp-server@latest"
    ]
  }
}

Why Official Integration:

TCSAS-Devtools MCP Server is maintained by the official Tencent TCMPP team and provides production-ready MCP integration specifically designed for TCSAS Mini-Program development. As an official Tencent Cloud product with active maintenance and enterprise support, it meets the criteria for inclusion in the official integrations category.

Tool Capabilities:

The server provides 4 essential tools for mini-program development:

  1. launchIde - Launch TCSAS-Devtools IDE with optional project path
  2. checkIdeInstalled - Verify IDE installation on the system
  3. previewMiniprogram - Generate preview QR code for mobile testing
  4. uploadMiniprogram - Upload new version with version number and description

Prerequisites:

  • Node.js v20 or higher
  • TCSAS-Devtools IDE v2.2.15 or higher
  • Service port enabled in IDE settings

This integration enhances the MCP ecosystem by providing professional IDE control capabilities for one of the world's largest mobile platforms, enabling AI-assisted development for millions of TCSAS Mini-Program developers.


Copy link
Member

@domdomegg domdomegg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please can you put this in alphabetical order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants