WeCom Bot MCP Server

by loonghao
Verified
MIT License
17
  • Linux
  • Apple
# Byte-compiled / optimized / DLL files *.py[cod] *$py.class *.so # PyCharm project files .idea/ # Vim / Notepad++ temp files *~ # Coverage output .coverage coverage.xml # Documentation build folders. docs/_* docs/src/* docs/_build/ docs/build/ target/* dist/ build/ # Virtual Environment venv/ env/ ENV/ .env .venv .uv/ # IDE .vscode/ *.swp *.swo .project .pydevproject .settings/ # Testing .tox/ .nox/ .pytest_cache/ # Logs *.log logs/ # Cache .cache/ .mypy_cache/ __pycache__/ .ruff_cache/ # Distribution *.egg-info/ .installed.cfg *.egg # Other /run_pycharm.bat /.nox/ /build/ /coverage.xml /.zip/ /run-ide.bat # Hatch .hatch/