diff --git a/.changeset/odd-beans-greet.md b/.changeset/odd-beans-greet.md new file mode 100644 index 000000000..6bcb3c552 --- /dev/null +++ b/.changeset/odd-beans-greet.md @@ -0,0 +1,5 @@ +--- +'@openzeppelin/contracts-mcp': patch +--- + +Fix dependency on @openzeppelin/wizard-uniswap-hooks diff --git a/packages/mcp/README.md b/packages/mcp/README.md index 22208437e..7219ca6cb 100644 --- a/packages/mcp/README.md +++ b/packages/mcp/README.md @@ -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 diff --git a/packages/mcp/package.json b/packages/mcp/package.json index dc1917da5..25353cd40 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -28,7 +28,8 @@ "@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", @@ -36,4 +37,4 @@ "ts-node": "^10.4.0", "typescript": "^5.0.0" } -} +} \ No newline at end of file