Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions .changeset/odd-beans-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openzeppelin/contracts-mcp': patch
---

Fix dependency on @openzeppelin/wizard-uniswap-hooks
1 change: 1 addition & 0 deletions packages/mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Provides tools to generate smart contract source code for the following language
| cairo | erc20, erc721, erc1155, account, multisig, governor, vesting, custom |
| stellar | fungible, stablecoin, non-fungible |
| stylus | erc20, erc721, erc1155 |
| uniswap-hooks | hooks (tool name is just `uniswap-hooks`) |


## Installation
Expand Down
5 changes: 3 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
"@openzeppelin/wizard": "^0.10.4",
"@openzeppelin/wizard-stylus": "^0.2.0",
"@openzeppelin/wizard-stellar": "^0.4.4",
"@openzeppelin/wizard-cairo": "^2.1.0"
"@openzeppelin/wizard-cairo": "^2.1.0",
"@openzeppelin/wizard-uniswap-hooks": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ava": "^6.0.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
}
}
}
Loading