mcp-dbutils 0.15.0__py3-none-any.whl → 0.15.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-dbutils
3
- Version: 0.15.0
3
+ Version: 0.15.1
4
4
  Summary: MCP Database Utilities Service
5
5
  Author: Dong Hao
6
6
  License-Expression: MIT
@@ -527,6 +527,24 @@ To check code quality locally:
527
527
  pre-commit run --all-files
528
528
  ```
529
529
 
530
+ ### SonarCloud AI Integration
531
+ We've implemented an AI-assisted workflow for fixing SonarCloud issues:
532
+
533
+ 1. Our CI/CD pipeline automatically extracts SonarCloud analysis results
534
+ 2. Results are formatted into both JSON and Markdown formats
535
+ 3. These reports can be downloaded using the provided Fish function
536
+ 4. The reports can then be provided to AI tools for analysis and fix suggestions
537
+
538
+ For detailed instructions, see [SonarCloud AI Integration Guide](docs/sonarcloud-ai-integration.md).
539
+
540
+ ```bash
541
+ # Load the function
542
+ source scripts/sonar-ai-fix.fish
543
+
544
+ # Download the latest SonarCloud analysis reports
545
+ sonar-ai-fix
546
+ ```
547
+
530
548
  ## Contributing
531
549
  Contributions are welcome! Here's how you can help:
532
550
 
@@ -15,8 +15,8 @@ mcp_dbutils/sqlite/__init__.py,sha256=fK_3-WylCBYpBAzwuopi8hlwoIGJm2TPAlwcPWG46I
15
15
  mcp_dbutils/sqlite/config.py,sha256=B_LlB8I1Akh70brcTSuIESEVTz27wayN-NLoVXk5ykE,4535
16
16
  mcp_dbutils/sqlite/handler.py,sha256=y1ICrwhoJNczUiACkadhS4FAAb2c5RvMZwEk4J_qwq0,17698
17
17
  mcp_dbutils/sqlite/server.py,sha256=OMKOMCDJLlodKQMsqtsRbHAteKYDNaLV6tvz_LhZWdo,7631
18
- mcp_dbutils-0.15.0.dist-info/METADATA,sha256=7oY5Z-fYgAo7GqTyv4eUaiL6gVoqqEqdEdlVL732J8Q,16095
19
- mcp_dbutils-0.15.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- mcp_dbutils-0.15.0.dist-info/entry_points.txt,sha256=XTjt0QmYRgKOJQT6skR9bp1EMUfIrgpHeZJPZ3CJffs,49
21
- mcp_dbutils-0.15.0.dist-info/licenses/LICENSE,sha256=1A_CwpWVlbjrKdVEYO77vYfnXlW7oxcilZ8FpA_BzCI,1065
22
- mcp_dbutils-0.15.0.dist-info/RECORD,,
18
+ mcp_dbutils-0.15.1.dist-info/METADATA,sha256=9YMkfeCYsG05a0x-aVPeuzH3RotoUMgR35VKJwVOzGA,16714
19
+ mcp_dbutils-0.15.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
+ mcp_dbutils-0.15.1.dist-info/entry_points.txt,sha256=XTjt0QmYRgKOJQT6skR9bp1EMUfIrgpHeZJPZ3CJffs,49
21
+ mcp_dbutils-0.15.1.dist-info/licenses/LICENSE,sha256=1A_CwpWVlbjrKdVEYO77vYfnXlW7oxcilZ8FpA_BzCI,1065
22
+ mcp_dbutils-0.15.1.dist-info/RECORD,,