Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a1438cb
initial mcp integration
STetsing Sep 4, 2025
e4060b6
adding remixmcpserver and matching user intends
Sep 9, 2025
75af8c4
adding default internal remix mcp server
STetsing Sep 11, 2025
aeb9544
connect to internal
STetsing Sep 11, 2025
131545a
remix mcp server working
STetsing Sep 15, 2025
7615397
adding tools events on interface'
STetsing Sep 15, 2025
6935c15
added tool execution
STetsing Sep 16, 2025
43cf3c2
tool call handled in streaming. recursive calls
STetsing Sep 16, 2025
4ac2ba9
fixing contract compilation tool
STetsing Sep 17, 2025
4b6721d
fully implementation of compilation and file handler
STetsing Sep 18, 2025
259017f
rm tests
STetsing Sep 22, 2025
2f3d79e
added compilation resourcess
STetsing Sep 22, 2025
414cfa3
mcp compile contract
STetsing Sep 24, 2025
9343229
minor
STetsing Sep 25, 2025
d5faf6c
Merge branch 'master' into mcp
STetsing Sep 25, 2025
7d018c8
resolved merging issues
STetsing Sep 25, 2025
784af84
adding deploymenthandler : fetchin accounts and balances
STetsing Sep 30, 2025
cc46733
fixing getting latest compilation result
STetsing Sep 30, 2025
d87189a
deployment ressources initial ipml
STetsing Oct 1, 2025
9d53303
Merge branch 'master' into mcp
STetsing Oct 7, 2025
89e2913
initial mcp e2e tests
STetsing Oct 8, 2025
e5e43af
disable resource caching
STetsing Oct 8, 2025
a616ed4
disable resource caching
STetsing Oct 8, 2025
436dc6d
disabled cahing on intelligent resource selection
STetsing Oct 8, 2025
57d1de8
mcp: deploy and interact
Oct 1, 2025
02195a8
implement other deployment tools
Oct 2, 2025
0729e76
fix deployment
Oct 2, 2025
52fc6d8
add audio prompt
Oct 2, 2025
773cf55
add debugger handler
Oct 7, 2025
6987377
fix validate param
Oct 7, 2025
b707e08
code analysis tools
Oct 7, 2025
503b3db
fix call
Oct 8, 2025
9f6081c
add runscript tool
Oct 8, 2025
a071c15
Merge pull request #6424 from remix-project-org/deploy_mcp
STetsing Oct 8, 2025
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ apps/remixdesktop/log_input_signals_new.txt
logs
apps/remix-ide-e2e/src/extensions/chrome/metamask
apps/remix-ide-e2e/tmp/
apps/remix-ide-e2e/tmp/

# IDE - Cursor
.cursor/
.cursor/
Loading