Fancellu commited on
Commit
353b1bc
·
verified ·
1 Parent(s): 8505884

I moved the mcp work, needed to update READMEs

Browse files
Files changed (2) hide show
  1. MCP_README.md +0 -1
  2. README.md +1 -2
MCP_README.md CHANGED
@@ -15,7 +15,6 @@ An MCP (Model Context Protocol) server that allows LLMs to take MBTI personality
15
  ### Installation
16
 
17
  ```bash
18
- cd mcp_server
19
  pip install -r requirements.txt
20
 
21
  # Set up Gemini API key for LLM analysis
 
15
  ### Installation
16
 
17
  ```bash
 
18
  pip install -r requirements.txt
19
 
20
  # Set up Gemini API key for LLM analysis
README.md CHANGED
@@ -83,7 +83,6 @@ python pf_cli.py --import-file questionnaire.json
83
 
84
  ```bash
85
  # Install MCP server dependencies
86
- cd mcp_server
87
  pip install -r requirements.txt
88
 
89
  # Set up API key
@@ -93,7 +92,7 @@ export GEMINI_API_KEY="your-api-key-here"
93
  python server.py
94
  ```
95
 
96
- Allows LLMs to take MBTI tests via Model Context Protocol. See `mcp_server/README.md` for details.
97
 
98
  ### 4. Live demo on HF Spaces
99
 
 
83
 
84
  ```bash
85
  # Install MCP server dependencies
 
86
  pip install -r requirements.txt
87
 
88
  # Set up API key
 
92
  python server.py
93
  ```
94
 
95
+ Allows LLMs to take MBTI tests via Model Context Protocol. See `MCP_README.md` for details.
96
 
97
  ### 4. Live demo on HF Spaces
98