Commit 427cd65
fix: address PR #159 review remarks
- Update uipath SDK to >=2.8.23 and add uipath-runtime >=0.8.0 dependency
- Use UiPathRuntimeContext for mcp_server_id/slug instead of manual uipath.json parsing
- Add get_settings() method to factory protocol
- Remove TODO comment on auth validation (confirmed needed)
- Remove manual tracing/LlmOpsHttpExporter setup (handled by CLI)
- Fix self.context.folder_key bug in _on_runtime_abort (use self._folder_key)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e9ea4fe commit 427cd65
4 files changed
Lines changed: 42 additions & 54 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 34 | | |
60 | 35 | | |
61 | 36 | | |
| |||
136 | 111 | | |
137 | 112 | | |
138 | 113 | | |
139 | | - | |
140 | | - | |
| 114 | + | |
| 115 | + | |
141 | 116 | | |
142 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
143 | 122 | | |
144 | 123 | | |
145 | 124 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
92 | | - | |
93 | 88 | | |
94 | 89 | | |
95 | 90 | | |
| |||
236 | 231 | | |
237 | 232 | | |
238 | 233 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 234 | | |
247 | 235 | | |
248 | 236 | | |
| |||
371 | 359 | | |
372 | 360 | | |
373 | 361 | | |
374 | | - | |
375 | | - | |
376 | 362 | | |
377 | 363 | | |
378 | 364 | | |
| |||
705 | 691 | | |
706 | 692 | | |
707 | 693 | | |
708 | | - | |
| 694 | + | |
709 | 695 | | |
710 | 696 | | |
711 | 697 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments