Files
bifrost/core/schemas/mcp_wasm.go
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

8 lines
163 B
Go

//go:build tinygo || wasm
package schemas
// MCPConfig is a stub for WASM builds.
// MCP functionality is not available in WASM plugins.
type MCPConfig struct{}