Skip to content

update to version 0.1.11#36

Merged
hieutrtr merged 28 commits intoreleasefrom
master
May 15, 2025
Merged

update to version 0.1.11#36
hieutrtr merged 28 commits intoreleasefrom
master

Conversation

@hieutrtr
Copy link
Collaborator

No description provided.

toreleon and others added 28 commits April 13, 2025 14: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 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.
#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

* Refactor dependencies in pyproject.toml to separate optional dependencies and clean up main dependencies section
* solve test

* remove legacy functions
#29)

* Add SSE support for running MCP servers and enhance add command functionality

* Refactor add_command in CLI to simplify configuration handling and remove client-specific logic
* Add SSE support for running MCP servers and enhance add command functionality

* Refactor add_command in CLI to simplify configuration handling and remove client-specific logic

* Enhance MCPHub CLI by adding functionality to add servers from GitHub repositories, including README parsing with OpenAI for configuration extraction. Update dependencies in pyproject.toml and improve logging and user feedback in CLI commands.

* Refactor MCPHub CLI by removing the run_command function and associated argument parsing for running MCP servers. This change simplifies the codebase and prepares for future enhancements.

* Enhance MCPHub CLI by adding a new process manager for handling server processes, improving environment variable checks, and implementing progress indicators for various commands. Update dependencies in pyproject.toml to include psutil for process management.

* Update .gitignore to include .coverage file and add pytest-cov dependency in pyproject.toml. Remove unused server configuration functions from utils.py and enhance CLI tests for server management commands.
- Enhanced README with new documentation section including links to CLI, API, configuration guide, and examples.
- Introduced a new README file for the MCPHub CLI, detailing installation, available commands, configuration, features, error handling, and contribution guidelines.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Enhance error handling in MCPServersParams class

- Raise ServerConfigNotFoundError if no configuration file path is provided.
- Validate server configuration to ensure 'command' and 'args' are not None, raising a ValueError if they are invalid.

* update version 0.1.10

* Update to 0.1.11

---------

Co-authored-by: Thang Le <42534763+toreleon@users.noreply.github.com>
* Enhance error handling in MCPServersParams class

- Raise ServerConfigNotFoundError if no configuration file path is provided.
- Validate server configuration to ensure 'command' and 'args' are not None, raising a ValueError if they are invalid.

* update version 0.1.10

* Update to 0.1.11

* upgrade version

---------

Co-authored-by: Thang Le <42534763+toreleon@users.noreply.github.com>
- Enhanced README with new documentation section including links to CLI, API, configuration guide, and examples.
- Introduced a new README file for the MCPHub CLI, detailing installation, available commands, configuration, features, error handling, and contribution guidelines.
* 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.
* solve test

* remove legacy functions
* Enhance error handling in MCPServersParams class

- Raise ServerConfigNotFoundError if no configuration file path is provided.
- Validate server configuration to ensure 'command' and 'args' are not None, raising a ValueError if they are invalid.

* update version 0.1.10

* Update to 0.1.11

---------

Co-authored-by: Thang Le <42534763+toreleon@users.noreply.github.com>
* Enhance error handling in MCPServersParams class

- Raise ServerConfigNotFoundError if no configuration file path is provided.
- Validate server configuration to ensure 'command' and 'args' are not None, raising a ValueError if they are invalid.

* update version 0.1.10

* Update to 0.1.11

* upgrade version

---------

Co-authored-by: Thang Le <42534763+toreleon@users.noreply.github.com>
@hieutrtr hieutrtr merged commit 018c276 into release May 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments