Skip to content

Commit 688cfd0

Browse files
committed
Updates README about INKEEP_MCP_TOOL_NAME and INKEEP_MCP_TOOL_DESCRIPTION
1 parent 53e85f3 commit 688cfd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ In your `claude_desktop_config.json` file, add the following entry to `mcpServer
5050
"env": {
5151
"INKEEP_API_BASE_URL": "https://api.inkeep.com/v1",
5252
"INKEEP_API_KEY": "<YOUR_INKEEP_API_KEY>",
53-
"INKEEP_API_MODEL": "inkeep-rag"
53+
"INKEEP_API_MODEL": "inkeep-rag",
54+
"INKEEP_MCP_TOOL_NAME": "search-product-content",
55+
"INKEEP_MCP_TOOL_DESCRIPTION": "Retrieves product documentation about Inkeep. The query should be framed as a conversational question about Inkeep."
5456
}
5557
},
5658
}

0 commit comments

Comments
 (0)