seleniumboot-mcp 0.3.2__tar.gz → 0.3.3__tar.gz

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.
Files changed (18) hide show
  1. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/PKG-INFO +7 -1
  2. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/README.md +6 -0
  3. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/pyproject.toml +1 -1
  4. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/PKG-INFO +7 -1
  5. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/setup.cfg +0 -0
  6. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/__init__.py +0 -0
  7. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/server.py +0 -0
  8. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/__init__.py +0 -0
  9. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/_locators.py +0 -0
  10. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/assertion_tools.py +0 -0
  11. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/browser_tools.py +0 -0
  12. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/codegen_tools.py +0 -0
  13. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/selenium_mcp/tools/element_tools.py +0 -0
  14. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/SOURCES.txt +0 -0
  15. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/dependency_links.txt +0 -0
  16. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/entry_points.txt +0 -0
  17. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/requires.txt +0 -0
  18. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.3}/src/seleniumboot_mcp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumboot-mcp
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright
5
5
  Author-email: Raza Tech <razatechnologyservices@gmail.com>
6
6
  License: MIT
@@ -33,6 +33,12 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
33
33
 
34
34
  ---
35
35
 
36
+ ## Demo
37
+
38
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/maxresdefault.jpg)](https://youtu.be/54LoY2HNLrs)
39
+
40
+ ---
41
+
36
42
  ## Installation
37
43
 
38
44
  ```bash
@@ -11,6 +11,12 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
11
11
 
12
12
  ---
13
13
 
14
+ ## Demo
15
+
16
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/maxresdefault.jpg)](https://youtu.be/54LoY2HNLrs)
17
+
18
+ ---
19
+
14
20
  ## Installation
15
21
 
16
22
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "seleniumboot-mcp"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumboot-mcp
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright
5
5
  Author-email: Raza Tech <razatechnologyservices@gmail.com>
6
6
  License: MIT
@@ -33,6 +33,12 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
33
33
 
34
34
  ---
35
35
 
36
+ ## Demo
37
+
38
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/maxresdefault.jpg)](https://youtu.be/54LoY2HNLrs)
39
+
40
+ ---
41
+
36
42
  ## Installation
37
43
 
38
44
  ```bash