v0.8.0
Hayhooks Core MCP Tools
Added Hayhooks Core MCP Tools - Now you can control Hayhooks from Cursor! Here's the list:
get_all_pipeline_statuses(Get the status of all pipelines and list available pipeline names.)get_pipeline_status(Get status of a specific pipeline)undeploy_pipeline(Undeploy a pipeline. Removes a pipeline from the registry, its API routes, and deletes its files)deploy_pipeline(Deploy a pipeline from files (pipeline_wrapper.py and other files))
What's Changed
- Add reference to updated Docker/k8s deployment pages on README by @mpangrazzi in #108
- Add info about using MCP server with Claude Desktop by @bilgeyucel in #111
- Improve
run_apidynamic schema creation by @mpangrazzi in #110 - Improve
make_requestandget_server_urlby @mpangrazzi in #114 - Fix
pipelines_dirdefault path by @mpangrazzi in #117 - Core Hayhooks MCP Tools by @mpangrazzi in #115
- Make
get_package_version_from_pypito fail faster if no internet connection is available by @mpangrazzi in #118 - Docs for Hayhooks MCP Core Tools by @mpangrazzi in #120
Full Changelog: v0.7.0...v0.8.0
