Abid Ali Awan
commited on
Commit
·
8b0ab06
1
Parent(s):
f5ff9f7
Update README.md to expand the code quality metrics section with detailed descriptions for vulnerability, style, and quality scores. Add Gradio app and MCP server URLs, and include a demo video link for better project visibility.
Browse files
README.md
CHANGED
@@ -23,9 +23,20 @@ short_description: Generate quality metrics and a detailed report for your code
|
|
23 |
This project is a Gradio-based MCP server that provides two code analysis functionalities:
|
24 |
|
25 |
- **Code Quality Score**: Provides an averaged score across vulnerability, style, and quality for the provided code using top three AI providers (OpenAI, Anthropic, Mistral).
|
26 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
**Watch the demo video:** [Code Analysis MCP Demo (Agents MCP Hackathon)](https://www.youtube.com/watch?v=A4YWMMyJRsA)
|
29 |
[](https://youtu.be/A4YWMMyJRsA)
|
30 |
|
31 |
## Integration with MCP clients
|
|
|
23 |
This project is a Gradio-based MCP server that provides two code analysis functionalities:
|
24 |
|
25 |
- **Code Quality Score**: Provides an averaged score across vulnerability, style, and quality for the provided code using top three AI providers (OpenAI, Anthropic, Mistral).
|
26 |
+
- **Vulnerability Score**: Measures the likelihood of the code containing vulnerabilities.
|
27 |
+
- **Style Score**: Measures the adherence to coding style guidelines.
|
28 |
+
- **Quality Score**: Measures the overall quality of the code.
|
29 |
+
|
30 |
+
- **Code Analysis Report**: Generates a detailed report using Claude Sonnet 4, providing insights about the provided code, including basic information and suggesting 5-10 potential fixes to improve the code.
|
31 |
+
|
32 |
+
## Video & Demo
|
33 |
+
|
34 |
+
- **Gradio App URL**: https://agents-mcp-hackathon-code-analysis-mcp.hf.space
|
35 |
+
- **MCP Server URL:** https://agents-mcp-hackathon-code-analysis-mcp.hf.space/gradio_api/mcp/sse
|
36 |
+
|
37 |
+
- **Watch the demo video:** [Code Analysis MCP Demo (Agents MCP Hackathon)](https://www.youtube.com/watch?v=A4YWMMyJRsA)
|
38 |
+
|
39 |
|
|
|
40 |
[](https://youtu.be/A4YWMMyJRsA)
|
41 |
|
42 |
## Integration with MCP clients
|