Skip to content

Commit f247ee4

Browse files
authored
use real syntax
1 parent 8ddf090 commit f247ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/search/agent-builder/mcp-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Most MCP clients (such as Claude Desktop, Cursor, VS Code, etc.) have similar co
4646
}
4747
}
4848
```
49-
1. Refer to [](API key application privileges)
49+
1. Refer to [](#api-key-application-privileges)
5050

5151
:::{note}
5252
Set the following environment variables:
@@ -58,7 +58,7 @@ export API_KEY="your-api-key"
5858

5959
For information on generating API keys, refer to [API keys](https://www.elastic.co/docs/solutions/search/search-connection-details).
6060

61-
Tools execute with the scope assigned to the API key. Make sure your API key has the appropriate permissions to only access the indices and data that you want to expose through the MCP server. To learn more, refer to [](API key application privileges).
61+
Tools execute with the scope assigned to the API key. Make sure your API key has the appropriate permissions to only access the indices and data that you want to expose through the MCP server. To learn more, refer to [](#api-key-application-privileges).
6262
:::
6363

6464
## API key application privileges

0 commit comments

Comments
 (0)