npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-state-machine-test-framework

v12.9.2

Published

High-fidelity State Machine MCP Server for autonomous E2E testing orchestration.

Downloads

177

Readme

🚀 SMS Framework: State Machine Testing V12.5

Orquestación de Pruebas E2E de Alta Fidelidad mediante Máquina de Estados Procedural (Model-Based Testing).

Este framework transforma la automatización tradicional en un sistema de orquestación autónomo y resiliente, donde la Identidad Multivectorial de los Nodos y la Verificación Técnica garantizan pruebas robustas y seguras en aplicaciones Web, Mobile e incluso APIs.

🌟 Características Principales

  • 🛡️ Identidad por Huella (Fingerprinting): Los estados no son solo etiquetas; tienen una huella digital robusta basada en aserciones de identidad (asserts) y tiempos de tolerancia (timeout y pollingInterval) que el motor valida secuencialmente tras cada transición, garantizando sincronización impecable y estabilidad en tiempo real.
  • ⚙️ Ejecución Híbrida (MCP + Shell): Soporte nativo y persistente para invocar cualquier servidor MCP (como wdio-mcp) y comandos de sistema (sh:) en el ciclo de vida de la suite.
  • 🧙‍♂️ Diseño Inteligente con sms_builder: Asistente MCP interactivo integrado que guía a la IA y a los desarrolladores en el modelado de grafos, transiciones y suites de pruebas sin cometer errores de sintaxis JSON.
  • 📊 Nexus Dashboard Premium: Interfaz premium interactiva (HTML + CSS glassmorphism) impulsada por vis-network para auditar la topografía del mapa de estados, visualizar flujos de navegación y analizar reportes de ejecución con evidencias Base64.
  • ⚡ Zero-Token Execution: Costo e latencia cero durante el despliegue del test; la IA solo diseña, mientras que el motor síncrono del servidor corre la suite directamente mediante comandos nativos RPC.

🚀 Inicio Rápido

  1. Instalación: Instala las dependencias principales ejecutando npm install.
  2. Inicialización: ¡Totalmente automatizada! Al arrancar el servidor SMS, se crearán en silencio la estructura base de carpetas y las plantillas por defecto en la raíz de tu proyecto.
  3. Diseño del Mapa: Invoca la herramienta sms_builder con la acción "start" para comenzar a definir tus pantallas (Nodos) y rutas (Transiciones). Recuerda declarar al menos una aserción de identidad (sea comando sh: o herramienta mcp:) en cada huella.
  4. Casos de Uso: Añade flujos abstractos con "add_test" y "add_route_step" inyectando datos dinámicos.
  5. Ejecución: Lanza la automatización invocando sms_executor especificando tu suite y observa las evidencias en /reports/ o en el Nexus Dashboard.

📁 Estructura del Proyecto

  • /maps/: Definiciones topográficas de la Máquina de Estados (Nodos, Huellas Digitales con aserciones, Transiciones y Variaciones Locales).
  • /test_cases/: Casos de prueba lógicos E2E que declaran viajes abstractos (ruta_estricta + data).
  • /suites/: Ensambladores de suites que unifican mapas y casos de prueba para ejecución con soporte de hooks.
  • /reports/: Reportes de ejecución con logs detallados, aserciones y capturas visuales.

Desarrollado para la era de la automatización autónoma y de alto rendimiento.