pyegeria 5.4.6__py3-none-any.whl → 5.4.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyegeria/mcp_server.py CHANGED
@@ -6,7 +6,7 @@ This module provides a basic MCP server for Egeria.
6
6
  import asyncio
7
7
  import re
8
8
  import sys
9
- from typing import Any, Dict, Optional, List
9
+ from typing import Any, Dict, Optional, List, Coroutine
10
10
 
11
11
  try:
12
12
  # We use Optional[] and List[] types, so we import them.
@@ -95,11 +95,7 @@ def main() -> None:
95
95
  result = await asyncio.to_thread(
96
96
  _execute_egeria_call_blocking,
97
97
  report = report_name,
98
- params = params,
99
- # view_server="qs-view-server",
100
- # view_url="https://localhost:9443",
101
- # user="erinoverview",
102
- # user_pass='secret'
98
+ params = params
103
99
  )
104
100
  print("DEBUG: run_report completed successfully", file=sys.stderr)
105
101
  return _ok(result)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyegeria
3
- Version: 5.4.6
3
+ Version: 5.4.7
4
4
  Summary: A python client for Egeria
5
5
  Author-email: Dan Wolfson <dan.wolfson@pdr-associates.com>
6
6
  License-Expression: Apache-2.0
@@ -146,7 +146,7 @@ pyegeria/governance_officer.py,sha256=OYEewhoe3HBcxTR6kGdKNkwLT4gkQDRGKfFIsVlD5o
146
146
  pyegeria/load_config.py,sha256=XDwPAHB3MvGRuoP8kg1lJJAI4BgMWZ3TYxfxYROgJj4,1188
147
147
  pyegeria/logging_configuration.py,sha256=BxTQRN-7OOdk5t1f1xSn8gKU8iT-MfWEgbn6cYWrRsY,7674
148
148
  pyegeria/mcp_adapter.py,sha256=90tqUmqKyG47ozFL39KJYn4-OoAvxoADAXniEe47U-w,4401
149
- pyegeria/mcp_server.py,sha256=ZbFq31kNlySJJy-DtoNGvkhPrFKZLTuv2Xf3z5XjTos,7326
149
+ pyegeria/mcp_server.py,sha256=BbGF2rMNxD99SKCin7Kdy5Zo_uvBHQRIsljHZ6wGJLs,7159
150
150
  pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
151
151
  pyegeria/md_processing_utils.py,sha256=KRESCqAYjCgHRAdhHH49lLDDhaq740CUlqTG0bN-6Oo,99119
152
152
  pyegeria/md_processing_utils_orig.py,sha256=SToZtXQiysi2_vmIY4-T2NIELRirzQ1zjkho_2jFsNE,52603
@@ -166,9 +166,9 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
166
166
  pyegeria/utils.py,sha256=xOTxk9PH8ZGZmgIwz_a6rczTVLADLEjucr10ZJTUnY4,9272
167
167
  pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
168
168
  pyegeria/x_action_author_omvs.py,sha256=XyRsUgN-xnWR-cJayzo5RtY4Xv1uBDML4pwaKHrwC1w,6430
169
- pyegeria-5.4.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
170
- pyegeria-5.4.6.dist-info/METADATA,sha256=Jp8glmJGorSBhcu2Rg0q_Lh0qqrYPhKFsLomJ2Fnd3A,5919
171
- pyegeria-5.4.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
172
- pyegeria-5.4.6.dist-info/entry_points.txt,sha256=Ig9cZyl-nq_RohLvahgWXzZbcpHzLS3Zdc1A8qvdPG0,6595
173
- pyegeria-5.4.6.dist-info/top_level.txt,sha256=48Mt-O3p8yO7jiEv6-Y9bUsryqJn9BQsiyV0BqSn8tk,32
174
- pyegeria-5.4.6.dist-info/RECORD,,
169
+ pyegeria-5.4.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
170
+ pyegeria-5.4.7.dist-info/METADATA,sha256=CXS_liB7ALPquBJanIT9bUr_9vFxxhIiCLdH_IeDL_U,5919
171
+ pyegeria-5.4.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
172
+ pyegeria-5.4.7.dist-info/entry_points.txt,sha256=Ig9cZyl-nq_RohLvahgWXzZbcpHzLS3Zdc1A8qvdPG0,6595
173
+ pyegeria-5.4.7.dist-info/top_level.txt,sha256=48Mt-O3p8yO7jiEv6-Y9bUsryqJn9BQsiyV0BqSn8tk,32
174
+ pyegeria-5.4.7.dist-info/RECORD,,