diff --git a/docs/remcp/index.mdx b/docs/remcp/index.mdx index 4284cbb..488a4ab 100644 --- a/docs/remcp/index.mdx +++ b/docs/remcp/index.mdx @@ -25,7 +25,15 @@ curl -sSL https://storage.googleapis.com/remcp/install.sh | bash # Usage tips: -## Configure claude code (recommended) +## Recurse prompt (recommended) + +``` +# In claude code +$ /recurse:review_code Please implement access control on web api endpoints +``` +The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes. + +## Configure claude code ```bash remcp configure claude @@ -38,14 +46,6 @@ If you are not happy with the global setting, you can remove it using the follow remcp configure claude --remove ``` -## Recurse prompt - -``` -# In claude code -$ /recurse:review_code Please implement access control on web api endpoints -``` -The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes. - ## Project level configuration (manual)