ellmos-servercommander-mcp 0.1.0-alpha.2 → 0.1.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ellmos-servercommander-mcp
2
2
 
3
+ <p align="center">
4
+ <img src="assets/servercommander-logo.jpg" alt="ellmos ServerCommander MCP logo" width="360">
5
+ </p>
6
+
3
7
  Alpha MCP server for server operations: deployment dry-runs, mail status, access-log analysis, and HTTP health checks.
4
8
 
5
9
  German README: [README_de.md](README_de.md)
package/README_de.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ellmos-servercommander-mcp
2
2
 
3
+ <p align="center">
4
+ <img src="assets/servercommander-logo.jpg" alt="ellmos ServerCommander MCP Logo" width="360">
5
+ </p>
6
+
3
7
  Alpha-MCP-Server für Server-Operationen: Deployment-Dry-runs, Mail-Status, Access-Log-Analyse und HTTP-Health-Checks.
4
8
 
5
9
  Englische Standard-README: [README.md](README.md)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ellmos-servercommander-mcp",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "description": "Alpha MCP server for server operations: deploy dry-runs, mail status, log analysis, and health checks.",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
@@ -17,6 +17,7 @@
17
17
  "ellmos-servercommander": "bin/ellmos-servercommander.js"
18
18
  },
19
19
  "files": [
20
+ "assets/",
20
21
  "bin/",
21
22
  "config/",
22
23
  "src/",
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ellmos-servercommander-mcp"
7
- version = "0.1.0a2"
7
+ version = "0.1.0a3"
8
8
  description = "MCP server for server operations: deploy, mail, log analysis, health checks."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,3 +1,3 @@
1
1
  """ellmos-servercommander-mcp - server operations via MCP."""
2
2
 
3
- __version__ = "0.1.0a2"
3
+ __version__ = "0.1.0a3"