Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CursorMcpConfig ¶
type CursorMcpConfig struct{}
func (*CursorMcpConfig) GetConfig ¶
func (p *CursorMcpConfig) GetConfig(tools []api.ToolsProvider) ([]byte, error)
func (*CursorMcpConfig) GetFile ¶
func (p *CursorMcpConfig) GetFile() string
type CursorMcpConfigFile ¶
type RemoteServerConfig ¶
type RemoteServerConfig struct {
Type string `json:"type,omitempty"`
Url string `json:"url,omitempty"`
/**
* Optional HTTP headers to include with every request to this server (e.g. for authentication).
* The keys are header names and the values are header values.
*/
Headers map[string]string `json:"headers,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.