Abid Ali Awan commited on
Commit
af48e3f
Β·
1 Parent(s): d1e576c

Update README.md to change emoji, add relevant tags for better categorization, and include an embedded video for enhanced project presentation.

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
  title: Code Analysis MCP
3
- emoji: πŸ§‘β€πŸ’»
4
  colorFrom: gray
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.33.0
8
  app_file: src/app.py
 
 
 
 
 
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Generate quality metrics and a detailed report for your code
@@ -19,6 +25,16 @@ This project is a Gradio-based MCP server that provides two code analysis functi
19
  - **Code Quality Score**: Provides an averaged score across vulnerability, style, and quality for the provided code using top three AI providers (OpenAI, Anthropic, Mistral).
20
  - **Code Analysis Report**: Generates a detailed report about the provided code, including basic information and suggesting 5-10 potential fixes to improve the code.
21
 
 
 
 
 
 
 
 
 
 
 
22
  ## Integration with MCP clients
23
 
24
  For clients that support SSE (e.g. Cursor, Windsurf, Cline), simply add the following configuration to your MCP config:
 
1
  ---
2
  title: Code Analysis MCP
3
+ emoji: πŸ‘©β€πŸ’»
4
  colorFrom: gray
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.33.0
8
  app_file: src/app.py
9
+ tags:
10
+ - mcp-server-track
11
+ - code-analysis
12
+ - openai
13
+ - anthropic
14
+ - mistral
15
  pinned: false
16
  license: apache-2.0
17
  short_description: Generate quality metrics and a detailed report for your code
 
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
  - **Code Analysis Report**: Generates a detailed report about the provided code, including basic information and suggesting 5-10 potential fixes to improve the code.
27
 
28
+ **Watch the demo video:**[Code Analysis MCP Demo (Agents MCP Hackathon)](https://www.youtube.com/watch?v=A4YWMMyJRsA)
29
+ <iframe
30
+ width="560"
31
+ height="315"
32
+ src="https://www.youtube.com/embed/A4YWMMyJRsA"
33
+ frameborder="0"
34
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
35
+ allowfullscreen
36
+ ></iframe>
37
+
38
  ## Integration with MCP clients
39
 
40
  For clients that support SSE (e.g. Cursor, Windsurf, Cline), simply add the following configuration to your MCP config: