Skip to content

Commit a43be26

Browse files
committed
cleanup
1 parent cbfcd0d commit a43be26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ A simple template for creating custom tools for Cursor IDE using Model Context P
1313
2. After deployment, configure Cursor:
1414
- Open Cursor Settings → Features
1515
- Add new MCP server
16-
- Use your Heroku URL with `/sse` path (e.g., `https://your-app-name.herokuapp.com/sse`)
16+
- Use your Heroku URL with `/sse` path (e.g., `https://<your-app-name>.herokuapp.com/sse`)
1717

1818
3. Test your agent's mood in Cursor:
1919
- Ask your agent "Please ask about our server mood and let me know how it is."
2020
- The server will respond with a cheerful message and a heart ❤️
2121

22-
## Usage
22+
## Alternative Setup Methods
2323

2424
You can run the server in three ways: using Docker, traditional Python setup, or directly in Cursor IDE.
2525

0 commit comments

Comments
 (0)