Documentation
¶
Index ¶
- func FindReferencesTool() mcp.Tool
- func GetFileContentTool() mcp.Tool
- func GetFileTreeTool() mcp.Tool
- func GetRepoBranchesTool() mcp.Tool
- func GoToDefinitionTool() mcp.Tool
- func HandleFindReferences(c *client.Client) server.ToolHandlerFunc
- func HandleGetFileContent(c *client.Client) server.ToolHandlerFunc
- func HandleGetFileTree(c *client.Client) server.ToolHandlerFunc
- func HandleGetRepoBranches(c *client.Client) server.ToolHandlerFunc
- func HandleGoToDefinition(c *client.Client) server.ToolHandlerFunc
- func HandleListRepos(c *client.Client) server.ToolHandlerFunc
- func HandleSearchCode(c *client.Client) server.ToolHandlerFunc
- func HandleSearchSymbols(c *client.Client) server.ToolHandlerFunc
- func ListReposTool() mcp.Tool
- func SearchCodeTool() mcp.Tool
- func SearchSymbolsTool() mcp.Tool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindReferencesTool ¶
FindReferencesTool returns the tool definition for find_references.
func GetFileContentTool ¶
GetFileContentTool returns the tool definition for get_file_content.
func GetFileTreeTool ¶
GetFileTreeTool returns the tool definition for get_file_tree.
func GetRepoBranchesTool ¶
GetRepoBranchesTool returns the tool definition for get_repo_branches.
func GoToDefinitionTool ¶
GoToDefinitionTool returns the tool definition for go_to_definition.
func HandleFindReferences ¶
func HandleFindReferences(c *client.Client) server.ToolHandlerFunc
HandleFindReferences returns a handler for the find_references tool.
func HandleGetFileContent ¶
func HandleGetFileContent(c *client.Client) server.ToolHandlerFunc
HandleGetFileContent returns a handler for the get_file_content tool.
func HandleGetFileTree ¶
func HandleGetFileTree(c *client.Client) server.ToolHandlerFunc
HandleGetFileTree returns a handler for the get_file_tree tool.
func HandleGetRepoBranches ¶
func HandleGetRepoBranches(c *client.Client) server.ToolHandlerFunc
HandleGetRepoBranches returns a handler for the get_repo_branches tool.
func HandleGoToDefinition ¶
func HandleGoToDefinition(c *client.Client) server.ToolHandlerFunc
HandleGoToDefinition returns a handler for the go_to_definition tool.
func HandleListRepos ¶
func HandleListRepos(c *client.Client) server.ToolHandlerFunc
HandleListRepos returns a handler for the list_repos tool.
func HandleSearchCode ¶
func HandleSearchCode(c *client.Client) server.ToolHandlerFunc
HandleSearchCode returns a handler for the search_code tool.
func HandleSearchSymbols ¶
func HandleSearchSymbols(c *client.Client) server.ToolHandlerFunc
HandleSearchSymbols returns a handler for the search_symbols tool.
func ListReposTool ¶
ListReposTool returns the tool definition for list_repos.
func SearchCodeTool ¶
SearchCodeTool returns the tool definition for search_code.
func SearchSymbolsTool ¶
SearchSymbolsTool returns the tool definition for search_symbols.
Types ¶
This section is empty.