You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,8 +42,6 @@ developers to create pipelines by stacking MCP tools of interest and launching t
44
42
This allows the LLM to use all the tools stacked, and of course, if a tool is not of interest, do not include it in the
45
43
pipeline and the LLM won't have access to it.
46
44
47
-
---
48
-
49
45
## Installation
50
46
51
47
> [!NOTE]
@@ -75,10 +71,6 @@ Using `pip`:
75
71
pip install -e .[dev]
76
72
```
77
73
78
-
> **Note**
79
-
> Python `3.9+` is supported. If you have project-specific constraints, adjust the `pyproject.toml` accordingly.
80
-
81
-
82
74
### Install pre-commit hooks
83
75
84
76
Via `UV`:
@@ -93,66 +85,71 @@ Via `pip`:
93
85
pre-commit install
94
86
```
95
87
96
-
---
97
-
98
88
## Create Your Tool's Skeleton
99
89
100
90
Once dependencies are installed, you can use the `mcpstack_tool` CLI to bootstrap and customise your tool’s skeleton.
101
-
Every commands is run with `uv run mcpstack_tool.py` or `python mcpstack_tool.py` if you are not using `UV`, followed by the command you want to run.
102
-
103
-
As follows
91
+
Every commands is run with `uv run mcpstack_tool.py` or `python mcpstack_tool.py` if you are not using `UV`, followed by the command you want to run; as follows:
0 commit comments