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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Apache OFBiz® is a trademark of the [Apache Software Foundation](https://www.ap
34
34
35
35
## Features
36
36
37
-
The project includes an MCP server (`src/server-remote.ts`) that communicates with the MCP client via MCP Streamable HTTP transport.
37
+
The project includes an MCP server (`src/server.ts`) that communicates with the MCP client via MCP Streamable HTTP transport.
38
38
39
39
The server dynamically discovers MCP tools contained in the `tools` directory, whose path is specified as a command-line argument when the server is lauched.
40
40
@@ -98,7 +98,7 @@ mcp-server-for-apache-ofbiz/
98
98
├── config/
99
99
│ └── config.json # Server configuration (backend API base, auth token, etc.)
100
100
├── src/
101
-
│ ├── server-remote.ts # MCP server (Streamable HTTP transport)
101
+
│ ├── server.ts # MCP server (Streamable HTTP transport)
102
102
│ ├── toolLoader.ts # Loader of tool definitions from "tools/"
103
103
│ └── tools/
104
104
│ └── findProductById.ts # Example tool calling an Apache OFBiz REST endpoint
0 commit comments