File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SSH MCP server that lets AI assistants execute commands on remote servers.
44
55[ ![ PyPI version] ( https://img.shields.io/pypi/v/ssh-mcp )] ( https://pypi.org/project/ssh-mcp/ )
66[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/ssh-mcp )] ( https://pypi.org/project/ssh-mcp/ )
7- [ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-blue .svg )] ( LICENSE )
7+ [ ![ License: MPL-2.0 ] ( https://img.shields.io/badge/License-MPL--2.0-brightgreen .svg )] ( LICENSE )
88
99## What is this
1010
@@ -166,4 +166,4 @@ See [CHANGELOG.md](CHANGELOG.md).
166166
167167## License
168168
169- MIT . See [ LICENSE] ( LICENSE ) .
169+ Mozilla Public License 2.0 . See [ LICENSE] ( LICENSE ) .
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name = "ssh-mcp"
33dynamic = [" version" ]
44description = " SSH MCP server for managing infrastructure via Claude Code"
55requires-python = " >=3.11"
6- license = {text = " MIT " }
6+ license = {text = " MPL-2.0 " }
77authors = [
88 {name = " SSH MCP Contributors" },
99]
1010keywords = [" mcp" , " ssh" , " claude" , " infrastructure" ]
1111classifiers = [
1212 " Development Status :: 4 - Beta" ,
1313 " Intended Audience :: Developers" ,
14- " License :: OSI Approved :: MIT License" ,
14+ " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) " ,
1515 " Programming Language :: Python :: 3" ,
1616 " Programming Language :: Python :: 3.11" ,
1717 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments