-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: MCP Server with Agentspace #2193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
holtskinner
requested changes
Jul 22, 2025
This problem is solved with spreadsheets
…On Wed, 23 Jul 2025, 11:06 am paragsmhatre98, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In search/agentspace/mcp_with_agentspace.ipynb
<#2193 (comment)>
:
> + "import requests\n",
+ "from google.adk.agents import Agent\n",
+ "from google.genai import types\n",
+ "from vertexai.preview import reasoning_engines"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "id": "1dbb9681ee2b"
+ },
+ "outputs": [],
+ "source": [
+ "# The URL of the target Cloud Run service\n",
+ "MCP_SERVER_URL = \"https://hr-tool-server-862721868538.us-central1.run.app/sse\" # TODO for Developer : Copy Paste the url you will receive after cloud run deployment.\n",
Resolved.
—
Reply to this email directly, view it on GitHub
<#2193 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLPR2GM43UMNR7PFE2ZE5Q33J4J5XAVCNFSM6AAAAACCCVRCVWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTANBVGYYTINBUGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
holtskinner
approved these changes
Jul 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CONTRIBUTING
Guide.CODEOWNERS
for the file(s).nox -s format
from the repository root to format).