Python MCP Server, Agent driven workflow tracking#2
Open
deangoodmanson wants to merge 4 commits intopythonfrom
Open
Python MCP Server, Agent driven workflow tracking#2deangoodmanson wants to merge 4 commits intopythonfrom
deangoodmanson wants to merge 4 commits intopythonfrom
Conversation
Collaborator
Author
|
Let's close this PR, and eventually branch, to re-work the Python MCP server in a different repo, potentially the Python SDK or other Kruxia Flow Utilities repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR delivers several major features and improvements to Kruxia Flow:
🤖 MCP Server for AI Agent Integration (NEW)
Complete standalone Python MCP server enabling AI agents (Claude Code, Claude Desktop, custom agents) to orchestrate workflows through the Model Context Protocol.
14 MCP Tools Across 5 Categories:
Key Features:
Documentation:
Implementation:
🐍 Python SDK and Standard Workers
Complete Python SDK for workflow creation and custom worker development, plus pre-built standard workers.
Python SDK Features:
Standard Workers:
py-std: Universal utilities (httpx, orjson, pydantic, dateutil)py-data: ETL/transformation (pandas, polars, duckdb, sqlalchemy)py-ml: Training/inference (sklearn, torch, numpy, scipy)py-nlp: Text processing (transformers, spacy, tiktoken)Testing:
Documentation
New Documentation:
docs/implementation/mcp-server-prd.md- MCP Server requirementsdocs/implementation/mcp-server-development-plan.md- Implementation plan with user storiesdocs/implementation/mcp-server-test-plan.md- Comprehensive test plandocs/implementation/US-MCP-1.mdthroughUS-MCP-14.md- Individual user storieskruxiaflow-mcp/README.md- MCP server setup and usage🤖 Generated with Claude Code