@whisq/mcp-server
v0.1.0-alpha.10
Published
MCP server for Whisq — AI tool integrations for component scaffolding and code validation
Maintainers
Readme
@whisq/mcp-server
MCP server for Whisq — AI tool integrations for component scaffolding and code validation.
Install
npm install @whisq/mcp-serverUsage
Add the server to your MCP client configuration:
{
"mcpServers": {
"whisq": {
"command": "npx",
"args": ["@whisq/mcp-server"]
}
}
}The server exposes tools for scaffolding components, validating Whisq code patterns, and generating store modules.
Documentation
Full documentation at whisq.dev.
License
MIT
