feat(mcp): publish a stdio MCP server image #1623
Annotations
1 warning
|
Lint:
src/app/login/page.tsx#L39
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|