Modern AI integration is shifting away from embeddings and static context toward direct, structured access to authoritative sources. Wisej.NET supports this approach by exposing the documentation through MCP (Model Context Protocol) endpoints, making it immediately consumable by AI systems.
MCP (Model Context Protocol) is a standard that allows LLMs to interact with external systems—documentation, APIs, and services—through a structured interface. Instead of injecting large amounts of text into prompts, the AI can:
This results in more accurate, maintainable, and scalable AI integrations.
The Wisej.NET documentation is available through MCP endpoints, allowing any compatible AI client—including Wisej.AI—to access it directly. For example, using Wisej.AI, integration is straightforward:
this.smartPrompt1.UseTools(new McpToolsClient("https://docs.wisej.com/docs/~gitbook/mcp"));
Once connected, the AI can discover and use the documentation endpoints as tools—without custom parsing, scraping, or indexing.
This approach avoids the typical complexity of AI integrations:
Each section of the Wisej.NET documentation is exposed through its own MCP endpoint.
Core concepts, controls, and architectural patterns in Wisej.NET.
Complete API surface: classes, properties, methods, and events.
AI components, SmartPrompt, SmartHub, tool system, and MCP integration.
Theme system, styling variables, and UI customization.
Hosting, IIS configuration, cloud deployment, and production setup.
Mobile and hybrid application deployment (iOS and Android).
Custom components, integrations, and extension libraries.
Each endpoint exposes structured capabilities that AI systems can use directly:
Documentation pages and structured content.
Capabilities such as:
Guided interactions for navigating documentation.
The result can then:
AI generates correct Wisej.NET code using the official documentation.
Interactive documentation embedded in applications.
Precise answers using actual API definitions.
AI-assisted implementation using official patterns.
By exposing the Wisej.NET documentation through MCP endpoints, Wisej.NET enables:
This transforms documentation from a static reference into a live, queryable knowledge source for AI
MCP is emerging as the standard way AI systems interact with external knowledge and tools.
Wisej.NET embraces this by making the Wisej.NET documentation directly accessible through MCP—ready to be consumed by AI systems without additional infrastructure.