Document local-cloned MCP server layout, docker mounts, tool-call JSON protocol for local providers, profile routing behavior, and common gotchas. Add a brief pointer from the multi-bot Docker guide. Made-with: Cursor
32 lines
338 B
Plaintext
32 lines
338 B
Plaintext
.assets
|
|
.env
|
|
.env.*
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
docs/
|
|
!docs/*.md
|
|
!docs/**/*.md
|
|
*.egg-info/
|
|
*.egg
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
*.pyz
|
|
*.pywz
|
|
*.pyzz
|
|
.venv/
|
|
vllm-env/
|
|
venv/
|
|
__pycache__/
|
|
poetry.lock
|
|
.pytest_cache/
|
|
botpy.log
|
|
tests/
|
|
|
|
# Local-cloned MCP servers (kept out of git; clone/build locally)
|
|
mcp-servers/*
|
|
!mcp-servers/README.md
|
|
!mcp-servers/.gitkeep
|