Skip to content

Commit 70a476a

Browse files
authored
chore: rename repo (#165)
* chore: rename repo * revert changelog link changes * fix link * fix name * Update DEVELOPER.md * Update DEVELOPER.md * remove redundant file
1 parent 91619dd commit 70a476a

File tree

7 files changed

+17
-19
lines changed

7 files changed

+17
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!
1010

1111
Please run down the following list and make sure you've tried the usual "quick fixes":
1212

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
1414
- Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python
1515

1616
If you are still having issues, please be sure to include as much information as possible:

.github/release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
enabled: true
16-
multiScmName: genai-toolbox-langchain-python
16+
multiScmName: mcp-toolbox-sdk-python

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
if [[ -z "${PROJECT_ROOT:-}" ]]; then
19-
PROJECT_ROOT="github/genai-toolbox-langchain-python"
19+
PROJECT_ROOT="github/mcp-toolbox-sdk-python"
2020
fi
2121

2222
cd "${PROJECT_ROOT}"

packages/toolbox-core/DEVELOPER.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.
44

55
## Install
66
1. Clone the repository:
7-
TODO: Correct repo URL
87
```bash
9-
git clone https://github.com/googleapis/genai-toolbox-langchain-python
8+
git clone https://github.com/googleapis/mcp-toolbox-sdk-python
109
```
1110
1. Navigate to the package directory:
1211
```bash
13-
cd genai-toolbox-langchain-python/packages/toolbox-core
12+
cd mcp-toolbox-sdk-python/packages/toolbox-core
1413
```
1514
1. Install the package in editable mode, so changes are reflected without
1615
reinstall:
@@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
2524
## Test
2625
1. Navigate to the package directory if needed:
2726
```bash
28-
cd genai-toolbox-langchain-python/packages/toolbox-core
27+
cd mcp-toolbox-sdk-python/packages/toolbox-core
2928
```
3029
1. Install the SDK and test dependencies:
3130
```bash

packages/toolbox-core/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ package-dir = {"" = "src"}
3333
version = {attr = "toolbox_core.version.__version__"}
3434

3535
[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"
4040

4141
[project.optional-dependencies]
4242
test = [

packages/toolbox-langchain/DEVELOPER.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.
44

55
## Install
66
1. Clone the repository:
7-
TODO: Correct repo URL
87
```bash
9-
git clone https://github.com/googleapis/genai-toolbox-langchain-python
8+
git clone https://github.com/googleapis/mcp-toolbox-sdk-python
109
```
1110
1. Navigate to the package directory:
1211
```bash
13-
cd genai-toolbox-langchain-python/packages/toolbox-langchain
12+
cd mcp-toolbox-sdk-python/packages/toolbox-langchain
1413
```
1514
1. Install the package in editable mode, so changes are reflected without
1615
reinstall:
@@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
2524
## Test
2625
1. Navigate to the package directory if needed:
2726
```bash
28-
cd genai-toolbox-langchain-python/packages/toolbox-langchain
27+
cd mcp-toolbox-sdk-python/packages/toolbox-langchain
2928
```
3029
1. Install the SDK and test dependencies:
3130
```bash

packages/toolbox-langchain/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ package-dir = {"" = "src"}
3535
version = {attr = "toolbox_langchain.version.__version__"}
3636

3737
[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"
4242

4343
[project.optional-dependencies]
4444
test = [

0 commit comments

Comments
 (0)