File tree Expand file tree Collapse file tree 7 files changed +17
-19
lines changed Expand file tree Collapse file tree 7 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!
10
10
11
11
Please run down the following list and make sure you've tried the usual "quick fixes":
12
12
13
- - Search the issues already opened: https://github.com/googleapis/genai -toolbox-langchain -python/issues
13
+ - Search the issues already opened: https://github.com/googleapis/mcp -toolbox-sdk -python/issues
14
14
- Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python
15
15
16
16
If you are still having issues, please be sure to include as much information as possible:
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
enabled : true
16
- multiScmName : genai -toolbox-langchain -python
16
+ multiScmName : mcp -toolbox-sdk -python
Original file line number Diff line number Diff line change 16
16
set -eo pipefail
17
17
18
18
if [[ -z " ${PROJECT_ROOT:- } " ]]; then
19
- PROJECT_ROOT=" github/genai -toolbox-langchain -python"
19
+ PROJECT_ROOT=" github/mcp -toolbox-sdk -python"
20
20
fi
21
21
22
22
cd " ${PROJECT_ROOT} "
Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.
4
4
5
5
## Install
6
6
1 . Clone the repository:
7
- TODO: Correct repo URL
8
7
``` bash
9
- git clone https://github.com/googleapis/genai -toolbox-langchain -python
8
+ git clone https://github.com/googleapis/mcp -toolbox-sdk -python
10
9
```
11
10
1. Navigate to the package directory:
12
11
` ` ` bash
13
- cd genai -toolbox-langchain -python/packages/toolbox-core
12
+ cd mcp -toolbox-sdk -python/packages/toolbox-core
14
13
` ` `
15
14
1. Install the package in editable mode, so changes are reflected without
16
15
reinstall:
@@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
25
24
## Test
26
25
1. Navigate to the package directory if needed:
27
26
```bash
28
- cd genai -toolbox-langchain -python/packages/toolbox-core
27
+ cd mcp -toolbox-sdk -python/packages/toolbox-core
29
28
```
30
29
1. Install the SDK and test dependencies:
31
30
```bash
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ package-dir = {"" = "src"}
33
33
version = {attr = " toolbox_core.version.__version__" }
34
34
35
35
[project .urls ]
36
- Homepage = " https://github.com/googleapis/genai -toolbox-langchain -python/blob/main/packages/toolbox-core"
37
- Repository = " https://github.com/googleapis/genai -toolbox-langchain -python.git"
38
- "Bug Tracker" = " https://github.com/googleapis/genai -toolbox-langchain -python/issues"
39
- Changelog = " https://github.com/googleapis/genai -toolbox-langchain -python/blob/main/packages/toolbox-core/CHANGELOG.md"
36
+ Homepage = " https://github.com/googleapis/mcp -toolbox-sdk -python/blob/main/packages/toolbox-core"
37
+ Repository = " https://github.com/googleapis/mcp -toolbox-sdk -python.git"
38
+ "Bug Tracker" = " https://github.com/googleapis/mcp -toolbox-sdk -python/issues"
39
+ Changelog = " https://github.com/googleapis/mcp -toolbox-sdk -python/blob/main/packages/toolbox-core/CHANGELOG.md"
40
40
41
41
[project .optional-dependencies ]
42
42
test = [
Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.
4
4
5
5
## Install
6
6
1 . Clone the repository:
7
- TODO: Correct repo URL
8
7
``` bash
9
- git clone https://github.com/googleapis/genai -toolbox-langchain -python
8
+ git clone https://github.com/googleapis/mcp -toolbox-sdk -python
10
9
```
11
10
1. Navigate to the package directory:
12
11
` ` ` bash
13
- cd genai -toolbox-langchain -python/packages/toolbox-langchain
12
+ cd mcp -toolbox-sdk -python/packages/toolbox-langchain
14
13
` ` `
15
14
1. Install the package in editable mode, so changes are reflected without
16
15
reinstall:
@@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
25
24
## Test
26
25
1. Navigate to the package directory if needed:
27
26
```bash
28
- cd genai -toolbox-langchain -python/packages/toolbox-langchain
27
+ cd mcp -toolbox-sdk -python/packages/toolbox-langchain
29
28
```
30
29
1. Install the SDK and test dependencies:
31
30
```bash
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ package-dir = {"" = "src"}
35
35
version = {attr = " toolbox_langchain.version.__version__" }
36
36
37
37
[project .urls ]
38
- Homepage = " https://github.com/googleapis/genai -toolbox-langchain -python/blob/main/packages/toolbox-langchain"
39
- Repository = " https://github.com/googleapis/genai -toolbox-langchain -python.git"
40
- "Bug Tracker" = " https://github.com/googleapis/genai -toolbox-langchain -python/issues"
41
- Changelog = " https://github.com/googleapis/genai -toolbox-langchain -python/blob/main/packages/toolbox-langchain/CHANGELOG.md"
38
+ Homepage = " https://github.com/googleapis/mcp -toolbox-sdk -python/blob/main/packages/toolbox-langchain"
39
+ Repository = " https://github.com/googleapis/mcp -toolbox-sdk -python.git"
40
+ "Bug Tracker" = " https://github.com/googleapis/mcp -toolbox-sdk -python/issues"
41
+ Changelog = " https://github.com/googleapis/mcp -toolbox-sdk -python/blob/main/packages/toolbox-langchain/CHANGELOG.md"
42
42
43
43
[project .optional-dependencies ]
44
44
test = [
You can’t perform that action at this time.
0 commit comments