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
feat: surface workspace base path in CLI, MCP, and import responses
Users struggled to discover that non-default workspace mocks are served
under a base path prefix. Now basePath is visible in:
- `workspace list` table output (new BASE PATH column)
- `workspace create` output (prints base path + example URL)
- `workspace show` output (prints base path info)
- MCP manage_workspace list/create/switch responses (basePath + hint)
- MCP import_mocks response (basePath + hint when workspace is set)
- CLI import output (prints workspace name and base path after import)
Also: --bind help text now mentions `patch` as valid action across all
add/update/http/soap commands. CLAUDE.md updated to match.
result["hint"] ="Mocks in this workspace are served under the base path "+ws.BasePath+" (e.g., "+ws.BasePath+"/v1/resource). Use 'manage_workspace switch' to route subsequent MCP operations to this workspace."
0 commit comments