Skip to content

Commit 0d5563c

Browse files
committed
Update server-tools.mdx
1 parent 84fdd64 commit 0d5563c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

content/docs/features/server-tools.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,24 @@ Only providers that define `"server_tools"` will have the **SERVER TOOLS** tab e
8181

8282
### Example `llms.json` Provider Snippet
8383

84+
If upgrading from an older version of `llms.json`, you can add the `"server_tools"` array to your provider definitions like this:
85+
8486
```json
8587
{
8688
"providers": {
89+
"anthropic": {
90+
"enabled": true,
91+
"server_tools": [
92+
"tool://anthropic/web_search",
93+
"tool://anthropic/web_fetch",
94+
"tool://anthropic/code_execution",
95+
"tool://anthropic/advisor",
96+
"tool://anthropic/tool_search",
97+
"tool://anthropic/mcp_toolset"
98+
]
99+
},
87100
"openrouter": {
88101
"enabled": true,
89-
"id": "openrouter",
90102
"server_tools": [
91103
"tool://openrouter/web_search",
92104
"tool://openrouter/datetime",

0 commit comments

Comments
 (0)