Minsu Lee
Minsu Lee
@WissamALSbenaty The test code below succeeds. Can you share a reproducible repository? ```dart import 'package:mobx/mobx.dart'; part 'meta.g.dart'; class Meta extends _Meta with _$Meta { Meta(); } abstract class _Meta with...
Work in progress
@HugoRCD You're right that the current Nuxt UI plugin implementation primarily uses the SessionStart hook to load instructions. However, Claude Code plugins provide **four major capabilities** beyond just MCP servers...
@HugoRCD I've updated it to use the [agent skill](https://docs.claude.com/en/docs/claude-code/skills#what-are-agent-skills%3F). Since it loads into the context when the Nuxt UI component is needed, it's highly efficient and convenient.
@Andreigr0 We can make the build work without the import, but the generated code still requires the import .
@biksumesh Could you share a reproducible workflow?
I am implementing this feature using MCP. https://github.com/pleaseai/mcp-gateway
@catherinewu It seems similar to the MCP+CLI [method](https://github.com/pleaseai/mcp-gateway) I implemented, but more convenient. Thank you.