File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- SUBDIRS := $(wildcard src/* )
1+ SUBDIRS := $(filter-out src/dbtools-mcp-server src/mysql-mcp-server src/oci-pricing-mcp-server, $( wildcard src/* ) )
22
33.PHONY : test format
44
Original file line number Diff line number Diff line change @@ -52,10 +52,15 @@ Always see the respective `src/<server>/README.md` for detailed setup instructio
5252 ```sh
5353 python3 -m venv venv
5454 source venv/bin/activate # On Windows: venv\Scripts\activate
55- pip install -r requirements.txt
55+ pip install -r requirements-dev .txt
5656 ```
5757 *(For Node.js/Java/other servers, follow respective instructions in that server’s README)*
58- `
58+
59+ 5. **Build and Install servers in the current virtual environment**
60+ ```sh
61+ make build
62+ make install
63+ ```
5964
6065## Authentication
6166
You can’t perform that action at this time.
0 commit comments