mlgym-deploy 2.9.0 → 3.0.0

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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mlgym-deploy",
3
- "version": "2.9.0",
4
- "description": "MCP server for GitLab Backend - User creation and project deployment",
3
+ "version": "3.0.0",
4
+ "description": "MCP server for MLGym - Monolithic deployment workflow with reduced AI complexity",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "bin": {
@@ -29,16 +29,16 @@
29
29
  "axios": "^1.6.0"
30
30
  },
31
31
  "mcp": {
32
- "name": "GitLab Backend MCP",
33
- "description": "Deploy applications to GitLab and Coolify with two simple commands",
32
+ "name": "MLGym Deploy",
33
+ "description": "Deploy applications to MLGym with monolithic server-side workflows - just 2 tools",
34
34
  "tools": [
35
35
  {
36
- "name": "mlgym_user_create",
37
- "description": "Create a new user with GitLab, Coolify, and SSH key setup"
36
+ "name": "mlgym_deploy",
37
+ "description": "Complete deployment: authenticate, analyze, create repo, and deploy in one call"
38
38
  },
39
39
  {
40
- "name": "mlgym_project_init",
41
- "description": "Initialize a project with GitLab repository and Coolify deployment"
40
+ "name": "mlgym_status",
41
+ "description": "Check authentication and project configuration status"
42
42
  }
43
43
  ]
44
44
  }