.gitignore
.python-version
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIB.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
makefile
pyproject.toml
pytest_output.txt
setup.cfg
uv.lock
.github/instructions/fabric-rti-mcp.instructions.md
.github/skills/kql/SKILL.md
.github/skills/kql/references/advanced-patterns.md
.github/skills/kql/references/discovery-queries.md
.github/skills/kql/references/error-recovery.md
.github/skills/kql/references/query-templates.md
.github/workflows/code-quality.yml
.github/workflows/codeql-analysis.yml
.github/workflows/live-tests.yml
.github/workflows/publish-PyPI.yml
.vscode/launch.json
.vscode/settings.json
fabric_rti_mcp/__init__.py
fabric_rti_mcp/_version.py
fabric_rti_mcp/fabric_api_http_client.py
fabric_rti_mcp/server.json
fabric_rti_mcp/server.py
fabric_rti_mcp/auth/__init__.py
fabric_rti_mcp/auth/auth_context.py
fabric_rti_mcp/auth/auth_middleware.py
fabric_rti_mcp/auth/token_obo_exchanger.py
fabric_rti_mcp/compat/__init__.py
fabric_rti_mcp/compat/ms_foundry.py
fabric_rti_mcp/config/__init__.py
fabric_rti_mcp/config/obo.py
fabric_rti_mcp/services/__init__.py
fabric_rti_mcp/services/activator/__init__.py
fabric_rti_mcp/services/activator/activator_entity_generators.py
fabric_rti_mcp/services/activator/activator_service.py
fabric_rti_mcp/services/activator/activator_tools.py
fabric_rti_mcp/services/eventstream/__init__.py
fabric_rti_mcp/services/eventstream/eventstream_builder_service.py
fabric_rti_mcp/services/eventstream/eventstream_builder_tools.py
fabric_rti_mcp/services/eventstream/eventstream_service.py
fabric_rti_mcp/services/eventstream/eventstream_tools.py
fabric_rti_mcp/services/kusto/__init__.py
fabric_rti_mcp/services/kusto/kusto_config.py
fabric_rti_mcp/services/kusto/kusto_connection.py
fabric_rti_mcp/services/kusto/kusto_formatter.py
fabric_rti_mcp/services/kusto/kusto_service.py
fabric_rti_mcp/services/kusto/kusto_tools.py
fabric_rti_mcp/services/map/__init__.py
fabric_rti_mcp/services/map/map_service.py
fabric_rti_mcp/services/map/map_tools.py
microsoft_fabric_rti_mcp.egg-info/PKG-INFO
microsoft_fabric_rti_mcp.egg-info/SOURCES.txt
microsoft_fabric_rti_mcp.egg-info/dependency_links.txt
microsoft_fabric_rti_mcp.egg-info/entry_points.txt
microsoft_fabric_rti_mcp.egg-info/requires.txt
microsoft_fabric_rti_mcp.egg-info/top_level.txt
recipes/KustoPrivateShotsNotebook.ipynb
scripts/build_deploy_local.bat
scripts/build_deploy_local.sh
scripts/fmt.bat
scripts/fmt.sh
tests/live/test_activator_service.py
tests/live/test_kusto_tools_live.py
tests/live/test_kusto_tools_live_http.py
tests/unit/test_auth_middleware.py
tests/unit/test_fabric_api_http_client.py
tests/unit/test_global_config.py
tests/unit/test_kusto_connection.py
tests/unit/test_obo_config.py
tests/unit/activator/__init__.py
tests/unit/activator/test_entity_generators.py
tests/unit/compat/__init__.py
tests/unit/compat/test_schema_simplification.py
tests/unit/kusto/conftest.py
tests/unit/kusto/test_global_timeout.py
tests/unit/kusto/test_kql_escape.py
tests/unit/kusto/test_kusto_deeplink.py
tests/unit/kusto/test_kusto_formatter.py
tests/unit/kusto/test_kusto_service.py
tests/unit/kusto/test_servertimeout_conversion.py
tests/unit/map/__init__.py
tests/unit/map/test_map_service.py