-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mcp In Remix IDE #6412
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
Mcp In Remix IDE #6412
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
a1438cb
initial mcp integration
STetsing e4060b6
adding remixmcpserver and matching user intends
75af8c4
adding default internal remix mcp server
STetsing aeb9544
connect to internal
STetsing 131545a
remix mcp server working
STetsing 7615397
adding tools events on interface'
STetsing 6935c15
added tool execution
STetsing 43cf3c2
tool call handled in streaming. recursive calls
STetsing 4ac2ba9
fixing contract compilation tool
STetsing 4b6721d
fully implementation of compilation and file handler
STetsing 259017f
rm tests
STetsing 2f3d79e
added compilation resourcess
STetsing 414cfa3
mcp compile contract
STetsing 9343229
minor
STetsing d5faf6c
Merge branch 'master' into mcp
STetsing 7d018c8
resolved merging issues
STetsing 784af84
adding deploymenthandler : fetchin accounts and balances
STetsing cc46733
fixing getting latest compilation result
STetsing d87189a
deployment ressources initial ipml
STetsing 9d53303
Merge branch 'master' into mcp
STetsing 89e2913
initial mcp e2e tests
STetsing e5e43af
disable resource caching
STetsing a616ed4
disable resource caching
STetsing 436dc6d
disabled cahing on intelligent resource selection
STetsing 57d1de8
mcp: deploy and interact
02195a8
implement other deployment tools
0729e76
fix deployment
52fc6d8
add audio prompt
773cf55
add debugger handler
6987377
fix validate param
b707e08
code analysis tools
503b3db
fix call
9f6081c
add runscript tool
a071c15
Merge pull request #6424 from remix-project-org/deploy_mcp
STetsing 81d9313
max tool calls 10
STetsing e882e44
show diff on file content updated
STetsing 53347a0
working integration tests
STetsing 660d21d
working integration tests
STetsing 8b75fa3
Merge branch 'master' into mcp
STetsing 9e5ae0e
linting
STetsing d969808
adding unit test on resources and tools
STetsing 8d0d0d1
updated terms with mcp
STetsing 45b3cf1
updating tests
STetsing aa30a7f
ofixing indicators on setting page
STetsing 552c682
initial implementation of remote mcp servers - http transport layer
STetsing 8d34a41
fixing mcp server config management, adding remix cors proxy server
STetsing d62f46c
adding mcp corsproxy to default endpoints
STetsing ce7bb17
minot
STetsing a6bf179
added support for tool calling openAI and anthropic
STetsing 9bdfed8
imporved openAI and linting
STetsing 181a4b6
linting
STetsing 860f0ad
merge master in
STetsing de36d5e
resolving merge master
STetsing a68f38d
merge conflicts resolved
STetsing 7effc86
add mcp tutorial endpoint
5120551
rm console logs
STetsing c1a830f
matamo tracking
STetsing 1de220b
default server config
STetsing 357085b
Merge branch 'master' into mcp
STetsing 34a1011
Merge branch 'mcp' of https://github.com/ethereum/remix-project into mcp
STetsing 497f4b2
updates enpoints
STetsing b0d286d
adding caches for resources and tools
STetsing 2e6c886
reduced compilation mcp payload
STetsing 0290bb0
reducing compilation payload for mcp
STetsing 2f4df60
safe tool array unpacking
STetsing bcbde29
fixing react dom issue when chatting
STetsing 45fae0e
Merge branch 'master' into mcp
STetsing 400bd83
Merge branch 'mcp' into mcp_learneth
STetsing 0ccaa66
Merge pull request #6502 from remix-project-org/mcp_learneth
STetsing 2d81fdd
updated e2e tests executeAsync
STetsing bd2d05a
moved from web3 to ethers. fixing resourcess and tools e2e errors
STetsing 5351337
Implement exists method in query-params.ts
yann300 f6c47d7
Merge pull request #6529 from remix-project-org/yann300-patch-67
STetsing da44ba7
added mcp url param
STetsing dd2cba8
Merge branch 'master' into mcp
STetsing 0acc535
resolving web3 import
STetsing 77d4ce1
linting
STetsing ec94f0d
linting again
STetsing 81a2726
linting again
STetsing cf5e532
Merge branch 'master' into mcp
STetsing 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
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.
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.
merge issue