Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!

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

- Search the issues already opened: https://github.com/googleapis/genai-toolbox-langchain-python/issues
- Search the issues already opened: https://github.com/googleapis/mcp-toolbox-sdk-python/issues
- Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python

If you are still having issues, please be sure to include as much information as possible:
Expand Down
2 changes: 1 addition & 1 deletion .github/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

enabled: true
multiScmName: genai-toolbox-langchain-python
multiScmName: mcp-toolbox-sdk-python
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set -eo pipefail

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

cd "${PROJECT_ROOT}"
Expand Down
2 changes: 1 addition & 1 deletion CHANELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Please refer to each API's `CHANGELOG.md` file under the `packages/` directory

Changelogs
-----
- [toolbox-langchain==0.1.0](https://github.com/googleapis/genai-toolbox-langchain-python/tree/main/packages/toolbox-langchain/CHANGELOG.md)
- [toolbox-langchain==0.1.0](https://github.com/googleapis/mcp-toolbox-sdk-python/tree/main/packages/toolbox-langchain/CHANGELOG.md)
7 changes: 3 additions & 4 deletions packages/toolbox-core/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.

## Install
1. Clone the repository:
TODO: Correct repo URL
```bash
git clone https://github.com/googleapis/genai-toolbox-langchain-python
git clone https://github.com/googleapis/mcp-toolbox-sdk-python
```
1. Navigate to the package directory:
```bash
cd genai-toolbox-langchain-python/packages/toolbox-core
cd mcp-toolbox-sdk-python/packages/toolbox-core
```
1. Install the package in editable mode, so changes are reflected without
reinstall:
Expand All @@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
## Test
1. Navigate to the package directory if needed:
```bash
cd genai-toolbox-langchain-python/packages/toolbox-core
cd mcp-toolbox-sdk-python/packages/toolbox-core
```
1. Install the SDK and test dependencies:
```bash
Expand Down
8 changes: 4 additions & 4 deletions packages/toolbox-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ package-dir = {"" = "src"}
version = {attr = "toolbox_core.version.__version__"}

[project.urls]
Homepage = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-core"
Repository = "https://github.com/googleapis/genai-toolbox-langchain-python.git"
"Bug Tracker" = "https://github.com/googleapis/genai-toolbox-langchain-python/issues"
Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-core/CHANGELOG.md"
Homepage = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/packages/toolbox-core"
Repository = "https://github.com/googleapis/mcp-toolbox-sdk-python.git"
"Bug Tracker" = "https://github.com/googleapis/mcp-toolbox-sdk-python/issues"
Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/packages/toolbox-core/CHANGELOG.md"

[project.optional-dependencies]
test = [
Expand Down
7 changes: 3 additions & 4 deletions packages/toolbox-langchain/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Below are the details to set up a development environment and run tests.

## Install
1. Clone the repository:
TODO: Correct repo URL
```bash
git clone https://github.com/googleapis/genai-toolbox-langchain-python
git clone https://github.com/googleapis/mcp-toolbox-sdk-python
```
1. Navigate to the package directory:
```bash
cd genai-toolbox-langchain-python/packages/toolbox-langchain
cd mcp-toolbox-sdk-python/packages/toolbox-langchain
```
1. Install the package in editable mode, so changes are reflected without
reinstall:
Expand All @@ -25,7 +24,7 @@ Below are the details to set up a development environment and run tests.
## Test
1. Navigate to the package directory if needed:
```bash
cd genai-toolbox-langchain-python/packages/toolbox-langchain
cd mcp-toolbox-sdk-python/packages/toolbox-langchain
```
1. Install the SDK and test dependencies:
```bash
Expand Down
8 changes: 4 additions & 4 deletions packages/toolbox-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ package-dir = {"" = "src"}
version = {attr = "toolbox_langchain.version.__version__"}

[project.urls]
Homepage = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-langchain"
Repository = "https://github.com/googleapis/genai-toolbox-langchain-python.git"
"Bug Tracker" = "https://github.com/googleapis/genai-toolbox-langchain-python/issues"
Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/packages/toolbox-langchain/CHANGELOG.md"
Homepage = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/packages/toolbox-langchain"
Repository = "https://github.com/googleapis/mcp-toolbox-sdk-python.git"
"Bug Tracker" = "https://github.com/googleapis/mcp-toolbox-sdk-python/issues"
Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/packages/toolbox-langchain/CHANGELOG.md"

[project.optional-dependencies]
test = [
Expand Down