Fixes
- The API paths for API documentation should not begin with
/api/squirrels/v0. The following are the new paths where this prefix has been removed:- Swagger UI:
/project/[project_name]/[version]/docs - ReDoc UI:
/project/[project_name]/[version]/redoc - OpenAPI Specification:
/project/[project_name]/[version]/openapi.json
- Swagger UI:
New features
- The following paths were added for the MCP server.
/project/[project_name]/[version]/mcp/mcp
The existing path
/api/squirrels/v0/project/[project_name]/[version]/mcp is kept for backwards compatibility.- A new CLI command
sqrl initwas added as an alias forsqrl new --curr-dir.