As Squirrels maintainers, we are dedicated in maintaining backward compatibility across all patch versions in the same minor version. We are also committed to avoid breaking changes across minor versions as much as possible. However, if absolutely necessary, we will provide a smooth upgrade path for users. The following are fixes and new features for v0.5.3.Documentation Index
Fetch the complete documentation index at: https://docs.pysquirrels.com/llms.txt
Use this file to discover all available pages before exploring further.
Fixes
- The
x-api-keyheader was not being respected for MCP requests. This has been fixed.
New features
MCP resource for data catalog- A new MCP resource was added for the data catalog, which returns the same thing as the
get_data_catalogtool - Supporting MCP clients can use this resource to automatically add the data catalog to the system prompt when starting a new conversation, without needing the AI agent to call the
get_data_catalogtool - The resource has the following properties:
- uri:
sqrl://data-catalog - name:
data_catalog_from_[project_name] - title:
Data Catalog (Project: [project_label]) - description:
Details of all datasets and parameters you can access in the Squirrels project '[project_name]'
- uri:
- The API documentation was updated to include the
x-api-keyheader. - The configurable headers were intentionally left out of the documentation given that they are meant for internal use only.
- The welcome banner in the terminal after running
sqrl runnow looks something like this: