Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
veryfront/mcp
MCP server exposing tools, prompts, and resources.Import
Examples
API
createMCPServer(config)
Create mcpserver.
Returns: MCPServer
Exports
Functions
| Name | Description | Source |
|---|---|---|
buildFormElicitation | Builds form elicitation. | source |
buildUrlElicitation | Builds URL elicitation. | source |
clearMCPRegistry | Clear MCP registry. | source |
createMCPServer | Create mcpserver. | source |
formatSSEEvent | Stateless SSE formatting utilities per the Server-Sent Events standard. Used by the Streamable HTTP transport for MCP. | source |
formatSSEPrimingEvent | Event emitted for format ssepriming. | source |
formatSSERetry | Formats sseretry. | source |
getMCPRegistry | Return MCP registry. | source |
getMCPStats | Return MCP stats. | source |
registerPrompt | Registers prompt. | source |
registerResource | Registers resource. | source |
registerTool | Registers tool. | source |
Classes
Types
| Name | Description | Source |
|---|---|---|
ElicitationRequest | Request payload for elicitation. | source |
FormElicitationOptions | Options accepted by form elicitation. | source |
IntegrationLoaderConfig | Configuration used by integration loader. | source |
MCPServerConfig | Configuration used by mcpserver. | source |
MCPStats | Public API contract for MCP stats. | source |
MCPTool | Generic MCP tool definition | source |
Task | Public API contract for task. | source |
ToolAnnotations | Behavioral hints for MCP clients (MCP 2025-11-25). Guides auto-approval, confirmation prompts, and caching. | source |
ToolListEntry | Wire format for a single tool in a tools/list response. | source |
UrlElicitationOptions | Options accepted by URL elicitation. | source |
Related
Reference modules:veryfront/tool: Define tools for MCPveryfront/prompt: Define prompts for MCPveryfront/resource: Define resources for MCP
- mcp-server: Build and host MCP servers
- 10-mcp-runtime: MCP runtime architecture