Describe the bug
Fetching the URL https://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.html does not include the the title line "What’s new in 2.1.0 (Aug 30, 2023)".
To Reproduce
Run the fetch tool with the https://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.html URL.
Expected behavior
"What’s new in 2.1.0 (Aug 30, 2023)" title line should be included, but it isn't.
Logs
N/A
Additional context
This was done as part of an Outlier project which implemented the tool. I have no access to their implementation of the MCP server but I don't think its a server configuration error.
Describe the bug
Fetching the URL
https://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.htmldoes not include the the title line "What’s new in 2.1.0 (Aug 30, 2023)".To Reproduce
Run the
fetchtool with thehttps://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.htmlURL.Expected behavior
"What’s new in 2.1.0 (Aug 30, 2023)" title line should be included, but it isn't.
Logs
N/A
Additional context
This was done as part of an Outlier project which implemented the tool. I have no access to their implementation of the MCP server but I don't think its a server configuration error.