alterlab-mcp-server 1.4.0 → 1.6.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.
package/server.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
3
3
  "name": "io.alterlab/mcp-server",
4
- "version": "1.1.1",
4
+ "version": "1.5.0",
5
5
  "description": "Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.",
6
6
  "repository": {
7
7
  "url": "https://github.com/RapierCraft/alterlab-mcp-server",
@@ -11,7 +11,7 @@
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "alterlab-mcp-server",
14
- "version": "1.1.1",
14
+ "version": "1.5.0",
15
15
  "runtimeHint": "node",
16
16
  "transport": {
17
17
  "type": "stdio"
@@ -80,6 +80,22 @@
80
80
  {
81
81
  "name": "alterlab_delete_session",
82
82
  "description": "Delete an authenticated browser session."
83
+ },
84
+ {
85
+ "name": "alterlab_list_beta_features",
86
+ "description": "List all available beta features with their opt-in status."
87
+ },
88
+ {
89
+ "name": "alterlab_list_my_beta_features",
90
+ "description": "List beta features you have opted into."
91
+ },
92
+ {
93
+ "name": "alterlab_enable_beta_feature",
94
+ "description": "Enable a beta feature by its slug."
95
+ },
96
+ {
97
+ "name": "alterlab_disable_beta_feature",
98
+ "description": "Disable a beta feature by its slug."
83
99
  }
84
100
  ],
85
101
  "remotes": []