first commit
This commit is contained in:
7
core/schemas/mcp_wasm.go
Normal file
7
core/schemas/mcp_wasm.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build tinygo || wasm
|
||||
|
||||
package schemas
|
||||
|
||||
// MCPConfig is a stub for WASM builds.
|
||||
// MCP functionality is not available in WASM plugins.
|
||||
type MCPConfig struct{}
|
||||
Reference in New Issue
Block a user