File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { createMcpHandler } from "mcp-handler" ;
2- import { registerCairoTools } from "@openzeppelin/contracts-mcp/src/cairo/tools " ;
2+ import { registerCairoTools } from "@openzeppelin/contracts-mcp" ;
33import { getTitleText } from "@/contracts/prompts" ;
44import { getInstructionsText } from "@/contracts/prompts" ;
55import contractsMcpPackage from "@openzeppelin/contracts-mcp/package.json" ;
Original file line number Diff line number Diff line change 11import { createMcpHandler } from "mcp-handler" ;
2- import { registerSolidityTools } from "@openzeppelin/contracts-mcp/src/solidity/tools " ;
2+ import { registerSolidityTools } from "@openzeppelin/contracts-mcp" ;
33import { getTitleText } from "@/contracts/prompts" ;
44import { getInstructionsText } from "@/contracts/prompts" ;
55import contractsMcpPackage from "@openzeppelin/contracts-mcp/package.json" ;
Original file line number Diff line number Diff line change 11import { createMcpHandler } from "mcp-handler" ;
2- import { registerStellarTools } from "@openzeppelin/contracts-mcp/src/stellar/tools " ;
2+ import { registerStellarTools } from "@openzeppelin/contracts-mcp" ;
33import { getTitleText } from "@/contracts/prompts" ;
44import { getInstructionsText } from "@/contracts/prompts" ;
55import contractsMcpPackage from "@openzeppelin/contracts-mcp/package.json" ;
Original file line number Diff line number Diff line change 11import { createMcpHandler } from "mcp-handler" ;
2- import { registerStylusTools } from "@openzeppelin/contracts-mcp/src/stylus/tools " ;
2+ import { registerStylusTools } from "@openzeppelin/contracts-mcp" ;
33import { getTitleText } from "@/contracts/prompts" ;
44import { getInstructionsText } from "@/contracts/prompts" ;
55import contractsMcpPackage from "@openzeppelin/contracts-mcp/package.json" ;
Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "@next/third-parties" : " ^15.4.4" ,
11- "@openzeppelin/contracts-mcp" : " ^0.0.5 " ,
11+ "@openzeppelin/contracts-mcp" : " ^0.1.0 " ,
1212 "mcp-handler" : " ^1.0.1" ,
1313 "next" : " ^15.3.3" ,
1414 "react" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments