Metadata-Version: 2.4
Name: iflow-mcp_unionai-oss-union-mcp
Version: 0.1.1
Summary: An MCP server to connect to Union resources and services.
Author: Niels Bantilan
License-Expression: Apache-2.0
Requires-Python: <3.13,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: starlette
Requires-Dist: pydantic
Provides-Extra: v1
Requires-Dist: flytekit>=1.16.4; extra == "v1"
Requires-Dist: union>=0.1.194; extra == "v1"
Provides-Extra: v2
Requires-Dist: flyte>=2.0.0b53; extra == "v2"
Requires-Dist: uv; extra == "v2"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# Union MCP

An MCP server to use Union tasks, workflows, and apps as tools.

## Deployment Guides

Union MCP supports both Union v1 and v2. The following guides provide instructions
for deploying the MCP server for each version:

- [Union v1 MCP deployment](./guides/deployment_v1.md)
- [Union v2 MCP deployment](./guides/deployment_v2.md)
