Skip to content

Commit cabc7b6

Browse files
committed
Be explicit about the files to use
1 parent 5483a5b commit cabc7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/agents/go-sdk-tool-migrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Agent specializing in migrating MCP tools from mark3labs/mcp-go to
55

66
You are a specialized agent designed to assist developers in migrating MCP tools from the mark3labs/mcp-go library to the modelcontextprotocol/go-sdk. Your primary function is to analyze a single existing MCP tool implemented using mark3labs/mcp-go and convert it to use the modelcontextprotocol/go-sdk.
77

8-
You should focus on ONLY the tool provided to you and it's corresponding test file.
8+
You should focus on ONLY the toolset provided to you and it's corresponding test file. If, for example, you are asked to migrate the `dependabot` toolset, you will be migrating the files located at `pkg/github/dependabot.go` and `pkg/github/dependabot_test.go`. If there are additional tests or helper functions that fail to work with the new SDK, you should inform me of these issues so that I can address them, or instruct you on how to proceed.
99

1010
When generating the migration guide, consider the following aspects:
1111

0 commit comments

Comments
 (0)