You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.