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: docs/content/deployment/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ If an error happens during processing the request, that error is published to th
95
95
96
96
Start the docker container as explained in the HTTP API section.
97
97
98
-
To connect the MCP to a tool like Claude Desktop, follow their [guide](https://modelcontextprotocol.io/docs/develop/connect-local-servers). The following line has to be added to the `claude_desktop_config.json`:
98
+
To connect the MCP to a tool like Claude Desktop, follow their [guide](https://modelcontextprotocol.io/docs/develop/connect-local-servers). The following `tirex` line has to be added to the `claude_desktop_config.json` under `mcpServers`:
Copy file name to clipboardExpand all lines: inference/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This docker container runs the TiRex model and provides the following APIs to interact with the model:
4
4
-**HTTP API**
5
5
-**MQTT**
6
+
-**MCP**
6
7
7
8
## Using the docker container
8
9
@@ -73,7 +74,7 @@ If an error happens during processing the request, that error is published to th
73
74
74
75
Start the docker container as explained in the HTTP API section.
75
76
76
-
To connect the MCP to a tool like Claude Desktop, follow their [guide](https://modelcontextprotocol.io/docs/develop/connect-local-servers). The following line has to be added to the `claude_desktop_config.json`:
77
+
To connect the MCP to a tool like Claude Desktop, follow their [guide](https://modelcontextprotocol.io/docs/develop/connect-local-servers). The following `tirex` line has to be added to the `claude_desktop_config.json` under `mcpServers`:
0 commit comments