reactuse icon indicating copy to clipboard operation
reactuse copied to clipboard

MCP Support

Open childrentime opened this issue 5 months ago • 0 comments

I've added MCP support for the @reactuses/core documentation in the latest pull request #152 . If you're using Cursor, you can add the following code snippet:

"@reactuses/mcp": {
  "command": "npx",
  "args": ["-y", "@reactuses/mcp@latest"],
  "type": "stdio"
}

childrentime avatar Jul 07 '25 07:07 childrentime