You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cmd/root.go
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ import (
24
24
vardefaultSystemPromptstring
25
25
26
26
typeserializedComponentstruct {
27
-
Idstring
28
-
Namestring
29
-
Ownerstring
30
-
Languagestring
27
+
Idstring
31
28
Frameworkstring
32
-
Urlstring
29
+
Languagestring
30
+
Namestring
31
+
Ownerstring
32
+
Urlstring
33
33
}
34
34
35
35
typeserializedInfrastructureResourcestruct {
@@ -167,7 +167,7 @@ var rootCmd = &cobra.Command{
167
167
s.AddTool(
168
168
mcp.NewTool(
169
169
"components",
170
-
mcp.WithDescription("Get all the components in the OpsLevel account. Components are objects in OpsLevel that represent things like apis, libraries, services, frontends, backends, etc."),
170
+
mcp.WithDescription("Get all the components in the OpsLevel account. Components are objects in OpsLevel that represent things like apis, libraries, services, frontends, backends, etc. Use this tool to list what components are in the catalog, what team is the owner, what primary coding language is used, and what primary framework is used."),
171
171
mcp.WithToolAnnotation(mcp.ToolAnnotation{
172
172
Title: "Components in OpsLevel",
173
173
ReadOnlyHint: true,
@@ -184,12 +184,12 @@ var rootCmd = &cobra.Command{
0 commit comments