Apache Egeria open-metadata API + MCP Server for Agentic AI!
Project description
Egeria Mcp
API | MCP Server
Apache Egeria open-metadata API + MCP Server for the agent-utilities ecosystem.
Version: 1.0.1
Documentation — Installation, deployment, usage across the API, CLI, and MCP interfaces, and guidance for provisioning the Apache Egeria platform are maintained in the official documentation.
Egeria is federated as the metadata / governance / lineage system-of-record
alongside the epistemic-graph Knowledge Graph (the cognition/orchestration plane).
This package provides the typed, deterministic Egeria tools a policy router calls,
the bottom-up harvest that populates Egeria from the data estate, and the
governed_route decision that is the federation delivering value.
Two hard invariants: the KG never becomes the lineage store; Egeria never orchestrates.
What it provides
EgeriaApi(egeria_mcp.api.api_client_egeria) — a tolerant raw-httpx REST facade over the Egeria View Server (OMVS). Nopyegeriaruntime dependency (pyegeria's sync wrappers callasyncio.get_event_loop(), which raises on Python 3.14;httpxworks on 3.11 and 3.14). It is the injectedconfig["client"]for the KGegeriaenrichment extractor and backs all MCP tools. Every call degrades to[]/ a clear error rather than raising.- 21 MCP tools (
egeria-mcpconsole script): granular reads, broad action-dispatch readers across 11 OMVS services,governed_route, the data-store harvest, and write-gated create/classify/lineage tools. Seedocs/overview.mdfor the full list and the verified Egeria 6.0 REST contract.
Available MCP Tools
Auto-generated — do not edit (synced by the mcp-readme-table pre-commit hook).
Condensed action-routed tools (default — MCP_TOOL_MODE=condensed)
| MCP Tool | Toggle Env Var | Description |
|---|---|---|
egeria_actors |
EGERIATOOL |
Browse people/teams, projects, communities, locations, cohorts. |
egeria_audit |
EGERIATOOL |
Completeness audit: report unlinked 'island' assets + per-layer coverage. |
egeria_catalog |
EGERIATOOL |
Browse the technical catalog: assets, connections, endpoints, schema. |
egeria_collection |
EGERIATOOL |
Browse collections and digital products. |
egeria_data_design |
EGERIATOOL |
Browse data-designer artifacts: data structures, fields, value specs. |
egeria_governance_catalog |
EGERIATOOL |
Browse governance definitions, external references, valid-value sets. |
egeria_governed_route |
EGERIATOOL |
Policy-aware routing decision for acting on an Egeria-catalogued asset. |
egeria_harvest |
EGERIATOOL |
Run a bottom-up harvest layer (or 'all') into Egeria. |
egeria_harvest_archer |
EGERIATOOL |
Catalog RSA Archer GRC records (risks/controls/findings) into Egeria. |
egeria_harvest_aris |
EGERIATOOL |
Catalog ARIS models into Egeria — process models (BPM) + architecture |
egeria_harvest_containers |
EGERIATOOL |
Catalog the Docker Swarm estate (nodes + services) into Egeria — the |
egeria_harvest_crm |
EGERIATOOL |
Catalog Twenty CRM companies + people into Egeria (crm cohort with Odoo). |
egeria_harvest_datastores |
EGERIATOOL |
Catalog the data-store estate into Egeria (bottom-up harvest, anchor layer). |
egeria_harvest_erpnext |
EGERIATOOL |
Catalog ERPNext DocTypes into Egeria (ERP layer). |
egeria_harvest_finance |
EGERIATOOL |
Catalog Firefly-III accounts into Egeria (financial data assets). |
egeria_harvest_github |
EGERIATOOL |
Catalog GitHub repositories into Egeria (GITHUB_TOKEN [+ GITHUB_ORG]). |
egeria_harvest_identity |
EGERIATOOL |
Catalog Keycloak realms (security domains) + clients (apps) into Egeria. |
egeria_harvest_odoo |
EGERIATOOL |
Catalog Odoo CRM customers + leads into Egeria (crm cohort with Twenty). |
egeria_harvest_processes |
EGERIATOOL |
Catalog Camunda BPMN process definitions into Egeria (process layer). |
egeria_harvest_projects |
EGERIATOOL |
Catalog Plane/Jira projects into Egeria as Projects. |
egeria_harvest_repositories |
EGERIATOOL |
Catalog GitLab projects into Egeria (code/CI layer). |
egeria_harvest_servicenow |
EGERIATOOL |
Catalog ServiceNow CMDB configuration items into Egeria. |
egeria_metadata |
EGERIATOOL |
Generic open-metadata access: search across all types, or get by GUID. |
egeria_reconcile |
EGERIATOOL |
Cross-link the harvested layers into one connected lineage/governance graph. |
egeria_solution |
EGERIATOOL |
Browse solution architecture: supply chains, blueprints, components. |
Verbose 1:1 API-mapped tools (MCP_TOOL_MODE=verbose or both)
54 per-operation tools — one per public API method (click to expand)
| MCP Tool | Toggle Env Var | Description |
|---|---|---|
egeria_assert_lineage |
EGERIATOOL |
Assert source → process → target as two DataFlow edges. |
egeria_asset_search |
EGERIATOOL |
Invoke the asset_search operation. |
egeria_classify |
EGERIATOOL |
Invoke the classify operation. |
egeria_create_asset |
EGERIATOOL |
Create (or reuse) a data asset, optionally classified at creation. |
egeria_create_collection |
EGERIATOOL |
Create (or reuse) a collection (e.g. a digital-product folder). |
egeria_create_glossary |
EGERIA_APITOOL |
Create (or reuse) a business glossary; returns {guid, reused?}. |
egeria_create_project |
EGERIATOOL |
Create (or reuse) a project. |
egeria_create_term |
EGERIATOOL |
Create (or reuse) a glossary term anchored to glossary (its GUID). |
egeria_delete_element |
EGERIA_APITOOL |
Delete an asset element by GUID. |
egeria_find_actor_profiles |
EGERIA_APITOOL |
Invoke the find_actor_profiles operation. |
egeria_find_actor_roles |
EGERIA_APITOOL |
Invoke the find_actor_roles operation. |
egeria_find_asset |
EGERIA_APITOOL |
Return the GUID of an existing asset by qualifiedName, or None. |
egeria_find_cohorts |
EGERIA_APITOOL |
Invoke the find_cohorts operation. |
egeria_find_collections |
EGERIA_APITOOL |
Invoke the find_collections operation. |
egeria_find_communities |
EGERIA_APITOOL |
Invoke the find_communities operation. |
egeria_find_connections |
EGERIA_APITOOL |
Invoke the find_connections operation. |
egeria_find_connector_types |
EGERIA_APITOOL |
Invoke the find_connector_types operation. |
egeria_find_data_assets |
EGERIA_APITOOL |
Invoke the find_data_assets operation. |
egeria_find_data_fields |
EGERIA_APITOOL |
Invoke the find_data_fields operation. |
egeria_find_data_structures |
EGERIA_APITOOL |
Invoke the find_data_structures operation. |
egeria_find_data_value_specifications |
EGERIA_APITOOL |
Invoke the find_data_value_specifications operation. |
egeria_find_digital_products |
EGERIA_APITOOL |
Invoke the find_digital_products operation. |
egeria_find_endpoints |
EGERIA_APITOOL |
Invoke the find_endpoints operation. |
egeria_find_external_references |
EGERIA_APITOOL |
Invoke the find_external_references operation. |
egeria_find_glossary |
EGERIA_APITOOL |
Return the GUID of an existing glossary by qualifiedName, or None. |
egeria_find_information_supply_chains |
EGERIA_APITOOL |
Invoke the find_information_supply_chains operation. |
egeria_find_infrastructure_assets |
EGERIA_APITOOL |
Invoke the find_infrastructure_assets operation. |
egeria_find_locations |
EGERIA_APITOOL |
Invoke the find_locations operation. |
egeria_find_metadata_elements |
EGERIA_APITOOL |
Search across all open-metadata element types (generic find). |
egeria_find_projects |
EGERIA_APITOOL |
Invoke the find_projects operation. |
egeria_find_schema_attributes |
EGERIA_APITOOL |
Invoke the find_schema_attributes operation. |
egeria_find_schema_types |
EGERIA_APITOOL |
Invoke the find_schema_types operation. |
egeria_find_solution_blueprints |
EGERIA_APITOOL |
Invoke the find_solution_blueprints operation. |
egeria_find_solution_components |
EGERIA_APITOOL |
Invoke the find_solution_components operation. |
egeria_find_technology_types |
EGERIA_APITOOL |
Invoke the find_technology_types operation. |
egeria_find_term |
EGERIA_APITOOL |
Return the GUID of an existing glossary term by qualifiedName, or None. |
egeria_find_user_identities |
EGERIA_APITOOL |
Invoke the find_user_identities operation. |
egeria_find_valid_values |
EGERIA_APITOOL |
Invoke the find_valid_values operation. |
egeria_get_element |
EGERIA_APITOOL |
Retrieve any element by GUID (with its classifications). |
egeria_glossary_categories |
EGERIATOOL |
Invoke the glossary_categories operation. |
egeria_glossary_lookup |
EGERIATOOL |
Invoke the glossary_lookup operation. |
egeria_governance_for |
EGERIATOOL |
Return classifications + confidentiality level applying to an element. |
egeria_lineage |
EGERIATOOL |
Return the asset lineage graph (AssetLineageGraph) for a GUID. |
egeria_link_data_flow |
EGERIA_APITOOL |
Create a DataFlow lineage edge source → target. |
egeria_list_assets |
EGERIA_APITOOL |
Invoke the list_assets operation. |
egeria_list_connections |
EGERIA_APITOOL |
Invoke the list_connections operation. |
egeria_list_data_flows |
EGERIA_APITOOL |
Enumerate DataFlow lineage edges across the catalogue. |
egeria_list_glossary_categories |
EGERIA_APITOOL |
Invoke the list_glossary_categories operation. |
egeria_list_glossary_terms |
EGERIA_APITOOL |
Invoke the list_glossary_terms operation. |
egeria_list_governance_definitions |
EGERIA_APITOOL |
Invoke the list_governance_definitions operation. |
egeria_list_policies |
EGERIATOOL |
Invoke the list_policies operation. |
egeria_list_software_servers |
EGERIA_APITOOL |
Invoke the list_software_servers operation. |
egeria_set_classification |
EGERIA_APITOOL |
Apply any classification to an element (generic). |
egeria_set_confidentiality |
EGERIA_APITOOL |
Apply/refresh a Confidentiality classification at level (0–4). |
25 action-routed tool(s) (default) · 54 verbose 1:1 tool(s). Each is enabled unless its <DOMAIN>TOOL toggle is set false; MCP_TOOL_MODE selects the surface (condensed default · verbose 1:1 · both). Auto-generated — do not edit.
Configuration (environment)
| Var | Default | Meaning |
|---|---|---|
EGERIA_PLATFORM_URL |
https://localhost:9443 |
OMAG platform URL |
EGERIA_VIEW_SERVER |
qs-view-server |
View server name |
EGERIA_USER |
erinoverview |
User id |
EGERIA_USER_PASSWORD |
secret |
Password / token |
EGERIA_VERIFY_SSL |
False |
Verify TLS (self-signed homelab) |
EGERIA_ENABLE_WRITE |
False |
Gate every write/harvest tool |
EGERIATOOL |
True |
Register the Egeria tool set |
The table above is the required set. The bottom-up harvest connectors
(ServiceNow, ERPNext, GitLab, Camunda, Keycloak, Grafana, Portainer, …) each read
their own optional credential vars — every variable, grouped by source system with
required-vs-optional separation, is documented in .env.example.
Copy it to .env and populate only the connectors you use; blank connector
credentials leave the corresponding harvest inactive.
Install & run
Pick the extra that matches what you want to run:
| Extra | Installs | Use when |
|---|---|---|
egeria-mcp[mcp] |
Slim MCP server (agent-utilities[mcp] — FastMCP/FastAPI) |
You run the MCP server (smallest install / image) |
egeria-mcp[egeria] |
The optional pyegeria SDK (Python ≥ 3.12) |
You want the pyegeria client alongside the raw-httpx facade |
egeria-mcp[harvest] |
Bottom-up harvest deps (pymongo, pyyaml) |
You run the data-store / connector harvests |
egeria-mcp[all] |
Everything (mcp + agent + egeria + harvest) |
Development / full surface |
# MCP server only (recommended for tool hosting — slim deps)
uv pip install "egeria-mcp[mcp]" # or: pip install -e ".[mcp]"
# Everything (development)
uv pip install "egeria-mcp[all]" # or: python -m pip install "egeria-mcp[all]"
egeria-mcp # stdio MCP server (default transport)
egeria-mcp --transport http --host 0.0.0.0 --port 8000
The slim docker/Dockerfile builds one image (knucklessg1/egeria-mcp:latest) that
installs egeria-mcp[all] and runs the egeria-mcp console script; docker/mcp.compose.yml
runs it as a streamable-http service.
Run the bottom-up data-store harvest (needs write enabled):
EGERIA_PLATFORM_URL=https://your-egeria-platform:9443 EGERIA_ENABLE_WRITE=true \
python -m egeria_mcp.harvest
Knowledge-graph database (epistemic-graph)
Egeria is federated alongside the epistemic-graph Knowledge Graph: Egeria is the metadata / governance / lineage system-of-record, the KG is the cognition / orchestration plane (the KG never becomes the lineage store; Egeria never orchestrates). For production — or to share one knowledge graph across multiple agents — run epistemic-graph as its own database container. Deployment recipes (single-node + Raft HA), connection config, and the full database architecture (with diagrams) are documented in the epistemic-graph deployment guide.
MCP config
Register in the multiplexer under nickname eg (tools surface as eg__lineage,
eg__governed_route, eg__catalog, …). See egeria_mcp/mcp_config.json.
Additional Deployment Options
egeria-mcp can also run as a local container (Docker / Podman / uv) or be
consumed from a remote deployment. The
Deployment guide has full, copy-paste
mcp_config.json for all four transports — stdio, streamable-http,
local container / uv, and remote URL:
- Local container / uv — launch the server from
mcp_config.jsonviauvx,docker run, orpodman run, or point at a local streamable-http container byurl. - Remote URL — connect to a server deployed behind Caddy at
http://egeria-mcp.arpa/mcpusing the"url"key.
Documentation
The complete documentation is published as the official documentation site and is the recommended reference for installation, deployment, and day-to-day operation.
| Page | Contents |
|---|---|
| Installation | pip, source, extras, prebuilt Docker image |
| Deployment | run the MCP server, Compose, Caddy + Technitium, env config |
| Usage | the MCP tools, the EgeriaApi client, the harvest CLI |
| Backing Platform | deploy Apache Egeria with Docker |
| Overview | tools, REST contract, harvest, federation |
| Architecture | pipeline, layered client, KG federation diagrams |
| Concepts | concept registry (CONCEPT:EG-*) |
AGENTS.md is the canonical contributor/agent guidance.
Deploy with agent-os-genesis
This package can be provisioned for you — skill-guided — by the agent-os-genesis
universal skill (its single-package deploy mode): it picks your install method, seeds
secrets to OpenBao/Vault (or .env), trusts your enterprise CA, registers the MCP
server, and verifies it — the same machinery that stands up the whole Agent OS, narrowed
to just this package. Ask your agent to "deploy egeria-mcp with agent-os-genesis".
| Install mode | Command |
|---|---|
| Bare-metal, prod (PyPI) | uvx egeria-mcp · or uv tool install egeria-mcp |
| Bare-metal, dev (editable) | uv pip install -e ".[all]" · or pip install -e ".[all]" |
| Container, prod | deploy knucklessg1/egeria-mcp:latest via docker-compose / swarm / podman / podman-compose / kubernetes |
| Container, dev (editable) | deploy docker/compose.dev.yml (source-mounted at /src; edits live on restart) |
Secrets are read-existing + seeded via vault_sync — you are only prompted for what's missing.
Environment Variables
Package environment variables
| Variable | Example | Description |
|---|---|---|
HOST |
0.0.0.0 |
REQUIRED — MCP server runtime |
PORT |
8000 |
|
TRANSPORT |
stdio |
stdio |
AUTH_TYPE |
none |
none |
EGERIA_PLATFORM_URL |
https://localhost:9443 |
REQUIRED — Apache Egeria platform / View Server (OMVS) |
EGERIA_VIEW_SERVER |
qs-view-server |
|
EGERIA_USER |
erinoverview |
|
EGERIA_USER_PASSWORD |
secret |
|
EGERIA_VERIFY_SSL |
False |
self-signed homelab → False |
EGERIA_ENABLE_WRITE |
False |
gates every write/harvest tool |
EGERIATOOL |
True |
register the Egeria tool set |
EGERIA_HARVEST_TOPOLOGY |
— | path to a topology.json override (blank = built-in) |
HOST_INVENTORY |
— | path to an Ansible-style hosts inventory |
EGERIA_HARVEST_ENV |
/home/you/.config/agent-utilities/egeria-harvest.env |
uncomment with an ABSOLUTE path to override (a literal ~ is not expanded here). |
ENABLE_OTEL |
True |
OPTIONAL — OTEL tracing (agent-utilities framework) |
LANGFUSE_BASE_URL |
— | OPTIONAL — Langfuse / LLMOps harvest connector (egeria_mcp.harvest.llmops) |
LANGFUSE_PUBLIC_KEY |
— | |
LANGFUSE_SECRET_KEY |
— | |
EUNOMIA_TYPE |
none |
none |
EUNOMIA_POLICY_FILE |
mcp_policies.json |
|
ANSIBLE_TOWER_URL |
— | |
ANSIBLE_TOWER_TOKEN |
— | |
TOWER_URL |
— | |
TOWER_TOKEN |
— | |
ARCHIVEBOX_URL |
— | |
ARCHIVEBOX_TOKEN |
— | |
ARCHIVEBOX_API_KEY |
— | |
ARCHI_MODEL_PATH |
— | |
ARCHER_URL |
— | |
ARCHER_TOKEN |
— | |
ARCHER_SESSION_ID |
— | alias fallback for ARCHER_TOKEN |
ARCHER_APPLICATIONS |
risks,controls,findings |
comma-separated app list |
ARIS_URL |
— | |
ARIS_TOKEN |
— | |
ARIS_API_TOKEN |
— | alias fallback for ARIS_TOKEN |
ARIS_API_PATH |
/abs/api/models |
ARIS REST API path |
ATLASSIAN_AGENT_URL |
— | |
ATLASSIAN_AGENT_TOKEN |
— | |
ATLASSIAN_AGENT_USER |
— | |
JIRA_URL |
— | |
JIRA_TOKEN |
— | |
JIRA_USER |
— | |
CONFLUENCE_URL |
— | |
CONFLUENCE_TOKEN |
— | |
CONFLUENCE_USER |
— | |
CADDY_ADMIN_URL |
http://localhost:2019 |
|
CAMUNDA_URL |
— | |
CAMUNDA7_URL |
— | |
DATA_SCIENCE_URL |
— | |
DATA_SCIENCE_TOKEN |
— | |
DATA_SCIENCE_MCP_URL |
— | |
DATA_SCIENCE_MCP_TOKEN |
— | |
EMERALD_URL |
— | |
EMERALD_TOKEN |
— | |
EMERALD_PORTFOLIO |
— | |
ERPNEXT_URL |
— | |
ERPNEXT_TOKEN |
— | |
FIREFLY_URL |
— | |
FIREFLY_TOKEN |
— | |
GITHUB_ORG |
— | |
GITHUB_TOKEN |
— | |
GITLAB_URL |
— | |
GITLAB_HOST |
— | |
GITLAB_TOKEN |
— | |
GITLAB_PRIVATE_TOKEN |
— | |
GRAFANA_URL |
— | |
GRAFANA_TOKEN |
— | |
LGTM_TOKEN |
— | |
HOME_ASSISTANT_URL |
— | |
HOME_ASSISTANT_TOKEN |
— | |
JENA_URL |
— | |
JENA_FUSEKI_URL |
— | |
JENA_USERNAME |
— | |
JENA_PASSWORD |
— | |
JENA_TOKEN |
— | |
KAFKA_REST_URL |
— | |
KAFKA_TOKEN |
— | |
KEYCLOAK_URL |
— | |
KEYCLOAK_REALM |
master |
|
KEYCLOAK_CLIENT_ID |
— | |
KEYCLOAK_CLIENT_SECRET |
— | |
KEYCLOAK_TOKEN |
— | |
LEANIX_URL |
— | |
LEANIX_TOKEN |
— | |
LEANIX_API_TOKEN |
— | |
LISTMONK_URL |
— | |
LISTMONK_TOKEN |
— | |
LISTMONK_USER |
— | |
MATTERMOST_URL |
— | |
MATTERMOST_TOKEN |
— | |
MONGODB_URI |
— | |
MONGODB_HOST |
— | |
MONGODB_PORT |
27017 |
|
MSGRAPH_URL |
https://graph.microsoft.com/v1.0 |
|
MSGRAPH_TOKEN |
— | |
MS_GRAPH_TOKEN |
— | alias fallback for MSGRAPH_TOKEN |
NEXTCLOUD_URL |
— | |
NEXTCLOUD_USERNAME |
— | |
NEXTCLOUD_PASSWORD |
— | |
ODOO_URL |
— | |
ODOO_DB |
— | |
ODOO_USER |
— | |
ODOO_PASSWORD |
— | |
ODOO_API_KEY |
— | alias fallback for ODOO_PASSWORD |
OPENAPI_USERNAME |
— | |
OPENAPI_PASSWORD |
— | |
OPENBAO_URL |
— | |
OPENBAO_TOKEN |
— | |
BAO_ADDR |
— | |
VAULT_ADDR |
— | |
VAULT_TOKEN |
— | |
PLANE_URL |
— | |
PLANE_TOKEN |
— | |
PLANE_WORKSPACE |
— | |
PORTAINER_URL |
— | |
PORTAINER_TOKEN |
— | |
PORTAINER_API_KEY |
— | |
PORTAINER_ENDPOINT_ID |
3 |
|
QDRANT_URL |
— | |
QDRANT_API_KEY |
— | |
SERVICENOW_URL |
— | |
SERVICENOW_TOKEN |
— | |
SERVICENOW_USER |
— | |
SERVICENOW_PASSWORD |
— | |
TECHNITIUM_DNS_URL |
— | |
TECHNITIUM_DNS_TOKEN |
— | |
TWENTY_URL |
— | |
TWENTY_TOKEN |
— | |
TWENTY_API_PREFIX |
/rest |
|
UPTIME_KUMA_URL |
— | |
UPTIME_KUMA_TOKEN |
— | |
VECTOR_URL |
— | |
VECTOR_TOKEN |
— |
Inherited agent-utilities variables (apply to every connector)
| Variable | Example | Description |
|---|---|---|
MCP_TOOL_MODE |
condensed |
Tool surface: condensed |
MCP_ENABLED_TOOLS |
— | Comma-separated tool allow-list |
MCP_DISABLED_TOOLS |
— | Comma-separated tool deny-list |
MCP_ENABLED_TAGS |
— | Comma-separated tag allow-list |
MCP_DISABLED_TAGS |
— | Comma-separated tag deny-list |
EUNOMIA_REMOTE_URL |
— | Remote Eunomia authorization server URL |
OTEL_EXPORTER_OTLP_ENDPOINT |
— | OTLP collector endpoint |
MCP_CLIENT_AUTH |
— | Outbound MCP auth (oidc-client-credentials for fleet calls) |
OIDC_CLIENT_ID |
— | OIDC client id (service-account auth) |
OIDC_CLIENT_SECRET |
— | OIDC client secret (service-account auth) |
DEBUG |
False |
Verbose logging |
PYTHONUNBUFFERED |
1 |
Unbuffered stdout (recommended in containers) |
MCP_URL |
http://localhost:8000/mcp |
URL of the MCP server the agent connects to |
PROVIDER |
openai |
LLM provider for the agent |
MODEL_ID |
gpt-4o |
Model id for the agent |
ENABLE_WEB_UI |
True |
Serve the AG-UI web interface |
133 package + 16 inherited variable(s). Auto-generated from .env.example + the shared agent-utilities set — do not edit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file egeria_mcp-1.0.1.tar.gz.
File metadata
- Download URL: egeria_mcp-1.0.1.tar.gz
- Upload date:
- Size: 99.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55cf133f3a664597ec65a62e04dcbaac2b5c7e8e04da52342ea7a27e5603c189
|
|
| MD5 |
393472ceb26c224213abda56e7b8b0d4
|
|
| BLAKE2b-256 |
3bd9ad9eb78fa84da5a45ab0add25b9cd33c7cf10cc1fc1076b3c1c386c65b90
|
File details
Details for the file egeria_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: egeria_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 137.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ee3907a23de79504588b6aaa845190084d5389e3969cf1364875c1364dd365
|
|
| MD5 |
5effe9ae7406464f6affe6713bcb4486
|
|
| BLAKE2b-256 |
5055d4605e783fcf6fe0a113be6fa57e4c8d1eba531f56707cdf3556bf82ba2f
|