You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add CI/CD workflows for testing, version bumping, and PyPI publishing; enhance README with development and CI/CD details; implement comprehensive tests for MCPHub and MCPServers functionality.
* Enhance CI workflow by installing all extras with Poetry
* Refactor CI workflow to include version bumping and streamline package publishing using Poetry
* Update README to clarify MCPHub installation options with framework-specific dependencies
* Restrict pull request triggers to the release branch only
* Update CI workflow to enable fail-fast strategy and restrict Python versions to 3.12 only
* Refactor CI workflows to remove version bumping from CI and add tagging functionality; update README for clarity on automatic versioning and tagging process.
* Refactor CI workflows to integrate version bumping and ensure proper versioning before publishing; update version-bump workflow to set outputs for new version.
* Bump version to 0.1.6 in pyproject.toml
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "mcphub"
7
-
version = "0.1.5"
7
+
version = "0.1.6"
8
8
description = "A Python package for managing and integrating Model Context Protocol (MCP) servers with AI frameworks like OpenAI Agents, LangChain, and Autogen"
0 commit comments