amirkiarafiei commited on
Commit
df0da5b
·
1 Parent(s): 822d64b

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Defect Solver API
3
  emoji: 🛠️
4
  colorFrom: purple
5
  colorTo: yellow
@@ -32,6 +32,8 @@ This project implements a Model Context Protocol (MCP) server for defect solver
32
  - dotenv
33
  - uv
34
 
 
 
35
  ## Setup
36
  1. Clone the repository:
37
  ```sh
 
1
  ---
2
+ title: Defect Solver MCP
3
  emoji: 🛠️
4
  colorFrom: purple
5
  colorTo: yellow
 
32
  - dotenv
33
  - uv
34
 
35
+ ### Note: The tools implemented in this server require a DEFECT SOLVER API KEY to send requests. To get your key, please contact [Lokum AI](https://github.com/lokumai).
36
+
37
  ## Setup
38
  1. Clone the repository:
39
  ```sh