chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Run sample
|
||||
|
||||
## Set up virtual environment
|
||||
|
||||
```sh
|
||||
python -m venv venv
|
||||
source ./venv/bin/activate
|
||||
```
|
||||
|
||||
## Install dependencies
|
||||
|
||||
```sh
|
||||
pip install "mcp[cli]"
|
||||
```
|
||||
|
||||
## Run code
|
||||
|
||||
```sh
|
||||
python client.py
|
||||
```
|
||||
|
||||
You should see the text:
|
||||
|
||||
```text
|
||||
Available tools: ['add']
|
||||
Result of add tool: meta=None content=[TextContent(type='text', text='8.0', annotations=None, meta=None)] structuredContent=None isError=False
|
||||
```
|
||||
Reference in New Issue
Block a user