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
mcp.WithDescription("Ask a question about Harness products and documentation to the Harness Documentation Bot. The bot uses AI to retrieve and summarize relevant information from Harness documentation."),
17
+
mcp.WithString("question",
18
+
mcp.Required(),
19
+
mcp.Description("The question to ask the chatbot"),
20
+
),
21
+
mcp.WithArray("chat_history",
22
+
mcp.Description("Optional chat history for context"),
0 commit comments