Skip to content

Releases: MausRundung362/mcp-explorer

🚀 v0.1.1 - Improved Installation Documentation

05 Jun 11:18
Compare
Choose a tag to compare

📚 Documentation Updates

  • ✨ Added comprehensive installation instructions for MCP users
  • 🚀 Quick start section with copy-paste configuration
  • 📦 Updated badges to reflect npm package status
  • 🔧 Separated user installation from developer setup

📦 Installation

{
  "mcpServers": {
    "project-explorer": {
      "command": "npx",
      "args": ["-y", "@team-jd/mcp-project-explorer", "/your/project/path"]
    }
  }
}