8 lines
163 B
Go
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{}
|