Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ uv run server.py

This will start the server and allow you to test the available tools.

### HTTP
```bash
uv run fastmcp run server.py:yfinance_server --transport http --port 8000
```

### Integration with Claude for Desktop

To integrate this server with Claude for Desktop:
Expand Down