Tags: microsoft/fabric-rti-mcp
Tags
Allow providing kusto client request properties with generalized kust… …o tools integration (#50) * Initial plan * Implement client request properties support for all Kusto functions Co-authored-by: danield137 <15192451+danield137@users.noreply.github.com> * Merge latest main: integrate client request properties with generalized kusto tools - Successfully merged latest main branch (commit d4963e6) - Resolved merge conflicts in kusto_service.py by preserving upstream method signatures - Added client_request_properties parameter to all kusto functions - Updated _execute() and _crp() functions to handle custom properties with proper precedence - Fixed test expectations to match new Dict[str, Any] return format - Maintained backward compatibility and correlation ID tracing functionality - All 28 kusto tests passing, formatting and linting checks pass Co-authored-by: danield137 <15192451+danield137@users.noreply.github.com> * add live test + fix dependency --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Daniel Dror <daniel.dror@microsoft.com>
Sanity test (#6) * working initial * added sanity test * Update project.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update makefile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update project.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update project.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>