skydeckai-code 0.1.27__tar.gz → 0.1.29__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 (30) hide show
  1. skydeckai_code-0.1.27/README.md → skydeckai_code-0.1.29/PKG-INFO +86 -21
  2. skydeckai_code-0.1.27/PKG-INFO → skydeckai_code-0.1.29/README.md +50 -56
  3. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/pyproject.toml +3 -2
  4. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/__init__.py +3 -1
  5. skydeckai_code-0.1.29/src/aidd/tools/web_tools.py +775 -0
  6. skydeckai_code-0.1.27/src/aidd/tools/web_tools.py +0 -185
  7. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/.gitignore +0 -0
  8. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/Dockerfile +0 -0
  9. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/LICENSE +0 -0
  10. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/screenshots/skydeck_ai_helper.png +0 -0
  11. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/smithery.yaml +0 -0
  12. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/__init__.py +0 -0
  13. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/cli.py +0 -0
  14. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/server.py +0 -0
  15. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/base.py +0 -0
  16. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/code_analysis.py +0 -0
  17. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/code_execution.py +0 -0
  18. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/code_tools.py +0 -0
  19. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/directory_tools.py +0 -0
  20. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/file_tools.py +0 -0
  21. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/get_active_apps_tool.py +0 -0
  22. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/get_available_windows_tool.py +0 -0
  23. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/git_tools.py +0 -0
  24. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/image_tools.py +0 -0
  25. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/other_tools.py +0 -0
  26. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/path_tools.py +0 -0
  27. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/screenshot_tool.py +0 -0
  28. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/state.py +0 -0
  29. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/src/aidd/tools/system_tools.py +0 -0
  30. {skydeckai_code-0.1.27 → skydeckai_code-0.1.29}/uv.lock +0 -0
@@ -1,6 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: skydeckai-code
3
+ Version: 0.1.29
4
+ Summary: This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, Git operations, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval.
5
+ Project-URL: Homepage, https://github.com/skydeckai/skydeckai-code
6
+ Project-URL: Repository, https://github.com/skydeckai/skydeckai-code
7
+ Project-URL: Documentation, https://github.com/skydeckai/skydeckai-code/blob/main/README.md
8
+ Author-email: "SkyDeck.ai" <support@skydeck.ai>
9
+ License: Apache 2.0
10
+ License-File: LICENSE
11
+ Keywords: ai,aidd,code,code-analysis,development,mcp
12
+ Requires-Python: >=3.11
13
+ Requires-Dist: beautifulsoup4>=4.13.3
14
+ Requires-Dist: gitpython>=3.1.44
15
+ Requires-Dist: html2text>=2025.4.15
16
+ Requires-Dist: mcp>=1.6.0
17
+ Requires-Dist: mss>=10.0.0
18
+ Requires-Dist: pillow>=11.1.0
19
+ Requires-Dist: psutil>=7.0.0
20
+ Requires-Dist: pygetwindow>=0.0.9
21
+ Requires-Dist: pyobjc-framework-quartz>=11.0
22
+ Requires-Dist: requests>=2.32.3
23
+ Requires-Dist: tree-sitter-c-sharp>=0.23.1
24
+ Requires-Dist: tree-sitter-cpp>=0.23.4
25
+ Requires-Dist: tree-sitter-go>=0.23.4
26
+ Requires-Dist: tree-sitter-java>=0.23.5
27
+ Requires-Dist: tree-sitter-javascript>=0.23.1
28
+ Requires-Dist: tree-sitter-kotlin>=1.1.0
29
+ Requires-Dist: tree-sitter-php>=0.23.11
30
+ Requires-Dist: tree-sitter-python>=0.23.6
31
+ Requires-Dist: tree-sitter-ruby>=0.23.1
32
+ Requires-Dist: tree-sitter-rust==0.23.2
33
+ Requires-Dist: tree-sitter-typescript>=0.23.2
34
+ Requires-Dist: tree-sitter>=0.24.0
35
+ Description-Content-Type: text/markdown
36
+
1
37
  # SkyDeckAI Code
2
38
 
3
- An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, web content fetching, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
39
+ An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
4
40
 
5
41
  # Formerly Known As MCP-Server-AIDD
6
42
 
@@ -10,28 +46,9 @@ This mcp server was formerly known as `mcp-server-aidd`. It was renamed to `skyd
10
46
 
11
47
  ## Installation
12
48
 
13
- ### Installing via Smithery
14
-
15
- To install SkyDeckAI Code for Claude Desktop automatically via [Smithery](https://smithery.ai/server/skydeckai-code):
16
-
17
- ```bash
18
- npx -y @smithery/cli install skydeckai-code --client claude
19
- ```
20
-
21
- ### Installing via McpGet
22
-
23
- ```bash
24
- npx @michaellatman/mcp-get@latest install skydeckai-code
25
- ```
26
-
27
- ### Manual Installation
28
-
29
49
  ```bash
30
50
  # Using pip
31
51
  pip install skydeckai-code
32
-
33
- # Using uv
34
- uvx skydeckai-code
35
52
  ```
36
53
 
37
54
  ## Claude Desktop Setup
@@ -63,7 +80,8 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
63
80
  - Code content searching with regex pattern matching
64
81
  - Multi-language code execution with safety measures
65
82
  - Git operations (status, diff, commit, branch management, cloning)
66
- - Web content fetching from APIs and websites
83
+ - Web content fetching from APIs and websites with HTML-to-markdown conversion
84
+ - Multi-engine web search with reliable fallback mechanisms
67
85
  - Batch operations for parallel and serial tool execution
68
86
  - Security controls with configurable workspace boundaries
69
87
  - Screenshot and screen context tools
@@ -536,6 +554,53 @@ skydeckai-code-cli --tool web_fetch --args '{
536
554
  }'
537
555
  ```
538
556
 
557
+ #### web_search
558
+
559
+ Performs a robust web search using multiple search engines and returns concise, relevant results.
560
+
561
+ ```json
562
+ {
563
+ "query": "latest python release features",
564
+ "num_results": 8,
565
+ "convert_html_to_markdown": true,
566
+ "search_engine": "bing"
567
+ }
568
+ ```
569
+
570
+ **Parameters:**
571
+ | Parameter | Type | Required | Description |
572
+ |-----------|---------|----------|---------------------------------------|
573
+ | query | string | Yes | The search query to process. Be specific for better results. |
574
+ | num_results | integer | No | Maximum number of search results to return (default: 10, max: 20) |
575
+ | convert_html_to_markdown | boolean | No | When true, content will be converted from HTML to markdown for better readability (default: true) |
576
+ | search_engine | string | No | Specifies which search engine to use: "auto" (default), "bing", or "duckduckgo" |
577
+
578
+ **Returns:**
579
+ A list of search results formatted in markdown, including titles, URLs, and snippets for each result. Results are deduplicated and organized hierarchically for easy reading.
580
+
581
+ This tool uses a multi-engine approach that tries different search engines with various parsing strategies to ensure reliable results. You can specify a preferred engine, but some engines may block automated access, in which case the tool will fall back to alternative engines when "auto" is selected.
582
+
583
+ **Example Usage:**
584
+
585
+ ```bash
586
+ # Search with default settings (auto engine selection)
587
+ skydeckai-code-cli --tool web_search --args '{
588
+ "query": "latest python release features"
589
+ }'
590
+
591
+ # Try DuckDuckGo if you want alternative results
592
+ skydeckai-code-cli --tool web_search --args '{
593
+ "query": "machine learning frameworks comparison",
594
+ "search_engine": "duckduckgo"
595
+ }'
596
+
597
+ # Use Bing for reliable results
598
+ skydeckai-code-cli --tool web_search --args '{
599
+ "query": "best programming practices 2023",
600
+ "search_engine": "bing"
601
+ }'
602
+ ```
603
+
539
604
  ### Utility Tools
540
605
 
541
606
  #### batch_tools
@@ -1,41 +1,6 @@
1
- Metadata-Version: 2.4
2
- Name: skydeckai-code
3
- Version: 0.1.27
4
- Summary: This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, Git operations, web content fetching, code content searching, and system information retrieval.
5
- Project-URL: Homepage, https://github.com/skydeckai/skydeckai-code
6
- Project-URL: Repository, https://github.com/skydeckai/skydeckai-code
7
- Project-URL: Documentation, https://github.com/skydeckai/skydeckai-code/blob/main/README.md
8
- Author-email: "SkyDeck.ai" <support@skydeck.ai>
9
- License: Apache 2.0
10
- License-File: LICENSE
11
- Keywords: ai,aidd,code,code-analysis,development,mcp
12
- Requires-Python: >=3.11
13
- Requires-Dist: gitpython>=3.1.44
14
- Requires-Dist: html2text>=2025.4.15
15
- Requires-Dist: mcp>=1.6.0
16
- Requires-Dist: mss>=10.0.0
17
- Requires-Dist: pillow>=11.1.0
18
- Requires-Dist: psutil>=7.0.0
19
- Requires-Dist: pygetwindow>=0.0.9
20
- Requires-Dist: pyobjc-framework-quartz>=11.0
21
- Requires-Dist: requests>=2.32.3
22
- Requires-Dist: tree-sitter-c-sharp>=0.23.1
23
- Requires-Dist: tree-sitter-cpp>=0.23.4
24
- Requires-Dist: tree-sitter-go>=0.23.4
25
- Requires-Dist: tree-sitter-java>=0.23.5
26
- Requires-Dist: tree-sitter-javascript>=0.23.1
27
- Requires-Dist: tree-sitter-kotlin>=1.1.0
28
- Requires-Dist: tree-sitter-php>=0.23.11
29
- Requires-Dist: tree-sitter-python>=0.23.6
30
- Requires-Dist: tree-sitter-ruby>=0.23.1
31
- Requires-Dist: tree-sitter-rust==0.23.2
32
- Requires-Dist: tree-sitter-typescript>=0.23.2
33
- Requires-Dist: tree-sitter>=0.24.0
34
- Description-Content-Type: text/markdown
35
-
36
1
  # SkyDeckAI Code
37
2
 
38
- An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, web content fetching, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
3
+ An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks by providing direct access to both local and remote resources.
39
4
 
40
5
  # Formerly Known As MCP-Server-AIDD
41
6
 
@@ -45,28 +10,9 @@ This mcp server was formerly known as `mcp-server-aidd`. It was renamed to `skyd
45
10
 
46
11
  ## Installation
47
12
 
48
- ### Installing via Smithery
49
-
50
- To install SkyDeckAI Code for Claude Desktop automatically via [Smithery](https://smithery.ai/server/skydeckai-code):
51
-
52
- ```bash
53
- npx -y @smithery/cli install skydeckai-code --client claude
54
- ```
55
-
56
- ### Installing via McpGet
57
-
58
- ```bash
59
- npx @michaellatman/mcp-get@latest install skydeckai-code
60
- ```
61
-
62
- ### Manual Installation
63
-
64
13
  ```bash
65
14
  # Using pip
66
15
  pip install skydeckai-code
67
-
68
- # Using uv
69
- uvx skydeckai-code
70
16
  ```
71
17
 
72
18
  ## Claude Desktop Setup
@@ -98,7 +44,8 @@ If you're using SkyDeck AI Helper app, you can search for "SkyDeckAI Code" and i
98
44
  - Code content searching with regex pattern matching
99
45
  - Multi-language code execution with safety measures
100
46
  - Git operations (status, diff, commit, branch management, cloning)
101
- - Web content fetching from APIs and websites
47
+ - Web content fetching from APIs and websites with HTML-to-markdown conversion
48
+ - Multi-engine web search with reliable fallback mechanisms
102
49
  - Batch operations for parallel and serial tool execution
103
50
  - Security controls with configurable workspace boundaries
104
51
  - Screenshot and screen context tools
@@ -571,6 +518,53 @@ skydeckai-code-cli --tool web_fetch --args '{
571
518
  }'
572
519
  ```
573
520
 
521
+ #### web_search
522
+
523
+ Performs a robust web search using multiple search engines and returns concise, relevant results.
524
+
525
+ ```json
526
+ {
527
+ "query": "latest python release features",
528
+ "num_results": 8,
529
+ "convert_html_to_markdown": true,
530
+ "search_engine": "bing"
531
+ }
532
+ ```
533
+
534
+ **Parameters:**
535
+ | Parameter | Type | Required | Description |
536
+ |-----------|---------|----------|---------------------------------------|
537
+ | query | string | Yes | The search query to process. Be specific for better results. |
538
+ | num_results | integer | No | Maximum number of search results to return (default: 10, max: 20) |
539
+ | convert_html_to_markdown | boolean | No | When true, content will be converted from HTML to markdown for better readability (default: true) |
540
+ | search_engine | string | No | Specifies which search engine to use: "auto" (default), "bing", or "duckduckgo" |
541
+
542
+ **Returns:**
543
+ A list of search results formatted in markdown, including titles, URLs, and snippets for each result. Results are deduplicated and organized hierarchically for easy reading.
544
+
545
+ This tool uses a multi-engine approach that tries different search engines with various parsing strategies to ensure reliable results. You can specify a preferred engine, but some engines may block automated access, in which case the tool will fall back to alternative engines when "auto" is selected.
546
+
547
+ **Example Usage:**
548
+
549
+ ```bash
550
+ # Search with default settings (auto engine selection)
551
+ skydeckai-code-cli --tool web_search --args '{
552
+ "query": "latest python release features"
553
+ }'
554
+
555
+ # Try DuckDuckGo if you want alternative results
556
+ skydeckai-code-cli --tool web_search --args '{
557
+ "query": "machine learning frameworks comparison",
558
+ "search_engine": "duckduckgo"
559
+ }'
560
+
561
+ # Use Bing for reliable results
562
+ skydeckai-code-cli --tool web_search --args '{
563
+ "query": "best programming practices 2023",
564
+ "search_engine": "bing"
565
+ }'
566
+ ```
567
+
574
568
  ### Utility Tools
575
569
 
576
570
  #### batch_tools
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "skydeckai-code"
3
- version = "0.1.27"
4
- description = "This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, Git operations, web content fetching, code content searching, and system information retrieval."
3
+ version = "0.1.29"
4
+ description = "This MCP server provides a comprehensive set of tools for AI-driven Development workflows including file operations, code analysis, multi-language execution, Git operations, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
7
  authors = [{name = "SkyDeck.ai", email = "support@skydeck.ai"}]
@@ -30,6 +30,7 @@ dependencies = [
30
30
  "pillow>=11.1.0",
31
31
  "requests>=2.32.3",
32
32
  "html2text>=2025.4.15",
33
+ "beautifulsoup4>=4.13.3",
33
34
  ]
34
35
 
35
36
  [tool.hatch.build.targets.wheel]
@@ -77,7 +77,7 @@ from .screenshot_tool import (
77
77
  handle_capture_screenshot,
78
78
  )
79
79
  from .system_tools import get_system_info_tool, handle_get_system_info
80
- from .web_tools import web_fetch_tool, handle_web_fetch
80
+ from .web_tools import web_fetch_tool, handle_web_fetch, web_search_tool, handle_web_search
81
81
 
82
82
  # Export all tools definitions
83
83
  TOOL_DEFINITIONS = [
@@ -125,6 +125,7 @@ TOOL_DEFINITIONS = [
125
125
  read_image_file_tool(),
126
126
  # Web tools
127
127
  web_fetch_tool(),
128
+ web_search_tool(),
128
129
  ]
129
130
 
130
131
  # Export all handlers
@@ -173,4 +174,5 @@ TOOL_HANDLERS = {
173
174
  "read_image_file": handle_read_image_file,
174
175
  # Web handlers
175
176
  "web_fetch": handle_web_fetch,
177
+ "web_search": handle_web_search,
176
178
  }