Releases: nonead/Nonead-Universal-Robots-MCP
Releases · nonead/Nonead-Universal-Robots-MCP
v0.1.3
v0.1.2
Modified the path of the configuration file example
v0.1.1
Nonead-Universal-Robots-MCP_v0.1.1
v0.0.4-alpha
build: Update requirements.txt
- Removed all specific version numbers of packages from the requirements.txt file.
- This change enables the use of the latest versions of the packages, improving the compatibility and performance of the project.
feat(URBasic): Add the function of obtaining the robot model and program list
- Added the
get_robot_model
method to obtain the model information of the UR robot. - Added the
get_programs
method to retrieve the list of programs on the robot via SSH connection. - Optimized the error handling and connection status checking of the existing methods.
- Updated the
requirements.txt
file, adding theparamiko
dependency for SSH connection.
v0.0.3-alpha
Fix some errors
v0.0.2-alpha
v0.0.1
Full Changelog: https://github.com/nonead/nUR_MCP_SERVER/commits/v0.0.1