We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8678fab commit b5a0165Copy full SHA for b5a0165
1 file changed
pkg/github/context_tools.go
@@ -43,6 +43,9 @@ func GetMe(getClient GetClientFn, t translations.TranslationHelperFunc) (mcp.Too
43
Title: t("TOOL_GET_ME_USER_TITLE", "Get my user profile"),
44
ReadOnlyHint: true,
45
},
46
+ InputSchema: &jsonschema.Schema{
47
+ Type: "object",
48
+ },
49
50
mcp.ToolHandlerFor[map[string]any, any](func(ctx context.Context, _ *mcp.CallToolRequest, _ map[string]any) (*mcp.CallToolResult, any, error) {
51
client, err := getClient(ctx)
0 commit comments