Interactive Demo
Try the MCP Server Generator demo and query generated tools interactively.
Interactive Demo
The demo command lets you explore CodeSpar features through guided, interactive walkthroughs without needing a live project or API keys.
Commands
demo mcp-generator
Runs a progressive scan demo that shows how the MCP Server Generator analyzes a codebase and generates tool definitions.
What happens:
- The demo simulates scanning a sample codebase (file discovery, symbol extraction, dependency graph)
- Each scan phase displays progress with realistic timing
- The generated MCP server output shows tool definitions, parameter schemas, and endpoint mappings
- The demo highlights how CodeSpar converts REST endpoints into MCP-compatible tools
Example output:
demo query
Simulates an agent using the generated MCP tools to answer a natural language question. This demonstrates how agents compose tool calls to fulfill requests.
What happens:
- The agent parses the question and identifies which tools to call
- It shows the tool invocation chain (which MCP tools, in what order)
- Each tool call displays its input parameters and response
- The final answer is synthesized from the tool responses
Example output:
Enterprise Page Animated Demo
The enterprise page at codespar.dev/enterprise includes an animated version of the MCP Generator demo. This browser-based animation shows the progressive scan and tool generation flow without requiring any backend connection. It runs automatically when the section scrolls into view.
Use Cases
- Evaluating CodeSpar before connecting a real project
- Team onboarding to show what agents can do
- Sales demos for enterprise prospects
- Testing channel setup to confirm message routing works
Notes
- The
democommand works in all channels (Slack, WhatsApp, Discord, Telegram, CLI, Web Chat) - Demo output uses simulated data; no real API calls or code changes are made
- The MCP Generator demo reflects the same scan pipeline used in production (enterprise feature)