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
* Toreleon non config mcphub (#21)
* 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
* Refactor CI workflows: remove version-bump workflow and integrate version extraction and tagging directly in the publish job; update package version to 0.1.7 in pyproject.toml
* Fix test data structure in TestMCPServersParams to match expected format
Updated the mock data in the test for _load_predefined_servers_params to reflect the correct structure, ensuring that the "mcpServers" key wraps the predefined server details. This change enhances the accuracy of the test and aligns it with the actual implementation.
* Toreleon cli (#22)
* 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
* Refactor CI workflows: remove version-bump workflow and integrate version extraction and tagging directly in the publish job; update package version to 0.1.7 in pyproject.toml
* Fix test data structure in TestMCPServersParams to match expected format
Updated the mock data in the test for _load_predefined_servers_params to reflect the correct structure, ensuring that the "mcpServers" key wraps the predefined server details. This change enhances the accuracy of the test and aligns it with the actual implementation.
* Add CLI commands and utilities for MCPHub configuration management
- Implemented CLI commands for initializing, adding, removing, and listing MCP servers.
- Created utility functions for loading and saving configuration files.
- Added tests for CLI commands to ensure proper functionality and error handling.
* Enhance test for 'init' command to skip config creation when it exists
* Enhance test for 'init' command to skip config creation when it exists (#23)
* Enhance test for 'init' command to skip config creation when it exists
* Update tests/test_cli.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Enhance test for 'init' command to skip config creation when it exists (#24)
* Refactor dependencies in pyproject.toml to separate optional dependencies and clean up main dependencies section
* Toreleon fix dependencies (#25)
* Enhance test for 'init' command to skip config creation when it exists
* Refactor dependencies in pyproject.toml to separate optional dependencies and clean up main dependencies section
* Optional init (#26)
* solve test
* remove legacy functions
* [hot-fix] autogen create_adapters and add examples
---------
Co-authored-by: Thang Le <42534763+toreleon@users.noreply.github.com>
Co-authored-by: toreleon <levietthang0512@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1
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.8"
7
+
version = "0.1.9"
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