.git_archival.txt
.gitattributes
.gitignore
CHANGELOG.md
DEPLOYMENT.md
Makefile
PYPI_SETUP.md
README.md
pyproject.toml
requirements.txt
.github/workflows/ci.yml
.github/workflows/publish.yml
js/mermaid.min.js
js/package-lock.json
js/package.json
js/puppeteer-config.json
js/puppeteer-screenshot.js
scripts/build_and_publish.py
scripts/manual_publish.py
scripts/mermaid_helper.py
scripts/mermaid_to_imagebb.py
src/mcp_mermaid/__init__.py
src/mcp_mermaid/_version.py
src/mcp_mermaid/server.py
src/mcp_mermaid.egg-info/PKG-INFO
src/mcp_mermaid.egg-info/SOURCES.txt
src/mcp_mermaid.egg-info/dependency_links.txt
src/mcp_mermaid.egg-info/entry_points.txt
src/mcp_mermaid.egg-info/requires.txt
src/mcp_mermaid.egg-info/top_level.txt
src/mcp_mermaid/core/__init__.py
src/mcp_mermaid/core/generator.py
src/mcp_mermaid/core/logger.py
src/mcp_mermaid/core/optimizer.py
src/mcp_mermaid/core/uploader.py
src/mcp_mermaid/themes/__init__.py
src/mcp_mermaid/themes/configs.py
src/mcp_mermaid/tools/__init__.py
src/mcp_mermaid/tools/mermaid_tools.py
tests/__init__.py
tests/test_generator.py
tests/test_integration.py
tests/test_mcp_protocol.py
tests/test_mermaid_tools.py
tests/test_optimizer.py
tests/test_real_environment.py
tests/test_uploader.py