Some checks failed
CI / Code Quality (push) Failing after 17s
CI / Test (ubuntu-latest, 3.10) (push) Failing after 5s
CI / Test (ubuntu-latest, 3.11) (push) Failing after 4s
CI / Test (ubuntu-latest, 3.12) (push) Failing after 4s
CI / Test (ubuntu-latest, 3.13) (push) Failing after 4s
CI / Coverage (push) Failing after 25s
CI / Test (macos-latest, 3.13) (push) Has been cancelled
CI / Test (macos-latest, 3.10) (push) Has been cancelled
CI / Test (macos-latest, 3.11) (push) Has been cancelled
CI / Test (macos-latest, 3.12) (push) Has been cancelled
CI / Test (windows-latest, 3.10) (push) Has been cancelled
CI / Test (windows-latest, 3.11) (push) Has been cancelled
CI / Test (windows-latest, 3.12) (push) Has been cancelled
CI / Test (windows-latest, 3.13) (push) Has been cancelled
✨ Features: - 50+ development tools across 13 specialized categories - ⚡ Sneller Analytics: High-performance vectorized SQL (TB/s throughput) - 🎬 Asciinema Integration: Terminal recording and sharing - 🧠 AI-Powered Recommendations: Intelligent tool suggestions - 🔀 Advanced Git Integration: Smart operations with AI suggestions - 📁 Enhanced File Operations: Monitoring, bulk ops, backups - 🔍 Semantic Code Search: AST-based intelligent analysis - 🏗️ Development Workflow: Testing, linting, formatting - 🌐 Network & API Tools: HTTP client, mock servers - 📦 Archive & Compression: Multi-format operations - 🔬 Process Tracing: System call monitoring - 🌍 Environment Management: Virtual envs, dependencies 🎯 Ready for production with comprehensive documentation and MCP Inspector support!
38 lines
864 B
Markdown
38 lines
864 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
A clear and concise description of what the bug is.
|
|
|
|
## 🔄 Steps to Reproduce
|
|
1. Run `enhanced-mcp` or specific command
|
|
2. Use tool `xyz` with parameters `...`
|
|
3. See error
|
|
|
|
## ✅ Expected Behavior
|
|
A clear description of what you expected to happen.
|
|
|
|
## ❌ Actual Behavior
|
|
What actually happened instead.
|
|
|
|
## 🖥️ Environment
|
|
- **OS**: [e.g. macOS 14.1, Ubuntu 22.04, Windows 11]
|
|
- **Python Version**: [e.g. 3.11.5]
|
|
- **Package Version**: [e.g. 1.0.0]
|
|
- **Installation Method**: [e.g. pip, uv, from source]
|
|
|
|
## 📋 Additional Context
|
|
- Error messages/logs
|
|
- MCP client being used (Claude Desktop, Cursor, etc.)
|
|
- Configuration files (redact sensitive info)
|
|
|
|
## 🔍 Error Log
|
|
```
|
|
Paste any error messages or logs here
|
|
```
|