Documentation
¶
Index ¶
- Constants
- func CreateAuthProvider(remoteServer config.MCPRemoteServerConfig) mcp.AuthProvider
- func FromToml(tomlStr string) ([]mcppkg.Parameter, error)
- func InitializeMCPServer(routes *http.ServeMux, enableWebEndpoint bool, mcpConfig *config.MCPConfig) *mcp.Server
- func NewScriptToolsProvider(user *model.User) *scriptToolsProvider
Constants ¶
View Source
const ToolNameFindSkill = "find_skill"
Variables ¶
This section is empty.
Functions ¶
func CreateAuthProvider ¶ added in v0.23.0
func CreateAuthProvider(remoteServer config.MCPRemoteServerConfig) mcp.AuthProvider
CreateAuthProvider creates an MCP authentication provider from configuration
func FromToml ¶ added in v0.23.0
FromToml parses a TOML schema definition and returns MCP parameters
func InitializeMCPServer ¶
func NewScriptToolsProvider ¶ added in v0.23.0
NewScriptToolsProvider creates a new script tools provider for a user Returns all tools (native and discoverable) with their visibility set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.