Skip to main content
Glama
index.ts678 B
/** * Init module - Template generators and smoke test utilities * * Provides utilities for the wpnav init wizard: * - Template rendering (CLAUDE.md, .mcp.json) * - Smoke test for connection verification * - Gitignore management * - Repair mode for idempotent init (v2.4.5) * - Wizard orchestration with navigation (v2.5.0) * - Step history for back navigation (v2.5.0) * - Init logging (v2.5.0) */ export * from './generators.js'; export * from './smoke-test.js'; export * from './gitignore.js'; export * from './repair.js'; // v2.5.0+ - Wizard navigation infrastructure export * from './step-history.js'; export * from './logger.js'; export * from './wizard.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/littlebearapps/wp-navigator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server