.dockerignore
.gitignore
.pre-commit-config.yaml
AGENTS.md
CLAUDE.md
Dockerfile
LICENSE
README.md
pyproject.toml
uv.lock
vocabulary.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/workflows/ci.yml
demo/__init__.py
demo/agent.py
demo/client.py
src/nagoya_bus_mcp/__init__.py
src/nagoya_bus_mcp/__main__.py
src/nagoya_bus_mcp/approach.py
src/nagoya_bus_mcp/client.py
src/nagoya_bus_mcp/data.py
src/nagoya_bus_mcp/py.typed
src/nagoya_bus_mcp/version.py
src/nagoya_bus_mcp.egg-info/PKG-INFO
src/nagoya_bus_mcp.egg-info/SOURCES.txt
src/nagoya_bus_mcp.egg-info/dependency_links.txt
src/nagoya_bus_mcp.egg-info/entry_points.txt
src/nagoya_bus_mcp.egg-info/requires.txt
src/nagoya_bus_mcp.egg-info/top_level.txt
src/nagoya_bus_mcp/mcp/__init__.py
src/nagoya_bus_mcp/mcp/prompts.py
src/nagoya_bus_mcp/mcp/server.py
src/nagoya_bus_mcp/mcp/tools.py
tests/__init__.py
tests/approach_test.py
tests/client_test.py
tests/conftest.py
tests/data_test.py
tests/integration_test.py
tests/types.py
tests/fixtures/buspole_infos.json
tests/fixtures/busstops_41200.json
tests/fixtures/diagrams_41200.json
tests/fixtures/realtime_approach_1123002.json
tests/fixtures/realtime_approach_multiple_positions.json
tests/fixtures/routes_1123002.json
tests/fixtures/station_name.json
tests/mcp/__init__.py
tests/mcp/tools_test.py