We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b8c60 commit 5148339Copy full SHA for 5148339
Makefile
@@ -1,4 +1,4 @@
1
-SUBDIRS := $(wildcard src/*)
+SUBDIRS := $(filter-out src/dbtools-mcp-server src/mysql-mcp-server src/oci-pricing-mcp-server,$(wildcard src/*))
2
3
.PHONY: test format
4
README.md
@@ -55,7 +55,12 @@ Always see the respective `src/<server>/README.md` for detailed setup instructio
55
pip install -r requirements.txt
56
```
57
*(For Node.js/Java/other servers, follow respective instructions in that server’s README)*
58
-`
+
59
+5. **Build and Install servers in the current virtual environment**
60
+ ```sh
61
+ make build
62
+ make install
63
+ ```
64
65
## Authentication
66
0 commit comments