-
Notifications
You must be signed in to change notification settings - Fork 46
Genie tool uses MCP Adapters under the hood #256
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
Open
nisha2003
wants to merge
53
commits into
mcp-migration
Choose a base branch
from
genie-uses-mcp-adapters
base: mcp-migration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 48 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
5a7937f
code changes
nisha2003 88262b3
fix tests
nisha2003 5312bdd
ruff
nisha2003 a304424
fix imports
nisha2003 10fe850
format
nisha2003 69442d2
fix tests
nisha2003 49e64b2
tests
nisha2003 463b9b2
fix langchain
nisha2003 8b5caef
fix tests
nisha2003 391e638
langchain tests
nisha2003 56091cc
langchain tests
nisha2003 475cb3a
langchain
nisha2003 d5662c2
langchain
nisha2003 bbe29ce
revert langchain
nisha2003 806f45a
lazy create try
nisha2003 92ff8ec
revert
nisha2003 e645e57
try-except
nisha2003 2b76d6c
fix
nisha2003 43849c2
fix fallback
nisha2003 87b8efd
cleanup
nisha2003 dea8dcc
cleanup
nisha2003 ed5d56b
ruff
nisha2003 b9bed2c
remove comment
nisha2003 e0ede19
format fix
nisha2003 426398b
test format fix
nisha2003 728ab41
ruff
nisha2003 f17ac98
trigger
nisha2003 cd29a04
poll_for_result
nisha2003 ea74b7a
fix tests
nisha2003 58aa656
ruff
nisha2003 7ee93f4
remove unused import
nisha2003 53b8062
mock_mcp_in_langchain
nisha2003 66e0da6
ruff
nisha2003 f8a361f
applymap
nisha2003 9e43dfb
fix message_id
nisha2003 3564b1b
debug
nisha2003 2c9b45c
parser
nisha2003 9487736
remove debug
nisha2003 7fc3009
tests
nisha2003 49fcb7b
ruff
nisha2003 74d9580
multiple text attachments
nisha2003 e6cf647
polling in ask_question
nisha2003 c9221e3
ruff
nisha2003 2402225
ruff
nisha2003 437fd27
review comments
nisha2003 a85e45d
langchain test skip
nisha2003 c5b1926
workflows
nisha2003 45a1b05
remove test_genie.py workflow edits
nisha2003 8700d47
internal polling method
nisha2003 9d9ee3f
change genie response format
nisha2003 7139d44
remove all langchain tests since genie reponse mocking is not compatible
nisha2003 74b28cd
suggested questions
nisha2003 8af5122
ruff
nisha2003 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this for? i think for dev, we can manually do local installs of databricks-mcp instead of this
does this always try to install from local instead of pypi?looks like it's only for local work, and on pypi, this won't apply -- if that's right, we should do this for all of our subpackage definitions to rely on the local installs when possible for devThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added for the other subpackages!